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