DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from block in execute at /usr/local/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/task.rb:281) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from block in execute at /usr/local/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/task.rb:281) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from block in execute at /usr/local/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/task.rb:281) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from block in execute at /usr/local/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/task.rb:281) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from block in execute at /usr/local/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/task.rb:281) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from block in execute at /usr/local/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/task.rb:281) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from block in execute at /usr/local/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/task.rb:281)  (589.4ms) CREATE DATABASE "human_urls_development" ENCODING = 'unicode'  (577.4ms) CREATE DATABASE "human_urls_test" ENCODING = 'unicode' SQL (0.2ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (0.2ms) DROP TABLE IF EXISTS "taggable_w_generated_slugs" CASCADE  (102.2ms) CREATE TABLE "taggable_w_generated_slugs" ("id" bigserial primary key, "title" character varying, "slug" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (61.5ms) CREATE UNIQUE INDEX "index_taggable_w_generated_slugs_on_slug" ON "taggable_w_generated_slugs" USING btree ("slug")  (0.4ms) DROP TABLE IF EXISTS "taggables" CASCADE  (109.0ms) CREATE TABLE "taggables" ("id" bigserial primary key, "title" character varying, "slug" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (71.2ms) CREATE UNIQUE INDEX "index_taggables_on_slug" ON "taggables" USING btree ("slug")  (121.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY) ActiveRecord::SchemaMigration Pluck (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (22.1ms) INSERT INTO "schema_migrations" (version) VALUES (20151029012517)  (20.7ms) INSERT INTO "schema_migrations" (version) VALUES (20151022230845), (20151029003656);   (107.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (0.2ms) BEGIN ActiveRecord::InternalMetadata Create (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", "2022-02-28 19:56:55.241257"], ["updated_at", "2022-02-28 19:56:55.241257"]] TRANSACTION (19.7ms) COMMIT ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "schema_sha1"], ["LIMIT", 1]] TRANSACTION (0.2ms) BEGIN ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "schema_sha1"], ["value", "d264ad43fe3ce8af511c4860b3dbacc61e5f758d"], ["created_at", "2022-02-28 19:56:55.270973"], ["updated_at", "2022-02-28 19:56:55.270973"]] TRANSACTION (19.7ms) COMMIT SQL (0.2ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (0.2ms) DROP TABLE IF EXISTS "taggable_w_generated_slugs" CASCADE  (104.3ms) CREATE TABLE "taggable_w_generated_slugs" ("id" bigserial primary key, "title" character varying, "slug" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (64.1ms) CREATE UNIQUE INDEX "index_taggable_w_generated_slugs_on_slug" ON "taggable_w_generated_slugs" USING btree ("slug")  (2.7ms) DROP TABLE IF EXISTS "taggables" CASCADE  (115.3ms) CREATE TABLE "taggables" ("id" bigserial primary key, "title" character varying, "slug" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (72.0ms) CREATE UNIQUE INDEX "index_taggables_on_slug" ON "taggables" USING btree ("slug")  (114.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY) ActiveRecord::SchemaMigration Pluck (2.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (21.1ms) INSERT INTO "schema_migrations" (version) VALUES (20151029012517)  (20.3ms) INSERT INTO "schema_migrations" (version) VALUES (20151022230845), (20151029003656);   (112.9ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) ActiveRecord::InternalMetadata Load (2.9ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (0.4ms) BEGIN ActiveRecord::InternalMetadata Create (0.8ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2022-02-28 19:56:56.045298"], ["updated_at", "2022-02-28 19:56:56.045298"]] TRANSACTION (20.5ms) COMMIT ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (0.3ms) BEGIN ActiveRecord::InternalMetadata Update (0.5ms) UPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3 [["value", "test"], ["updated_at", "2022-02-28 19:56:56.076985"], ["key", "environment"]] TRANSACTION (19.9ms) COMMIT ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "schema_sha1"], ["LIMIT", 1]] TRANSACTION (0.4ms) BEGIN ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "schema_sha1"], ["value", "d264ad43fe3ce8af511c4860b3dbacc61e5f758d"], ["created_at", "2022-02-28 19:56:56.107704"], ["updated_at", "2022-02-28 19:56:56.107704"]] TRANSACTION (20.8ms) COMMIT ActiveRecord::SchemaMigration Pluck (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from block in execute at /usr/local/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/task.rb:281)  (676.0ms) CREATE DATABASE "human_urls_development" ENCODING = 'unicode'  (548.2ms) CREATE DATABASE "human_urls_test" ENCODING = 'unicode' SQL (0.2ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (0.1ms) DROP TABLE IF EXISTS "taggable_w_generated_slugs" CASCADE  (100.1ms) CREATE TABLE "taggable_w_generated_slugs" ("id" bigserial primary key, "title" character varying, "slug" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (60.1ms) CREATE UNIQUE INDEX "index_taggable_w_generated_slugs_on_slug" ON "taggable_w_generated_slugs" USING btree ("slug")  (0.4ms) DROP TABLE IF EXISTS "taggables" CASCADE  (108.4ms) CREATE TABLE "taggables" ("id" bigserial primary key, "title" character varying, "slug" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (73.3ms) CREATE UNIQUE INDEX "index_taggables_on_slug" ON "taggables" USING btree ("slug")  (119.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY) ActiveRecord::SchemaMigration Pluck (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (19.7ms) INSERT INTO "schema_migrations" (version) VALUES (20151029012517)  (20.3ms) INSERT INTO "schema_migrations" (version) VALUES (20151022230845), (20151029003656);   (103.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (0.2ms) BEGIN ActiveRecord::InternalMetadata Create (0.7ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2022-03-01 13:32:18.991061"], ["updated_at", "2022-03-01 13:32:18.991061"]] TRANSACTION (20.5ms) COMMIT ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "schema_sha1"], ["LIMIT", 1]] TRANSACTION (0.1ms) BEGIN ActiveRecord::InternalMetadata Create (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "schema_sha1"], ["value", "d264ad43fe3ce8af511c4860b3dbacc61e5f758d"], ["created_at", "2022-03-01 13:32:19.023696"], ["updated_at", "2022-03-01 13:32:19.023696"]] TRANSACTION (20.0ms) COMMIT SQL (0.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (0.2ms) DROP TABLE IF EXISTS "taggable_w_generated_slugs" CASCADE  (100.7ms) CREATE TABLE "taggable_w_generated_slugs" ("id" bigserial primary key, "title" character varying, "slug" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (82.9ms) CREATE UNIQUE INDEX "index_taggable_w_generated_slugs_on_slug" ON "taggable_w_generated_slugs" USING btree ("slug")  (3.0ms) DROP TABLE IF EXISTS "taggables" CASCADE  (118.1ms) CREATE TABLE "taggables" ("id" bigserial primary key, "title" character varying, "slug" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (71.4ms) CREATE UNIQUE INDEX "index_taggables_on_slug" ON "taggables" USING btree ("slug")  (106.6ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY) ActiveRecord::SchemaMigration Pluck (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (20.7ms) INSERT INTO "schema_migrations" (version) VALUES (20151029012517)  (20.9ms) INSERT INTO "schema_migrations" (version) VALUES (20151022230845), (20151029003656);   (116.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) ActiveRecord::InternalMetadata Load (1.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (0.4ms) BEGIN ActiveRecord::InternalMetadata Create (0.9ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2022-03-01 13:32:19.813390"], ["updated_at", "2022-03-01 13:32:19.813390"]] TRANSACTION (20.5ms) COMMIT ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (0.3ms) BEGIN ActiveRecord::InternalMetadata Update (0.6ms) UPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3 [["value", "test"], ["updated_at", "2022-03-01 13:32:19.845012"], ["key", "environment"]] TRANSACTION (20.0ms) COMMIT ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "schema_sha1"], ["LIMIT", 1]] TRANSACTION (0.3ms) BEGIN ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "schema_sha1"], ["value", "d264ad43fe3ce8af511c4860b3dbacc61e5f758d"], ["created_at", "2022-03-01 13:32:19.875844"], ["updated_at", "2022-03-01 13:32:19.875844"]] TRANSACTION (21.0ms) COMMIT ActiveRecord::SchemaMigration Pluck (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC