DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from mon_synchronize at /Users/piotrek/.rbenv/versions/2.2.2/lib/ruby/2.2.0/monitor.rb:211) DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from mon_synchronize at /Users/piotrek/.rbenv/versions/2.2.2/lib/ruby/2.2.0/monitor.rb:211)  (22.9ms) CREATE TABLE "schema_migrations" ("version" character varying PRIMARY KEY)   (20.3ms) CREATE TABLE "ar_internal_metadata" ("key" character varying PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.4ms) SELECT pg_try_advisory_lock(1721091371569202325); ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePlotlineEntries (20150831131759)  (0.2ms) BEGIN  (26.6ms) CREATE TABLE "plotline_entries" ("id" serial primary key, "type" character varying, "title" character varying, "slug" character varying, "payload" json, "user_id" integer, "author_name" character varying, "published_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (1.3ms) CREATE INDEX "index_plotline_entries_on_type" ON "plotline_entries" ("type")  (0.8ms) CREATE INDEX "index_plotline_entries_on_slug" ON "plotline_entries" ("slug")  (0.8ms) CREATE INDEX "index_plotline_entries_on_user_id" ON "plotline_entries" ("user_id") SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20150831131759"]]  (6.3ms) COMMIT Migrating to CreatePlotlineEntrySearchData (20150911135536)  (6.1ms) BEGIN  (11.2ms) CREATE TABLE "plotline_entry_search_data" ("id" serial primary key, "entry_id" integer, "attr_name" character varying, "search_data" tsvector, "raw_data" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.8ms) CREATE INDEX "index_plotline_entry_search_data_on_entry_id" ON "plotline_entry_search_data" ("entry_id")  (1.8ms) create index idx_search_data on plotline_entry_search_data using gin(search_data) SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20150911135536"]]  (0.7ms) COMMIT Migrating to CreatePlotlineImages (20160212172219)  (0.4ms) BEGIN  (2.6ms) CREATE TABLE "plotline_images" ("id" serial primary key, "image" character varying, "width" integer, "height" integer, "file_size" integer, "content_type" character varying, "created_at" timestamp, "updated_at" timestamp)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160212172219"]]  (0.4ms) COMMIT ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" ORDER BY "ar_internal_metadata"."key" ASC LIMIT $1 [["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", 2016-02-16 15:57:41 UTC], ["updated_at", 2016-02-16 15:57:41 UTC]]  (0.3ms) COMMIT  (0.3ms) SELECT pg_advisory_unlock(1721091371569202325) ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.9ms) 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 = 'plotline_entries' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (1.9ms) 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 = 'plotline_entry_search_data' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (1.6ms) 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 = 'plotline_images' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from block in tsort_each at /Users/piotrek/.rbenv/versions/2.2.2/lib/ruby/2.2.0/tsort.rb:226) ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", :environment]] ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", :environment]] ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", :environment]]  (123.6ms) DROP DATABASE IF EXISTS "dummy_development"  (123.4ms) DROP DATABASE IF EXISTS "dummy_test" DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from mon_synchronize at /Users/piotrek/.rbenv/versions/2.2.2/lib/ruby/2.2.0/monitor.rb:211)  (4.2ms) CREATE TABLE "schema_migrations" ("version" character varying PRIMARY KEY)   (2.9ms) CREATE TABLE "ar_internal_metadata" ("key" character varying PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.2ms) SELECT pg_try_advisory_lock(1721091371569202325); ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePlotlineEntries (20150831131759)  (0.2ms) BEGIN  (5.1ms) CREATE TABLE "plotline_entries" ("id" serial primary key, "type" character varying, "title" character varying, "slug" character varying, "payload" json, "user_id" integer, "author_name" character varying, "published_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.8ms) CREATE INDEX "index_plotline_entries_on_type" ON "plotline_entries" ("type")  (0.9ms) CREATE INDEX "index_plotline_entries_on_slug" ON "plotline_entries" ("slug")  (0.8ms) CREATE INDEX "index_plotline_entries_on_user_id" ON "plotline_entries" ("user_id") SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20150831131759"]]  (0.6ms) COMMIT Migrating to CreatePlotlineEntrySearchData (20150911135536)  (0.3ms) BEGIN  (6.2ms) CREATE TABLE "plotline_entry_search_data" ("id" serial primary key, "entry_id" integer, "attr_name" character varying, "search_data" tsvector, "raw_data" text, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (0.9ms) CREATE INDEX "index_plotline_entry_search_data_on_entry_id" ON "plotline_entry_search_data" ("entry_id")  (0.8ms) create index idx_search_data on plotline_entry_search_data using gin(search_data) SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20150911135536"]]  (0.8ms) COMMIT Migrating to CreatePlotlineImages (20160212172219)  (0.5ms) BEGIN  (4.1ms) CREATE TABLE "plotline_images" ("id" serial primary key, "image" character varying, "width" integer, "height" integer, "file_size" integer, "content_type" character varying, "created_at" timestamp, "updated_at" timestamp)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160212172219"]]  (0.6ms) COMMIT ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" ORDER BY "ar_internal_metadata"."key" ASC LIMIT $1 [["LIMIT", 1]]  (0.2ms) BEGIN SQL (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", 2016-02-16 15:58:47 UTC], ["updated_at", 2016-02-16 15:58:47 UTC]]  (0.6ms) COMMIT  (0.7ms) SELECT pg_advisory_unlock(1721091371569202325) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.2ms) 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 = 'plotline_entries' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (1.5ms) 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 = 'plotline_entry_search_data' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (2.3ms) 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 = 'plotline_images' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname