spec/dummy/log/development.log in green_flag-0.3.0 vs spec/dummy/log/development.log in green_flag-0.4.0

- old
+ new

@@ -56643,5 +56643,80 @@  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150211214159')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213191101')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150218035000')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150218035805')  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150218171852') +Connecting to database specified by database.yml +Compiled jquery.js (28ms) (pid 17723) +Compiled jquery_ujs.js (0ms) (pid 17723) +Compiled application.js (39ms) (pid 17723) +Compiled application.css (0ms) (pid 17723) +Compiled green_flag/admin/feature-deletion.js (0ms) (pid 17723) +Compiled green_flag/admin/features.js (0ms) (pid 17723) +Compiled green_flag/admin/rules.js (0ms) (pid 17723) +Compiled green_flag/application.js (40ms) (pid 17723) +Compiled green_flag/admin/features.css (198ms) (pid 17723) +Compiled green_flag/admin/rules.css (0ms) (pid 17723) +Compiled green_flag/application.css (206ms) (pid 17723) +Connecting to database specified by database.yml +  (7.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  +Connecting to database specified by database.yml +  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  +Migrating to CreateGreenFlagSiteVisitors (20140502112602) +Migrating to CreateGreenFlagFeatures (20140502221059) +Migrating to CreateGreenFlagFeatureDecisions (20140502221423) +Migrating to AddVisitorCodeToSiteVisitors (20140505204611) +Migrating to CreateGreenFlagRules (20140511045110) +Migrating to SetDefaultPercentageInGreenFlagRules (20140513203728) +Migrating to RequireOrderingForGreenFlagRules (20140514202337) +Migrating to AddRestrictionsToGreenFlagRules (20140516214909) +Migrating to AddIndexToFeatureDecisions (20140818155533) +  (0.1ms) BEGIN +  (0.1ms) COMMIT +  (8.7ms) CREATE INDEX CONCURRENTLY "index_green_flag_feature_decisions_on_feature_id" ON "green_flag_feature_decisions" ("feature_id") +  (1.6ms) INSERT INTO "schema_migrations" ("version") VALUES ('20140818155533') +Migrating to CreateGreenFlagFeatureEvents (20150211214159) +Migrating to AddRuleIdToGreenFlagFeatureDecisions (20150213191101) +Migrating to AddVersionNumberToGreenFlagRules (20150218035000) +Migrating to AddVersionNumberToGreenFlagFeatures (20150218035805) +Migrating to AddVersionNumberToGreenFlagRulesIndices (20150218171852) +Migrating to CreateUsers (20150726195118) +Migrating to AddEmailToUsers (20150726204409) +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" +Connecting to database specified by database.yml +  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  +  (122.6ms) DROP DATABASE IF EXISTS "green_flag_dummy_test" +  (386.0ms) CREATE DATABASE "green_flag_dummy_test" ENCODING = 'unicode' +  (8.5ms) CREATE TABLE "green_flag_feature_decisions" ("id" serial primary key, "feature_id" integer NOT NULL, "site_visitor_id" integer NOT NULL, "enabled" boolean, "manual" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "rule_id" integer) +  (0.9ms) CREATE INDEX "index_green_flag_feature_decisions_on_feature_id" ON "green_flag_feature_decisions" ("feature_id") +  (1.3ms) CREATE UNIQUE INDEX "index_gf_feature_decisions_on_site_visitor_id_feature_id" ON "green_flag_feature_decisions" ("site_visitor_id", "feature_id") +  (2.3ms) CREATE TABLE "green_flag_feature_events" ("id" serial primary key, "feature_id" integer NOT NULL, "event_type_code" integer NOT NULL, "count" integer NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  +  (0.9ms) CREATE INDEX "index_green_flag_feature_events_on_event_type_code" ON "green_flag_feature_events" ("event_type_code") +  (0.9ms) CREATE INDEX "index_green_flag_feature_events_on_feature_id" ON "green_flag_feature_events" ("feature_id") +  (25.5ms) CREATE TABLE "green_flag_features" ("id" serial primary key, "code" character varying(255) NOT NULL, "description" character varying(255), "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "version_number" integer DEFAULT 1 NOT NULL) +  (1.0ms) CREATE UNIQUE INDEX "index_green_flag_features_on_code" ON "green_flag_features" ("code") +  (2.1ms) CREATE TABLE "green_flag_rules" ("id" serial primary key, "group_key" character varying(255) NOT NULL, "feature_id" integer NOT NULL, "order_by" integer NOT NULL, "percentage" integer DEFAULT 0 NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "version_number" integer DEFAULT 1 NOT NULL) +  (0.8ms) CREATE UNIQUE INDEX "index_green_flag_rules_on_feature_version_and_group_key" ON "green_flag_rules" ("feature_id", "group_key", "version_number") +  (0.9ms) CREATE UNIQUE INDEX "index_green_flag_rules_on_feature_version_and_order_by" ON "green_flag_rules" ("feature_id", "order_by", "version_number") +  (2.7ms) CREATE TABLE "green_flag_site_visitors" ("id" serial primary key, "user_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "visitor_code" character varying(255) NOT NULL)  +  (1.7ms) CREATE UNIQUE INDEX "index_green_flag_site_visitors_on_user_id" ON "green_flag_site_visitors" ("user_id") +  (1.1ms) CREATE UNIQUE INDEX "index_green_flag_site_visitors_on_visitor_code" ON "green_flag_site_visitors" ("visitor_code") +  (2.2ms) CREATE TABLE "users" ("id" serial primary key, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "email" character varying(255)) +  (0.7ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)  +  (7.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.3ms) SELECT version FROM "schema_migrations" +  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150726204409') +  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150726195118') +  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140502112602') +  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140502221059') +  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140502221423') +  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140505204611') +  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140511045110') +  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140513203728') +  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140514202337') +  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20140516214909') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140818155533') +  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150211214159') +  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213191101') +  (0.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150218035000') +  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150218035805') +  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150218171852')