[1m[36m (4.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m [1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Migrating to CreatePushTypeUsers (20151015181736) [1m[35m (0.1ms)[0m BEGIN [1m[36mSQL (1.8ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "uuid-ossp"[0m [1m[35m (2.4ms)[0m CREATE TABLE "push_type_users" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "name" character varying, "email" character varying, "field_store" jsonb, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20151015181736"]] [1m[35m (0.7ms)[0m COMMIT Migrating to CreatePushTypeNodes (20151015181737) [1m[36m (0.1ms)[0m [1mBEGIN[0m [1m[35m (2.0ms)[0m CREATE TABLE "push_type_nodes" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "type" character varying, "title" character varying, "slug" character varying, "field_store" jsonb, "parent_id" uuid, "sort_order" integer, "status" integer, "published_at" timestamp, "published_to" timestamp, "creator_id" uuid, "updater_id" uuid, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "deleted_at" timestamp) [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20151015181737"]] [1m[35m (0.4ms)[0m COMMIT Migrating to CreatePushTypeNodeHierarchies (20151015181738) [1m[36m (0.1ms)[0m [1mBEGIN[0m [1m[35m (0.4ms)[0m CREATE TABLE "push_type_node_hierarchies" ("ancestor_id" uuid NOT NULL, "descendant_id" uuid NOT NULL, "generations" integer NOT NULL) [1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "node_anc_desc_idx" ON "push_type_node_hierarchies" ("ancestor_id", "descendant_id", "generations")[0m [1m[35m (0.5ms)[0m CREATE INDEX "node_desc_idx" ON "push_type_node_hierarchies" ("descendant_id") [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20151015181738"]] [1m[35m (0.4ms)[0m COMMIT Migrating to CreatePushTypeAssets (20151015181739) [1m[36m (0.1ms)[0m [1mBEGIN[0m [1m[35m (1.9ms)[0m CREATE TABLE "push_type_assets" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "file_uid" character varying, "file_name" character varying, "file_size" integer, "file_ext" character varying, "mime_type" character varying, "description" character varying, "uploader_id" uuid, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "deleted_at" timestamp) [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20151015181739"]] [1m[35m (0.5ms)[0m COMMIT Migrating to CreatePushTypeTaxonomies (20151015181740) [1m[36m (0.1ms)[0m [1mBEGIN[0m [1m[35m (2.1ms)[0m CREATE TABLE "push_type_taxonomies" ("id" uuid PRIMARY KEY DEFAULT uuid_generate_v4(), "type" character varying, "title" character varying, "slug" character varying, "parent_id" uuid, "sort_order" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [1m[36m (0.2ms)[0m [1mALTER TABLE "push_type_assets" ADD "tags" character varying[][0m [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20151015181740"]] [1m[36m (0.4ms)[0m [1mCOMMIT[0m Migrating to CreatePushTypeTaxonomyHierarchies (20151015181741) [1m[35m (0.1ms)[0m BEGIN [1m[36m (0.5ms)[0m [1mCREATE TABLE "push_type_taxonomy_hierarchies" ("ancestor_id" uuid NOT NULL, "descendant_id" uuid NOT NULL, "generations" integer NOT NULL) [0m [1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "taxonomy_anc_desc_idx" ON "push_type_taxonomy_hierarchies" ("ancestor_id", "descendant_id", "generations") [1m[36m (0.5ms)[0m [1mCREATE INDEX "taxonomy_desc_idx" ON "push_type_taxonomy_hierarchies" ("descendant_id")[0m [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20151015181741"]] [1m[36m (0.4ms)[0m [1mCOMMIT[0m Migrating to AddFieldStoreDefaultValues (20151015181742) [1m[35m (0.1ms)[0m BEGIN [1m[36m (0.2ms)[0m [1mALTER TABLE "push_type_nodes" ALTER COLUMN "field_store" TYPE jsonb[0m [1m[35m (0.2ms)[0m ALTER TABLE "push_type_nodes" ALTER COLUMN "field_store" SET DEFAULT '{}' [1m[36m (0.2ms)[0m [1mUPDATE "push_type_nodes" SET "field_store"='{}' WHERE "field_store" IS NULL[0m [1m[35m (0.1ms)[0m ALTER TABLE "push_type_nodes" ALTER "field_store" SET NOT NULL [1m[36m (0.2ms)[0m [1mALTER TABLE "push_type_users" ALTER COLUMN "field_store" TYPE jsonb[0m [1m[35m (0.1ms)[0m ALTER TABLE "push_type_users" ALTER COLUMN "field_store" SET DEFAULT '{}' [1m[36m (0.2ms)[0m [1mUPDATE "push_type_users" SET "field_store"='{}' WHERE "field_store" IS NULL[0m [1m[35m (0.1ms)[0m ALTER TABLE "push_type_users" ALTER "field_store" SET NOT NULL [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20151015181742"]] [1m[35m (0.4ms)[0m COMMIT [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[35m (1.6ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'push_type_assets' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname [1m[36m (1.2ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'push_type_node_hierarchies' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname [0m [1m[35m (1.2ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'push_type_nodes' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname [1m[36m (1.6ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'push_type_taxonomies' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname [0m [1m[35m (1.4ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'push_type_taxonomy_hierarchies' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname [1m[36m (1.3ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'push_type_users' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname [0m Started GET "/push_type/nodes" for ::1 at 2015-10-15 19:19:52 +0100 [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Processing by PushType::NodesController#index as HTML [1m[35m (0.6ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "push_type_nodes" WHERE "push_type_nodes"."parent_id" IS NULL AND "push_type_nodes"."deleted_at" IS NULL LIMIT 30 OFFSET 0) subquery_for_count [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "push_type_nodes" WHERE "push_type_nodes"."parent_id" IS NULL AND "push_type_nodes"."deleted_at" IS NULL[0m Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_new_node_button.html.haml (2.0ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/index.html.haml within layouts/push_type/admin (27.4ms) Completed 200 OK in 8182ms (Views: 8164.9ms | ActiveRecord: 0.8ms) Started GET "/assets/vendor/modernizr.self-74da3245def7569da28115667be6a85a2ad97464abe707c9829c46d8975597bc.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation/foundation.self-ee5396739ce46beb039f26ea629172a74143752d74f703c6c3b219fc52aecf73.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation/foundation.abide.self-f8b56c707a79139807305a5f7efc2aaa0848f0c677abcc056496f507e0192b79.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/selectize.self-3ddc376880556c23618933d3d2304263eb0c34a19ef3a9abb21bc2aaf0f147a2.css?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/admin.self-58967ae428347ba3a6316e9a5ce184e121be7af35a3b12d7932c79d0618d1fa5.css?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/pickadate/classic.self-5780dddca1c1068ff9444e2f06a84b33e9049f0c0414e2c3fb93b29dcd80b2d4.css?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/pickadate/classic.date.self-f4d3c40d2a820fa5241d285a87d387f10618b7258f71abe68a4280b7e5d6d5c0.css?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/pickadate/classic.time.self-310d99b3d2d9519a1a3154c8f22de43d896f6eb38683d86737f09c05523463c7.css?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/froala_editor.min.self-88b891f40c2d1a8c60ed70d0b1357bdab497c010c97e4f63b7ad143cb2f4bd80.css?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/froala_style.min.self-a56896f0647e39bae6edd7b58d4cb494e12bff75c8edc06917902cd9e8cd4d71.css?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/font-awesome.self-be09f9a5a5e8fd15a4e4d68dc8509252a33dc056003e53159586cf99368ba0e7.css?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/wysiwyg.self-9f39837d0fe9d3e608e97454743518cd2dd00c3555d75e8609e43361f4ad6be5.css?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/admin_assets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation/foundation.accordion.self-d55abdcb0a7a29512be2f31f63d418cc8cc4505a0a3c71946d25484b0a0b3f4e.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation/foundation.alert.self-fbde7afb61e8ffd8ab9b717f0bed1e58cb9e0144a25cc773fea634d5554f62cd.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation/foundation.clearing.self-54610737b435a97590fcb176848c3c7a44c4d55d369894260fa7c28c97a70a23.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation/foundation.dropdown.self-c9ee29909e266373e5e814a73fc6ea062245ddd29466d35d232448f73350d78a.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation/foundation.equalizer.self-7aa743bf4660deb2fb2f601c112806a1703c430067531da3f41e4afffe19fee9.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation/foundation.interchange.self-dad8415355087cb21a16fa44bac20d602344d52de5aca9e588e3588fce5dd5a7.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation/foundation.joyride.self-0a5271728699423f583dd5b3b8a11bfe0dc9fb5044446bcf3218ef8ca906a82d.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation/foundation.magellan.self-a50193f172f11e57b373c3001072ba2d6b34b857ab251e9ded30af5242855687.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation/foundation.offcanvas.self-75bffd0c7f4f0d2992ab95f0cc6959282ebb5807da70123d40c01d76e230ec88.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation/foundation.orbit.self-f8d30eb1717c874db26723f9e07901ec0a325d59263f1404ee83a616bb597ad2.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation/foundation.reveal.self-95f01feb3e25e47b58b78da0021ae2fffafdee70846682067c180e0e10f7b095.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation/foundation.slider.self-8911a7352cb577b6b7973b0734d57d2b624c79286558ffa36fcac0c29b2d0bee.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation/foundation.tab.self-9bf6791513d1b20e213bb1aee3df0bc17128c7e18421258dc68a2a4ccabe1647.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation/foundation.tooltip.self-834156796c253580629cfffc720bdc3d191b1e5a5a6ddbc1102ecd08c876516c.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation/foundation.topbar.self-105416f061562f07c6a0a8057d68282fdc1eeb5dc306713fcae6c9a53001fc55.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation.self-abe4ee7a105042f73b12b1f1a28788522d2f253445a475a94ab4d6e1f7b0ec52.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/confirm_with_reveal.self-489f5999ca6ae47a3a90c3b79dd7002a4806dea8fd9a3240b807172c38528db7.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/angular.self-ebfbb8676d6a216c66593469bf4234634f24e2f0aba4325602ac52d6b38e9c43.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/angular-ui-tree.self-60b9726f25f2e3310ff3c24a2e017ca8772e7653cc8a1ee64459d8a2fa25c4b8.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/jquery.sticky.self-e2625c28848cbca930c42cf94c85201372302f87978932e468d75466addc23e6.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/jquery.sortable.self-e60ace929836ff294b56bf18acde0a1fc854c0f63abe53abe90dec7f3eae8d68.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/jquery.filedrop.self-64a7076d46565c1377f0fbb44fa96b91de589ff92c9037f84b02c2a4cce50e34.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/selectize.self-3effb6f6de816db1f8f925a7be3a1677dcf689b82a2a471d2b6095b87e8872ec.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/moment.self-7c169710367e715cec0e7768bb92b9339f5a767a109041e9e9861a0abc0afa44.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/pickadate/picker.self-02f84955ca44820967714672014a67f2c6c263b38dd8460431476f9afdb0b347.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/pickadate/picker.date.self-be93bac040492bb6997368eb57092e0d7e48b87cbe8170cc9c16789cc0607a80.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/pickadate/picker.time.self-48958852b3cf631ca2f58c34e055ec61263cdbd703261dba4ec53ff29ad82e92.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/admin.self-aa0036000e7a75685297b1aa785c8384f2c4d8d534054ac6474c2c64f07ea04a.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/assets.self-1714fb12fb3ba15aef64ee4c7b5b601e8b0a4ceb0f849326da57fa404ff7aef0.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/directives.self-6d2a26ef234d9e4d1311fc4ceae62c033ccbff36aed709ba2aebe59ed8a30b2f.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/fields/asset_field.self-b597bfc7057ace6606bc46ef2663f604617f07839c5e4af43718e08537704b14.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/fields/date_time_fields.self-571d869c6e360456d56e6ea7b4bf48409d6f0fdf4aebe91b3cd09221959d232f.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/fields/matrix_field.self-7878936398ebf2df9a84a859bd4542932d39459a938e61c107a44716036d69d6.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/fields/relation_fields.self-19cb44cb9cfe4cad0df0d13df786a7d7a5b81ae1ab2d2af6532eb64f81a798ab.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/fields/repeater_field.self-7239b320204fab7f7373ddc51ff4c0c5a745364b1607ea81bd665d3babe0c9a2.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/fields/select_field.self-b40ae2e59c46fdce5534aa501ec82100b8822c27ae86a2a838d930d10b895340.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/fields/tag_list_field.self-6376222d6c0a29a0b1ea6a39d4492b9ab446e80d2fb2ab434a72673934aa5f84.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/nodes.self-c7886507a5abce0aaa75de689104d40b43b65e4294e886988ed845043d13be7c.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/taxonomies.self-c54540425ce417e4e40c6417e8e67c75aaf803bac210ca5516ad0b8e228e7004.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/froala_editor.min.self-e1df2827b5c231f727862955239477922dba3af8b1d729418c202eec15a65fcb.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/plugins/lists.min.self-0f1015c3e9ef484b82466c347bd27a26738861db738a4da6f41dc40fb6eabfc6.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/plugins/tables.min.self-984a64ea7f19f8d1a09715c3fea27e791af571786a452e31d7a59d3431680e66.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/plugins/file_upload.min.self-5eb99aeb16ec7e816c55a3ce548ac70644f7e63fe7789e2c5b5642c42d98033d.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/plugins/media_manager.min.self-4ac9b324c6f297bd1785b13e886f792646392c922b1328ab15119315f44d2d29.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/plugins/video.min.self-8fd5cba7d570bb0e4b77e8b0895a0aeffd67be9de48b645803a50a8defd28dcd.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/plugins/fullscreen.min.self-96cbed619d692d76019539e5075c32d2b04c23d25b2c0e1d5970cc475d06dff2.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/jquery.simplePagination.self-a7bb3b3053c9e90494d2c9231f787fcbc77c40a150c54b070140083b6d4281c7.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/wysiwyg.self-4f061315364bbcae40287f95121676ee12551c37233250a9954caa0aa0a8c858.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/froala_overrides/file_upload.self-068be567e981a73e2d290a67fe41b73e0683bde095449c55ff665b03ffe86132.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/froala_overrides/froala_editor.self-fcd06c9dbb2c691c471d6f695db064410ca8d6f24b1bda48b9f04a50fbba9964.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/froala_overrides/image_editor.self-d7b5c8bcb7eaf429b63036df6ec3177d03a031ec04e7160cdd1b86e26bd04a46.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/froala_overrides/media_manager.self-0483d6807aaa8a9d33b297fd1f7ca5e22cc8f7a0d0e47fc790fe0102137cdfa7.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/media_styles.self-ad7aac93fa44824f24d172cbae4558c5ce93d6f9b6d1fd92fd53a71dac9f0c95.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/admin_assets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/push_type/pushtype-logo-9e62886808b988dedce6f62697f757225ab1b148c5e464e83b8148ed3ba61a3d.svg" for ::1 at 2015-10-15 19:20:00 +0100 Started GET "/assets/foundation-icons-8c44c3feedae5331a281278ea3ba91d2255928a2f3010d316d6fbb9052e0c2ec.woff" for ::1 at 2015-10-15 19:20:01 +0100 Started GET "/assets/push_type/pushtype-favicon-dba795ef0c2acbaf6728905f69cc3e2987a9b79ec1717fe884df81bbfb40a1ff.png" for ::1 at 2015-10-15 19:20:01 +0100 Started GET "/push_type/nodes" for ::1 at 2015-10-15 19:20:57 +0100 Processing by PushType::NodesController#index as HTML [1m[35m (0.5ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "push_type_nodes" WHERE "push_type_nodes"."parent_id" IS NULL AND "push_type_nodes"."deleted_at" IS NULL LIMIT 30 OFFSET 0) subquery_for_count [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "push_type_nodes" WHERE "push_type_nodes"."parent_id" IS NULL AND "push_type_nodes"."deleted_at" IS NULL[0m Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_new_node_button.html.haml (0.5ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/index.html.haml within layouts/push_type/admin (5.1ms) Completed 200 OK in 370ms (Views: 367.8ms | ActiveRecord: 0.7ms) Started GET "/assets/vendor/modernizr.self-74da3245def7569da28115667be6a85a2ad97464abe707c9829c46d8975597bc.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation/foundation.self-ee5396739ce46beb039f26ea629172a74143752d74f703c6c3b219fc52aecf73.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation/foundation.abide.self-f8b56c707a79139807305a5f7efc2aaa0848f0c677abcc056496f507e0192b79.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/selectize.self-3ddc376880556c23618933d3d2304263eb0c34a19ef3a9abb21bc2aaf0f147a2.css?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/admin.self-58967ae428347ba3a6316e9a5ce184e121be7af35a3b12d7932c79d0618d1fa5.css?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/pickadate/classic.self-5780dddca1c1068ff9444e2f06a84b33e9049f0c0414e2c3fb93b29dcd80b2d4.css?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/pickadate/classic.date.self-f4d3c40d2a820fa5241d285a87d387f10618b7258f71abe68a4280b7e5d6d5c0.css?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/pickadate/classic.time.self-310d99b3d2d9519a1a3154c8f22de43d896f6eb38683d86737f09c05523463c7.css?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/froala_editor.min.self-88b891f40c2d1a8c60ed70d0b1357bdab497c010c97e4f63b7ad143cb2f4bd80.css?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/froala_style.min.self-a56896f0647e39bae6edd7b58d4cb494e12bff75c8edc06917902cd9e8cd4d71.css?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/font-awesome.self-be09f9a5a5e8fd15a4e4d68dc8509252a33dc056003e53159586cf99368ba0e7.css?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/wysiwyg.self-9f39837d0fe9d3e608e97454743518cd2dd00c3555d75e8609e43361f4ad6be5.css?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/admin_assets.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation/foundation.accordion.self-d55abdcb0a7a29512be2f31f63d418cc8cc4505a0a3c71946d25484b0a0b3f4e.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation/foundation.alert.self-fbde7afb61e8ffd8ab9b717f0bed1e58cb9e0144a25cc773fea634d5554f62cd.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation/foundation.clearing.self-54610737b435a97590fcb176848c3c7a44c4d55d369894260fa7c28c97a70a23.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation/foundation.dropdown.self-c9ee29909e266373e5e814a73fc6ea062245ddd29466d35d232448f73350d78a.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation/foundation.equalizer.self-7aa743bf4660deb2fb2f601c112806a1703c430067531da3f41e4afffe19fee9.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation/foundation.interchange.self-dad8415355087cb21a16fa44bac20d602344d52de5aca9e588e3588fce5dd5a7.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation/foundation.joyride.self-0a5271728699423f583dd5b3b8a11bfe0dc9fb5044446bcf3218ef8ca906a82d.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation/foundation.magellan.self-a50193f172f11e57b373c3001072ba2d6b34b857ab251e9ded30af5242855687.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation/foundation.offcanvas.self-75bffd0c7f4f0d2992ab95f0cc6959282ebb5807da70123d40c01d76e230ec88.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation/foundation.orbit.self-f8d30eb1717c874db26723f9e07901ec0a325d59263f1404ee83a616bb597ad2.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation/foundation.reveal.self-95f01feb3e25e47b58b78da0021ae2fffafdee70846682067c180e0e10f7b095.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation/foundation.slider.self-8911a7352cb577b6b7973b0734d57d2b624c79286558ffa36fcac0c29b2d0bee.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation/foundation.tab.self-9bf6791513d1b20e213bb1aee3df0bc17128c7e18421258dc68a2a4ccabe1647.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation/foundation.tooltip.self-834156796c253580629cfffc720bdc3d191b1e5a5a6ddbc1102ecd08c876516c.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation/foundation.topbar.self-105416f061562f07c6a0a8057d68282fdc1eeb5dc306713fcae6c9a53001fc55.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation.self-abe4ee7a105042f73b12b1f1a28788522d2f253445a475a94ab4d6e1f7b0ec52.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/confirm_with_reveal.self-489f5999ca6ae47a3a90c3b79dd7002a4806dea8fd9a3240b807172c38528db7.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/angular.self-ebfbb8676d6a216c66593469bf4234634f24e2f0aba4325602ac52d6b38e9c43.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/angular-ui-tree.self-60b9726f25f2e3310ff3c24a2e017ca8772e7653cc8a1ee64459d8a2fa25c4b8.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/jquery.sticky.self-e2625c28848cbca930c42cf94c85201372302f87978932e468d75466addc23e6.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/jquery.sortable.self-e60ace929836ff294b56bf18acde0a1fc854c0f63abe53abe90dec7f3eae8d68.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/jquery.filedrop.self-64a7076d46565c1377f0fbb44fa96b91de589ff92c9037f84b02c2a4cce50e34.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/selectize.self-3effb6f6de816db1f8f925a7be3a1677dcf689b82a2a471d2b6095b87e8872ec.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/moment.self-7c169710367e715cec0e7768bb92b9339f5a767a109041e9e9861a0abc0afa44.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/pickadate/picker.self-02f84955ca44820967714672014a67f2c6c263b38dd8460431476f9afdb0b347.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/pickadate/picker.date.self-be93bac040492bb6997368eb57092e0d7e48b87cbe8170cc9c16789cc0607a80.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/pickadate/picker.time.self-48958852b3cf631ca2f58c34e055ec61263cdbd703261dba4ec53ff29ad82e92.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/admin.self-aa0036000e7a75685297b1aa785c8384f2c4d8d534054ac6474c2c64f07ea04a.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/assets.self-1714fb12fb3ba15aef64ee4c7b5b601e8b0a4ceb0f849326da57fa404ff7aef0.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/directives.self-6d2a26ef234d9e4d1311fc4ceae62c033ccbff36aed709ba2aebe59ed8a30b2f.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/fields/asset_field.self-b597bfc7057ace6606bc46ef2663f604617f07839c5e4af43718e08537704b14.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/fields/date_time_fields.self-571d869c6e360456d56e6ea7b4bf48409d6f0fdf4aebe91b3cd09221959d232f.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/fields/matrix_field.self-7878936398ebf2df9a84a859bd4542932d39459a938e61c107a44716036d69d6.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/fields/relation_fields.self-19cb44cb9cfe4cad0df0d13df786a7d7a5b81ae1ab2d2af6532eb64f81a798ab.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/fields/repeater_field.self-7239b320204fab7f7373ddc51ff4c0c5a745364b1607ea81bd665d3babe0c9a2.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/fields/select_field.self-b40ae2e59c46fdce5534aa501ec82100b8822c27ae86a2a838d930d10b895340.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/fields/tag_list_field.self-6376222d6c0a29a0b1ea6a39d4492b9ab446e80d2fb2ab434a72673934aa5f84.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/nodes.self-c7886507a5abce0aaa75de689104d40b43b65e4294e886988ed845043d13be7c.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/taxonomies.self-c54540425ce417e4e40c6417e8e67c75aaf803bac210ca5516ad0b8e228e7004.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/froala_editor.min.self-e1df2827b5c231f727862955239477922dba3af8b1d729418c202eec15a65fcb.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/plugins/lists.min.self-0f1015c3e9ef484b82466c347bd27a26738861db738a4da6f41dc40fb6eabfc6.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/plugins/tables.min.self-984a64ea7f19f8d1a09715c3fea27e791af571786a452e31d7a59d3431680e66.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/plugins/file_upload.min.self-5eb99aeb16ec7e816c55a3ce548ac70644f7e63fe7789e2c5b5642c42d98033d.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/plugins/media_manager.min.self-4ac9b324c6f297bd1785b13e886f792646392c922b1328ab15119315f44d2d29.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/plugins/video.min.self-8fd5cba7d570bb0e4b77e8b0895a0aeffd67be9de48b645803a50a8defd28dcd.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/plugins/fullscreen.min.self-96cbed619d692d76019539e5075c32d2b04c23d25b2c0e1d5970cc475d06dff2.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/jquery.simplePagination.self-a7bb3b3053c9e90494d2c9231f787fcbc77c40a150c54b070140083b6d4281c7.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/wysiwyg.self-4f061315364bbcae40287f95121676ee12551c37233250a9954caa0aa0a8c858.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/froala_overrides/file_upload.self-068be567e981a73e2d290a67fe41b73e0683bde095449c55ff665b03ffe86132.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/froala_overrides/froala_editor.self-fcd06c9dbb2c691c471d6f695db064410ca8d6f24b1bda48b9f04a50fbba9964.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/froala_overrides/image_editor.self-d7b5c8bcb7eaf429b63036df6ec3177d03a031ec04e7160cdd1b86e26bd04a46.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/froala_overrides/media_manager.self-0483d6807aaa8a9d33b297fd1f7ca5e22cc8f7a0d0e47fc790fe0102137cdfa7.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/media_styles.self-ad7aac93fa44824f24d172cbae4558c5ce93d6f9b6d1fd92fd53a71dac9f0c95.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/admin_assets.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/pushtype-logo-9e62886808b988dedce6f62697f757225ab1b148c5e464e83b8148ed3ba61a3d.svg" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/foundation-icons-8c44c3feedae5331a281278ea3ba91d2255928a2f3010d316d6fbb9052e0c2ec.woff" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/assets/push_type/pushtype-favicon-dba795ef0c2acbaf6728905f69cc3e2987a9b79ec1717fe884df81bbfb40a1ff.png" for ::1 at 2015-10-15 19:20:58 +0100 Started GET "/push_type/nodes/new?kind=page" for ::1 at 2015-10-15 19:21:00 +0100 Processing by PushType::NodesController#new as HTML Parameters: {"kind"=>"page"} Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_default.html.haml (0.8ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_default.html.haml (0.1ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_default.html.haml (0.1ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_structure.html.haml (4.2ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_meta_table.html.haml (8.5ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_form_submit.html.haml (3.3ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_form_fields.html.haml (35.8ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/new.html.haml within layouts/push_type/admin (38.7ms) Completed 200 OK in 426ms (Views: 402.2ms | ActiveRecord: 0.7ms) Started GET "/assets/fontawesome-webfont-3c4a1bb7ce3234407184f0d80cc4dec075e4ad616b44dcc5778e1cfb1bc24019.woff2?v=4.4.0" for ::1 at 2015-10-15 19:21:00 +0100 Started POST "/push_type/nodes?kind=page" for ::1 at 2015-10-15 19:21:11 +0100 Processing by PushType::NodesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hAmNIGufP+hDFJ+p3oVE9SUtS+LRBkIUowICFWCbYIJPYemE2FKZpkhPM3UEdxe73+PmPuMwIwqNi45dEitNaA==", "page"=>{"title"=>"", "slug"=>"", "body"=>"
abc
", "seo"=>{"description"=>"123", "keywords"=>"aaaa"}, "published_at(1i)"=>"2015", "published_at(2i)"=>"10", "published_at(3i)"=>"15", "published_at(4i)"=>"18", "published_at(5i)"=>"21", "published_to(1i)"=>"", "published_to(2i)"=>"", "published_to(3i)"=>"", "published_to(4i)"=>"", "published_to(5i)"=>"", "status"=>"draft"}, "kind"=>"page"} Unpermitted parameters: body, seo [1m[35m (0.1ms)[0m BEGIN [1m[36mPushType::Node Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "push_type_nodes" WHERE ("push_type_nodes"."slug" = '' AND "push_type_nodes"."parent_id" IS NULL) LIMIT 1[0m [1m[35m (0.1ms)[0m ROLLBACK Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_default.html.haml (0.6ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_default.html.haml (0.1ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_default.html.haml (0.1ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_structure.html.haml (3.3ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_meta_table.html.haml (8.2ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_form_submit.html.haml (2.4ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_form_fields.html.haml (24.4ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/new.html.haml within layouts/push_type/admin (27.1ms) Completed 200 OK in 477ms (Views: 464.2ms | ActiveRecord: 0.5ms) Started POST "/push_type/nodes?kind=page" for ::1 at 2015-10-15 19:21:18 +0100 Processing by PushType::NodesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"QT3yKedJ+ZQOSah0p4MMSgu/4cdy4u8ptSpGSEdT1xKKVZaNVIRf2gUSBKh9cV8E8XFMG0DUjjebo8oANeP6+A==", "page"=>{"title"=>"Test", "slug"=>"test", "body"=>"abc
", "seo"=>{"description"=>"123", "keywords"=>"aaaa"}, "published_at(1i)"=>"2015", "published_at(2i)"=>"10", "published_at(3i)"=>"15", "published_at(4i)"=>"18", "published_at(5i)"=>"21", "published_to(1i)"=>"", "published_to(2i)"=>"", "published_to(3i)"=>"", "published_to(4i)"=>"", "published_to(5i)"=>"", "status"=>"draft"}, "kind"=>"page"} Unpermitted parameters: body, seo [1m[36m (0.1ms)[0m [1mBEGIN[0m [1m[35mPushType::Node Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_nodes" WHERE ("push_type_nodes"."slug" = 'test' AND "push_type_nodes"."parent_id" IS NULL) LIMIT 1 [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "push_type_nodes" ("field_store", "type", "status", "title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["field_store", "{\"body\":\"\\u003cp\\u003eabc\\u003c/p\\u003e\",\"seo\":{\"description\":\"123\",\"keywords\":\"aaaa\"}}"], ["type", "Page"], ["status", 0], ["title", "Test"], ["slug", "test"], ["created_at", "2015-10-15 18:21:18.553189"], ["updated_at", "2015-10-15 18:21:18.553189"]] [1m[35m (0.3ms)[0m SELECT pg_try_advisory_lock(1213021721,0) AS t4703f519185a357eb633477b6c3409af [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "push_type_node_hierarchies" ("ancestor_id", "descendant_id", "generations") VALUES ($1, $2, $3)[0m [["ancestor_id", "6d230222-d34d-4d7b-90fb-351e2af32cc3"], ["descendant_id", "6d230222-d34d-4d7b-90fb-351e2af32cc3"], ["generations", 0]] [1m[35m (0.6ms)[0m UPDATE "push_type_nodes" SET "sort_order" = t.seq + -1 FROM ( SELECT "id" AS id, row_number() OVER(ORDER BY sort_order) AS seq FROM "push_type_nodes" WHERE "parent_id" IS NULL ) AS t WHERE "push_type_nodes"."id" = t.id [1m[36mPage Load (0.2ms)[0m [1mSELECT "push_type_nodes".* FROM "push_type_nodes" WHERE "push_type_nodes"."type" IN ('Page') AND "push_type_nodes"."id" = $1 LIMIT 1[0m [["id", "6d230222-d34d-4d7b-90fb-351e2af32cc3"]] [1m[35mPushType::Node Load (0.2ms)[0m SELECT "push_type_nodes".* FROM "push_type_nodes" WHERE "push_type_nodes"."parent_id" = $1 ORDER BY sort_order [["parent_id", "6d230222-d34d-4d7b-90fb-351e2af32cc3"]] [1m[36m (0.2ms)[0m [1mSELECT pg_advisory_unlock(1213021721,0) AS t20cb2e1d1bc80b6da0ecc362e3d98170[0m [1m[35m (0.7ms)[0m COMMIT Redirected to http://localhost:3000/push_type/nodes Completed 302 Found in 31ms (ActiveRecord: 6.1ms) Started GET "/push_type/nodes" for ::1 at 2015-10-15 19:21:18 +0100 Processing by PushType::NodesController#index as HTML [1m[36m (0.3ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "push_type_nodes" WHERE "push_type_nodes"."parent_id" IS NULL AND "push_type_nodes"."deleted_at" IS NULL LIMIT 30 OFFSET 0) subquery_for_count[0m [1m[35mPushType::Node Load (0.7ms)[0m SELECT "push_type_nodes".* FROM "push_type_nodes" WHERE "push_type_nodes"."parent_id" IS NULL AND "push_type_nodes"."deleted_at" IS NULL ORDER BY sort_order LIMIT 30 OFFSET 0 [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "push_type_nodes" WHERE "push_type_nodes"."parent_id" = $1 AND "push_type_nodes"."deleted_at" IS NULL[0m [["parent_id", "6d230222-d34d-4d7b-90fb-351e2af32cc3"]] [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "push_type_nodes" WHERE "push_type_nodes"."parent_id" IS NULL AND "push_type_nodes"."deleted_at" IS NULL Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_new_node_button.html.haml (0.4ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/index.html.haml within layouts/push_type/admin (9.8ms) Completed 200 OK in 450ms (Views: 447.8ms | ActiveRecord: 1.5ms) Started GET "/push_type/nodes/6d230222-d34d-4d7b-90fb-351e2af32cc3/edit" for ::1 at 2015-10-15 19:21:20 +0100 Processing by PushType::NodesController#edit as HTML Parameters: {"id"=>"6d230222-d34d-4d7b-90fb-351e2af32cc3"} [1m[36mPushType::Node Load (0.2ms)[0m [1mSELECT "push_type_nodes".* FROM "push_type_nodes" WHERE "push_type_nodes"."id" = $1 LIMIT 1[0m [["id", "6d230222-d34d-4d7b-90fb-351e2af32cc3"]] [1m[35mPushType::Node Load (0.4ms)[0m SELECT "push_type_nodes".* FROM "push_type_nodes" INNER JOIN "push_type_node_hierarchies" ON "push_type_nodes"."id" = "push_type_node_hierarchies"."ancestor_id" WHERE "push_type_node_hierarchies"."descendant_id" = $1 AND ("push_type_nodes"."id" != '6d230222-d34d-4d7b-90fb-351e2af32cc3') ORDER BY "push_type_node_hierarchies".generations asc [["descendant_id", "6d230222-d34d-4d7b-90fb-351e2af32cc3"]] Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_default.html.haml (0.2ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_default.html.haml (0.1ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_default.html.haml (0.1ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_structure.html.haml (3.0ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_meta_table.html.haml (4.1ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_form_submit.html.haml (0.8ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_form_fields.html.haml (16.3ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/edit.html.haml within layouts/push_type/admin (25.8ms) Completed 200 OK in 405ms (Views: 403.0ms | ActiveRecord: 0.6ms) Started GET "/push_type/nodes" for ::1 at 2015-10-15 19:21:23 +0100 Processing by PushType::NodesController#index as HTML [1m[36m (0.3ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "push_type_nodes" WHERE "push_type_nodes"."parent_id" IS NULL AND "push_type_nodes"."deleted_at" IS NULL LIMIT 30 OFFSET 0) subquery_for_count[0m [1m[35mPushType::Node Load (0.3ms)[0m SELECT "push_type_nodes".* FROM "push_type_nodes" WHERE "push_type_nodes"."parent_id" IS NULL AND "push_type_nodes"."deleted_at" IS NULL ORDER BY sort_order LIMIT 30 OFFSET 0 [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "push_type_nodes" WHERE "push_type_nodes"."parent_id" = $1 AND "push_type_nodes"."deleted_at" IS NULL[0m [["parent_id", "6d230222-d34d-4d7b-90fb-351e2af32cc3"]] [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "push_type_nodes" WHERE "push_type_nodes"."parent_id" IS NULL AND "push_type_nodes"."deleted_at" IS NULL Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_new_node_button.html.haml (1.8ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/index.html.haml within layouts/push_type/admin (13.7ms) Completed 200 OK in 464ms (Views: 462.3ms | ActiveRecord: 0.9ms) Started GET "/push_type/nodes/new?kind=page" for ::1 at 2015-10-15 19:27:49 +0100 Processing by PushType::NodesController#new as HTML Parameters: {"kind"=>"page"} Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_default.html.haml (0.2ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_default.html.haml (0.1ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_default.html.haml (0.1ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_structure.html.haml (3.2ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_meta_table.html.haml (4.2ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_form_submit.html.haml (0.3ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_form_fields.html.haml (15.8ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/new.html.haml within layouts/push_type/admin (17.6ms) Completed 200 OK in 480ms (Views: 477.3ms | ActiveRecord: 0.0ms) Started POST "/push_type/nodes?kind=page" for ::1 at 2015-10-15 19:27:51 +0100 Processing by PushType::NodesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"laMsSLLxBqpKXkSpyC2T6Er9af3Py105SVx2chL31Nley0jsATyg5EEF6HUS38CmsDPEIf39PCdn1fo6YEf5Mw==", "page"=>{"title"=>"", "slug"=>"", "body"=>"", "seo"=>{"description"=>"", "keywords"=>""}, "published_at(1i)"=>"2015", "published_at(2i)"=>"10", "published_at(3i)"=>"15", "published_at(4i)"=>"18", "published_at(5i)"=>"27", "published_to(1i)"=>"", "published_to(2i)"=>"", "published_to(3i)"=>"", "published_to(4i)"=>"", "published_to(5i)"=>"", "status"=>"draft"}, "kind"=>"page"} Unpermitted parameters: body, seo [1m[36m (0.1ms)[0m [1mBEGIN[0m [1m[35mPushType::Node Exists (0.2ms)[0m SELECT 1 AS one FROM "push_type_nodes" WHERE ("push_type_nodes"."slug" = '' AND "push_type_nodes"."parent_id" IS NULL) LIMIT 1 [1m[36m (0.1ms)[0m [1mROLLBACK[0m Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_default.html.haml (0.2ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_default.html.haml (0.1ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_default.html.haml (0.1ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_structure.html.haml (2.9ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_meta_table.html.haml (4.4ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_form_submit.html.haml (0.4ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_form_fields.html.haml (14.9ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/new.html.haml within layouts/push_type/admin (16.5ms) Completed 200 OK in 420ms (Views: 410.6ms | ActiveRecord: 0.4ms) Started GET "/push_type/nodes" for ::1 at 2015-10-15 19:28:06 +0100 Processing by PushType::NodesController#index as HTML [1m[35m (0.3ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "push_type_nodes" WHERE "push_type_nodes"."parent_id" IS NULL AND "push_type_nodes"."deleted_at" IS NULL LIMIT 30 OFFSET 0) subquery_for_count [1m[36mPushType::Node Load (0.3ms)[0m [1mSELECT "push_type_nodes".* FROM "push_type_nodes" WHERE "push_type_nodes"."parent_id" IS NULL AND "push_type_nodes"."deleted_at" IS NULL ORDER BY sort_order LIMIT 30 OFFSET 0[0m [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "push_type_nodes" WHERE "push_type_nodes"."parent_id" = $1 AND "push_type_nodes"."deleted_at" IS NULL [["parent_id", "6d230222-d34d-4d7b-90fb-351e2af32cc3"]] [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "push_type_nodes" WHERE "push_type_nodes"."parent_id" IS NULL AND "push_type_nodes"."deleted_at" IS NULL[0m Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_new_node_button.html.haml (0.4ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/index.html.haml within layouts/push_type/admin (8.1ms) Completed 200 OK in 471ms (Views: 468.9ms | ActiveRecord: 0.9ms) Started GET "/push_type/nodes/new?kind=page" for ::1 at 2015-10-15 19:28:09 +0100 Processing by PushType::NodesController#new as HTML Parameters: {"kind"=>"page"} Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_default.html.haml (0.2ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_default.html.haml (0.2ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_default.html.haml (0.1ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/fields/_structure.html.haml (3.1ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_meta_table.html.haml (4.3ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_form_submit.html.haml (0.3ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/_form_fields.html.haml (15.6ms) Rendered /Users/aaron/dev/pushcode/push_type/admin/app/views/push_type/nodes/new.html.haml within layouts/push_type/admin (17.4ms) Completed 200 OK in 410ms (Views: 408.1ms | ActiveRecord: 0.0ms)