(1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", 2016-12-20 20:47:40 UTC], ["updated_at", 2016-12-20 20:47:40 UTC]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" 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 /usr/local/opt/rbenv/versions/2.3.3/lib/ruby/2.3.0/tsort.rb:228) DEPRECATION WARNING: #table_exists? currently checks both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only check tables. Use #data_source_exists? instead. (called from block in at /Users/seancdavis/code/gems/heartwood/config/routes.rb:13)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.7ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateHeartwoodPages (20160107161039)  (0.1ms) begin transaction DEPRECATION WARNING: Directly inheriting from ActiveRecord::Migration is deprecated. Please specify the Rails release the migration was written for: class CreateHeartwoodPages < ActiveRecord::Migration[4.2] (called from mon_synchronize at /usr/local/opt/rbenv/versions/2.3.3/lib/ruby/2.3.0/monitor.rb:214)  (0.0ms) rollback transaction 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 /usr/local/opt/rbenv/versions/2.3.3/lib/ruby/2.3.0/tsort.rb:228) DEPRECATION WARNING: #table_exists? currently checks both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only check tables. Use #data_source_exists? instead. (called from block in at /Users/seancdavis/code/gems/heartwood/config/routes.rb:13) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateHeartwoodPages (20160107161039)  (0.0ms) begin transaction DEPRECATION WARNING: Directly inheriting from ActiveRecord::Migration is deprecated. Please specify the Rails release the migration was written for: class CreateHeartwoodPages < ActiveRecord::Migration[4.2] (called from mon_synchronize at /usr/local/opt/rbenv/versions/2.3.3/lib/ruby/2.3.0/monitor.rb:214) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160107161039"]]  (0.6ms) commit transaction Migrating to CreateHeartwoodDocuments (20160108160638)  (0.0ms) begin transaction DEPRECATION WARNING: Directly inheriting from ActiveRecord::Migration is deprecated. Please specify the Rails release the migration was written for: class CreateHeartwoodDocuments < ActiveRecord::Migration[4.2] (called from mon_synchronize at /usr/local/opt/rbenv/versions/2.3.3/lib/ruby/2.3.0/monitor.rb:214) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160108160638"]]  (0.6ms) commit transaction Migrating to CreateHeartwoodSettings (20160108185904)  (0.0ms) begin transaction DEPRECATION WARNING: Directly inheriting from ActiveRecord::Migration is deprecated. Please specify the Rails release the migration was written for: class CreateHeartwoodSettings < ActiveRecord::Migration[4.2] (called from mon_synchronize at /usr/local/opt/rbenv/versions/2.3.3/lib/ruby/2.3.0/monitor.rb:214) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160108185904"]]  (0.5ms) commit transaction Migrating to AddIsHomeToPages (20160111154240)  (0.0ms) begin transaction DEPRECATION WARNING: Directly inheriting from ActiveRecord::Migration is deprecated. Please specify the Rails release the migration was written for: class AddIsHomeToPages < ActiveRecord::Migration[4.2] (called from mon_synchronize at /usr/local/opt/rbenv/versions/2.3.3/lib/ruby/2.3.0/monitor.rb:214) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160111154240"]]  (0.6ms) commit transaction Migrating to AddPagePathToPages (20160125174822)  (0.0ms) begin transaction DEPRECATION WARNING: Directly inheriting from ActiveRecord::Migration is deprecated. Please specify the Rails release the migration was written for: class AddPagePathToPages < ActiveRecord::Migration[4.2] (called from mon_synchronize at /usr/local/opt/rbenv/versions/2.3.3/lib/ruby/2.3.0/monitor.rb:214) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160125174822"]]  (0.6ms) commit transaction Migrating to AddUploadGravityToDocuments (20160205190935)  (0.0ms) begin transaction DEPRECATION WARNING: Directly inheriting from ActiveRecord::Migration is deprecated. Please specify the Rails release the migration was written for: class AddUploadGravityToDocuments < ActiveRecord::Migration[4.2] (called from mon_synchronize at /usr/local/opt/rbenv/versions/2.3.3/lib/ruby/2.3.0/monitor.rb:214) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160205190935"]]  (0.6ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", 2017-05-01 11:42:26 UTC], ["updated_at", 2017-05-01 11:42:26 UTC]]  (0.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" 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 /usr/local/opt/rbenv/versions/2.3.3/lib/ruby/2.3.0/tsort.rb:228) DEPRECATION WARNING: #table_exists? currently checks both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only check tables. Use #data_source_exists? instead. (called from block in at /Users/seancdavis/code/gems/heartwood/config/routes.rb:13) 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 /usr/local/opt/rbenv/versions/2.3.3/lib/ruby/2.3.0/tsort.rb:228) DEPRECATION WARNING: #table_exists? currently checks both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only check tables. Use #data_source_exists? instead. (called from block in at /Users/seancdavis/code/gems/heartwood/config/routes.rb:13) 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 /usr/local/opt/rbenv/versions/2.3.3/lib/ruby/2.3.0/tsort.rb:228) DEPRECATION WARNING: #table_exists? currently checks both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only check tables. Use #data_source_exists? instead. (called from block in at /Users/seancdavis/code/gems/heartwood/config/routes.rb:13) 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 /usr/local/opt/rbenv/versions/2.3.3/lib/ruby/2.3.0/tsort.rb:228) DEPRECATION WARNING: #table_exists? currently checks both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only check tables. Use #data_source_exists? instead. (called from block in at /Users/seancdavis/code/gems/heartwood/config/routes.rb:13) 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 /usr/local/opt/rbenv/versions/2.3.3/lib/ruby/2.3.0/tsort.rb:228) DEPRECATION WARNING: #table_exists? currently checks both tables and views. This behavior is deprecated and will be changed with Rails 5.1 to only check tables. Use #data_source_exists? instead. (called from block in at /Users/seancdavis/code/gems/heartwood/config/routes.rb:13)