spec/dummy/log/development.log in timeful-1.0.0 vs spec/dummy/log/development.log in timeful-1.1.0

- old
+ new

@@ -420,5 +420,80 @@ WHERE c.contype = 'f' AND t1.relname = 'users' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  +  (0.4ms) SELECT pg_try_advisory_lock(339456620476877820); + ActiveRecord::SchemaMigration Load (1.7ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to ChangeForeignIdsToString (20160928113645) +  (0.3ms) BEGIN +DEPRECATION WARNING: Directly inheriting from ActiveRecord::Migration is deprecated. Please specify the Rails release the migration was written for: + + class ChangeForeignIdsToString < ActiveRecord::Migration[4.2] (called from load at /home/alessandro/.rvm/gems/ruby-2.3.1@timeful/bin/rake:23) +  (1.4ms) ALTER TABLE "feed_items" ALTER COLUMN "subscriber_id" TYPE character varying +  (0.3ms) ROLLBACK +  (0.4ms) SELECT pg_advisory_unlock(339456620476877820) +  (0.4ms) SELECT pg_try_advisory_lock(339456620476877820); + ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to ChangeForeignIdsToString (20160928113645) +  (0.2ms) BEGIN +DEPRECATION WARNING: Directly inheriting from ActiveRecord::Migration is deprecated. Please specify the Rails release the migration was written for: + + class ChangeForeignIdsToString < ActiveRecord::Migration[4.2] (called from load at /home/alessandro/.rvm/gems/ruby-2.3.1@timeful/bin/rake:23) +  (50.1ms) ALTER TABLE "timeful_feed_items" ALTER COLUMN "subscriber_id" TYPE character varying +  (30.0ms) ALTER TABLE "timeful_activities" ALTER COLUMN "actor_id" TYPE character varying +  (18.5ms) ALTER TABLE "timeful_activities" ALTER COLUMN "object_id" TYPE character varying + SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160928113645"]] +  (6.1ms) COMMIT + ActiveRecord::InternalMetadata Load (2.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]] +  (0.4ms) BEGIN +  (0.4ms) COMMIT +  (0.6ms) SELECT pg_advisory_unlock(339456620476877820) + ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (2.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 = 'posts' + 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 = 'timeful_activities' + AND t3.nspname = ANY (current_schemas(false)) +ORDER BY c.conname + +  (2.4ms) 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 = 'timeful_feed_items' + 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 = 'users' + AND t3.nspname = ANY (current_schemas(false)) +ORDER BY c.conname +