rails_workflow 0.3.3 → 0.3.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3af317d30d995b99af8a9725cc68b0b906fe30a0
|
4
|
+
data.tar.gz: 5d8aca320659cb5eb308ec9e10b05e9205f940ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1dc1b0d349aaf8df2c8a36c95c3849a35a028a03d31bc180625b73d21f373b76d776758140b10bef994564bef013f1fe54cb23cd0c4055c6aad4720b07887879
|
7
|
+
data.tar.gz: ec3e7d110289b87d44de85a6bcb8edbbb6b1469b159e2f3fc260f44c26cd41db16c7a5c7ea5c9bc272ea545ab8bfb6039a15edaa0b1ea4de01cd6f0ffcafee03
|
data/spec/dummy/log/test.log
CHANGED
@@ -450659,3 +450659,2309 @@ Completed 302 Found in 7ms (ActiveRecord: 0.6ms)
|
|
450659
450659
|
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."uuid" = $1 LIMIT 1[0m [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"]]
|
450660
450660
|
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 82]]
|
450661
450661
|
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
450662
|
+
[1m[36m (15.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
|
450663
|
+
[1m[35m (12.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
450664
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
450665
|
+
Migrating to DeviseCreateUsers (20150127171613)
|
450666
|
+
[1m[35m (0.2ms)[0m BEGIN
|
450667
|
+
[1m[36m (26.8ms)[0m [1mCREATE TABLE "users" ("id" serial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying, "last_sign_in_ip" character varying, "role" character varying, "created_at" timestamp, "updated_at" timestamp) [0m
|
450668
|
+
[1m[35m (1.2ms)[0m CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
|
450669
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
|
450670
|
+
[1m[35mSQL (6.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150127171613"]]
|
450671
|
+
[1m[36m (6.1ms)[0m [1mCOMMIT[0m
|
450672
|
+
Migrating to CreateSalesContacts (20150130042852)
|
450673
|
+
[1m[35m (5.9ms)[0m BEGIN
|
450674
|
+
[1m[36m (16.0ms)[0m [1mCREATE TABLE "sales_contacts" ("id" serial primary key, "message" text, "email" character varying, "created_at" timestamp, "updated_at" timestamp) [0m
|
450675
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130042852"]]
|
450676
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
450677
|
+
Migrating to CreateLeads (20150130043008)
|
450678
|
+
[1m[35m (6.3ms)[0m BEGIN
|
450679
|
+
[1m[36m (19.5ms)[0m [1mCREATE TABLE "leads" ("id" serial primary key, "sales_contact_id" integer, "offer" text, "name" character varying, "created_at" timestamp, "updated_at" timestamp) [0m
|
450680
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150130043008"]]
|
450681
|
+
[1m[36m (0.5ms)[0m [1mCOMMIT[0m
|
450682
|
+
Migrating to CreateWorkflowProcesses (20150630174700)
|
450683
|
+
[1m[35m (6.2ms)[0m BEGIN
|
450684
|
+
[1m[36m (7.6ms)[0m [1mCREATE TABLE "rails_workflow_processes" ("id" serial primary key) [0m
|
450685
|
+
[1m[35m (6.7ms)[0m CREATE TABLE "rails_workflow_operations" ("id" serial primary key)
|
450686
|
+
[1m[36m (2.4ms)[0m [1mCREATE TABLE "rails_workflow_process_templates" ("id" serial primary key) [0m
|
450687
|
+
[1m[35m (2.3ms)[0m CREATE TABLE "rails_workflow_operation_templates" ("id" serial primary key)
|
450688
|
+
[1m[36m (3.2ms)[0m [1mCREATE TABLE "rails_workflow_contexts" ("id" serial primary key) [0m
|
450689
|
+
[1m[35m (2.5ms)[0m CREATE TABLE "rails_workflow_errors" ("id" serial primary key)
|
450690
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "rails_workflow_contexts" ADD "parent_id" integer[0m
|
450691
|
+
[1m[35m (2.9ms)[0m ALTER TABLE "rails_workflow_contexts" ADD "parent_type" character varying
|
450692
|
+
[1m[36m (0.7ms)[0m [1mALTER TABLE "rails_workflow_contexts" ADD "body" text[0m
|
450693
|
+
[1m[35m (0.5ms)[0m ALTER TABLE "rails_workflow_contexts" ADD "created_at" timestamp
|
450694
|
+
[1m[36m (0.4ms)[0m [1mALTER TABLE "rails_workflow_contexts" ADD "updated_at" timestamp[0m
|
450695
|
+
[1m[35m (1.2ms)[0m ALTER TABLE "rails_workflow_errors" ADD "message" character varying
|
450696
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "rails_workflow_errors" ADD "stack_trace" text[0m
|
450697
|
+
[1m[35m (0.4ms)[0m ALTER TABLE "rails_workflow_errors" ADD "parent_id" integer
|
450698
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "rails_workflow_errors" ADD "parent_type" character varying[0m
|
450699
|
+
[1m[35m (0.3ms)[0m ALTER TABLE "rails_workflow_errors" ADD "created_at" timestamp
|
450700
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "rails_workflow_errors" ADD "updated_at" timestamp[0m
|
450701
|
+
[1m[35m (0.3ms)[0m ALTER TABLE "rails_workflow_errors" ADD "resolved" boolean
|
450702
|
+
[1m[36m (1.4ms)[0m [1mALTER TABLE "rails_workflow_operation_templates" ADD "title" character varying[0m
|
450703
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "rails_workflow_operation_templates" ADD "version" character varying
|
450704
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "rails_workflow_operation_templates" ADD "uuid" character varying[0m
|
450705
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "rails_workflow_operation_templates" ADD "tag" character varying
|
450706
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "rails_workflow_operation_templates" ADD "source" text[0m
|
450707
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "rails_workflow_operation_templates" ADD "dependencies" text
|
450708
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "rails_workflow_operation_templates" ADD "operation_class" character varying[0m
|
450709
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "rails_workflow_operation_templates" ADD "process_template_id" integer
|
450710
|
+
[1m[36m (0.8ms)[0m [1mALTER TABLE "rails_workflow_operation_templates" ADD "created_at" timestamp[0m
|
450711
|
+
[1m[35m (0.4ms)[0m ALTER TABLE "rails_workflow_operation_templates" ADD "updated_at" timestamp
|
450712
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "rails_workflow_operation_templates" ADD "async" boolean[0m
|
450713
|
+
[1m[35m (0.4ms)[0m ALTER TABLE "rails_workflow_operation_templates" ADD "child_process_id" integer
|
450714
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "rails_workflow_operation_templates" ADD "assignment_id" integer[0m
|
450715
|
+
[1m[35m (0.3ms)[0m ALTER TABLE "rails_workflow_operation_templates" ADD "assignment_type" character varying
|
450716
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "rails_workflow_operation_templates" ADD "kind" character varying[0m
|
450717
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "rails_workflow_operation_templates" ADD "role" character varying
|
450718
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "rails_workflow_operation_templates" ADD "group" character varying[0m
|
450719
|
+
[1m[35m (1.1ms)[0m ALTER TABLE "rails_workflow_operation_templates" ADD "instruction" text
|
450720
|
+
[1m[36m (0.4ms)[0m [1mALTER TABLE "rails_workflow_operation_templates" ADD "is_background" boolean[0m
|
450721
|
+
[1m[35m (0.4ms)[0m ALTER TABLE "rails_workflow_operation_templates" ADD "type" character varying
|
450722
|
+
[1m[36m (0.4ms)[0m [1mALTER TABLE "rails_workflow_operation_templates" ADD "partial_name" character varying[0m
|
450723
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "rails_workflow_operations" ADD "status" integer
|
450724
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "rails_workflow_operations" ADD "async" boolean[0m
|
450725
|
+
[1m[35m (1.6ms)[0m ALTER TABLE "rails_workflow_operations" ADD "version" character varying
|
450726
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "rails_workflow_operations" ADD "tag" character varying[0m
|
450727
|
+
[1m[35m (0.6ms)[0m ALTER TABLE "rails_workflow_operations" ADD "title" character varying
|
450728
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "rails_workflow_operations" ADD "created_at" timestamp[0m
|
450729
|
+
[1m[35m (0.3ms)[0m ALTER TABLE "rails_workflow_operations" ADD "updated_at" timestamp
|
450730
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "rails_workflow_operations" ADD "process_id" integer[0m
|
450731
|
+
[1m[35m (0.4ms)[0m ALTER TABLE "rails_workflow_operations" ADD "template_id" integer
|
450732
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "rails_workflow_operations" ADD "dependencies" text[0m
|
450733
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "rails_workflow_operations" ADD "child_process_id" integer
|
450734
|
+
[1m[36m (0.9ms)[0m [1mALTER TABLE "rails_workflow_operations" ADD "assignment_id" integer[0m
|
450735
|
+
[1m[35m (0.5ms)[0m ALTER TABLE "rails_workflow_operations" ADD "assignment_type" character varying
|
450736
|
+
[1m[36m (0.9ms)[0m [1mALTER TABLE "rails_workflow_operations" ADD "assigned_at" timestamp[0m
|
450737
|
+
[1m[35m (0.3ms)[0m ALTER TABLE "rails_workflow_operations" ADD "type" character varying
|
450738
|
+
[1m[36m (0.5ms)[0m [1mALTER TABLE "rails_workflow_operations" ADD "is_active" boolean[0m
|
450739
|
+
[1m[35m (0.4ms)[0m ALTER TABLE "rails_workflow_operations" ADD "completed_at" timestamp
|
450740
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "rails_workflow_operations" ADD "is_background" boolean[0m
|
450741
|
+
[1m[35m (1.2ms)[0m ALTER TABLE "rails_workflow_process_templates" ADD "title" character varying
|
450742
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "rails_workflow_process_templates" ADD "source" text[0m
|
450743
|
+
[1m[35m (0.3ms)[0m ALTER TABLE "rails_workflow_process_templates" ADD "uuid" character varying
|
450744
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "rails_workflow_process_templates" ADD "version" character varying[0m
|
450745
|
+
[1m[35m (0.4ms)[0m ALTER TABLE "rails_workflow_process_templates" ADD "tag" character varying
|
450746
|
+
[1m[36m (0.6ms)[0m [1mALTER TABLE "rails_workflow_process_templates" ADD "manager_class" character varying[0m
|
450747
|
+
[1m[35m (0.6ms)[0m ALTER TABLE "rails_workflow_process_templates" ADD "process_class" character varying
|
450748
|
+
[1m[36m (0.4ms)[0m [1mALTER TABLE "rails_workflow_process_templates" ADD "created_at" timestamp[0m
|
450749
|
+
[1m[35m (0.3ms)[0m ALTER TABLE "rails_workflow_process_templates" ADD "updated_at" timestamp
|
450750
|
+
[1m[36m (0.4ms)[0m [1mALTER TABLE "rails_workflow_process_templates" ADD "type" character varying[0m
|
450751
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "rails_workflow_process_templates" ADD "partial_name" character varying
|
450752
|
+
[1m[36m (0.2ms)[0m [1mALTER TABLE "rails_workflow_processes" ADD "status" integer[0m
|
450753
|
+
[1m[35m (1.2ms)[0m ALTER TABLE "rails_workflow_processes" ADD "version" character varying
|
450754
|
+
[1m[36m (0.5ms)[0m [1mALTER TABLE "rails_workflow_processes" ADD "tag" character varying[0m
|
450755
|
+
[1m[35m (0.2ms)[0m ALTER TABLE "rails_workflow_processes" ADD "async" boolean
|
450756
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "rails_workflow_processes" ADD "title" character varying[0m
|
450757
|
+
[1m[35m (0.3ms)[0m ALTER TABLE "rails_workflow_processes" ADD "created_at" timestamp
|
450758
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "rails_workflow_processes" ADD "updated_at" timestamp[0m
|
450759
|
+
[1m[35m (0.3ms)[0m ALTER TABLE "rails_workflow_processes" ADD "template_id" integer
|
450760
|
+
[1m[36m (0.3ms)[0m [1mALTER TABLE "rails_workflow_processes" ADD "type" character varying[0m
|
450761
|
+
[1m[35m (3.2ms)[0m CREATE INDEX "index_rails_workflow_contexts_on_parent_id_and_parent_type" ON "rails_workflow_contexts" ("parent_id", "parent_type")
|
450762
|
+
[1m[36m (7.1ms)[0m [1mCREATE INDEX "index_rails_workflow_errors_on_parent_id_and_parent_type" ON "rails_workflow_errors" ("parent_id", "parent_type")[0m
|
450763
|
+
[1m[35m (2.1ms)[0m CREATE INDEX "index_rails_workflow_operation_templates_on_process_template_id" ON "rails_workflow_operation_templates" ("process_template_id")
|
450764
|
+
[1m[36m (1.4ms)[0m [1mCREATE INDEX "index_rails_workflow_operation_templates_on_uuid" ON "rails_workflow_operation_templates" ("uuid")[0m
|
450765
|
+
[1m[35m (1.1ms)[0m CREATE INDEX "index_rails_workflow_process_templates_on_uuid" ON "rails_workflow_process_templates" ("uuid")
|
450766
|
+
[1m[36m (1.2ms)[0m [1mCREATE INDEX "index_rails_workflow_operations_on_process_id" ON "rails_workflow_operations" ("process_id")[0m
|
450767
|
+
[1m[35m (0.9ms)[0m CREATE INDEX "index_rails_workflow_operations_on_template_id" ON "rails_workflow_operations" ("template_id")
|
450768
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20150630174700"]]
|
450769
|
+
[1m[35m (1.0ms)[0m COMMIT
|
450770
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.8ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
450771
|
+
[1m[35m (2.4ms)[0m 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
|
450772
|
+
FROM pg_constraint c
|
450773
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
450774
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
450775
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
450776
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
450777
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
450778
|
+
WHERE c.contype = 'f'
|
450779
|
+
AND t1.relname = 'leads'
|
450780
|
+
AND t3.nspname = ANY (current_schemas(false))
|
450781
|
+
ORDER BY c.conname
|
450782
|
+
|
450783
|
+
[1m[36m (3.2ms)[0m [1mSELECT 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
|
450784
|
+
FROM pg_constraint c
|
450785
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
450786
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
450787
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
450788
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
450789
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
450790
|
+
WHERE c.contype = 'f'
|
450791
|
+
AND t1.relname = 'rails_workflow_contexts'
|
450792
|
+
AND t3.nspname = ANY (current_schemas(false))
|
450793
|
+
ORDER BY c.conname
|
450794
|
+
[0m
|
450795
|
+
[1m[35m (2.0ms)[0m 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
|
450796
|
+
FROM pg_constraint c
|
450797
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
450798
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
450799
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
450800
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
450801
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
450802
|
+
WHERE c.contype = 'f'
|
450803
|
+
AND t1.relname = 'rails_workflow_errors'
|
450804
|
+
AND t3.nspname = ANY (current_schemas(false))
|
450805
|
+
ORDER BY c.conname
|
450806
|
+
|
450807
|
+
[1m[36m (2.0ms)[0m [1mSELECT 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
|
450808
|
+
FROM pg_constraint c
|
450809
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
450810
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
450811
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
450812
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
450813
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
450814
|
+
WHERE c.contype = 'f'
|
450815
|
+
AND t1.relname = 'rails_workflow_operation_templates'
|
450816
|
+
AND t3.nspname = ANY (current_schemas(false))
|
450817
|
+
ORDER BY c.conname
|
450818
|
+
[0m
|
450819
|
+
[1m[35m (2.0ms)[0m 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
|
450820
|
+
FROM pg_constraint c
|
450821
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
450822
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
450823
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
450824
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
450825
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
450826
|
+
WHERE c.contype = 'f'
|
450827
|
+
AND t1.relname = 'rails_workflow_operations'
|
450828
|
+
AND t3.nspname = ANY (current_schemas(false))
|
450829
|
+
ORDER BY c.conname
|
450830
|
+
|
450831
|
+
[1m[36m (1.9ms)[0m [1mSELECT 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
|
450832
|
+
FROM pg_constraint c
|
450833
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
450834
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
450835
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
450836
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
450837
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
450838
|
+
WHERE c.contype = 'f'
|
450839
|
+
AND t1.relname = 'rails_workflow_process_templates'
|
450840
|
+
AND t3.nspname = ANY (current_schemas(false))
|
450841
|
+
ORDER BY c.conname
|
450842
|
+
[0m
|
450843
|
+
[1m[35m (2.0ms)[0m 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
|
450844
|
+
FROM pg_constraint c
|
450845
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
450846
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
450847
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
450848
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
450849
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
450850
|
+
WHERE c.contype = 'f'
|
450851
|
+
AND t1.relname = 'rails_workflow_processes'
|
450852
|
+
AND t3.nspname = ANY (current_schemas(false))
|
450853
|
+
ORDER BY c.conname
|
450854
|
+
|
450855
|
+
[1m[36m (1.9ms)[0m [1mSELECT 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
|
450856
|
+
FROM pg_constraint c
|
450857
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
450858
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
450859
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
450860
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
450861
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
450862
|
+
WHERE c.contype = 'f'
|
450863
|
+
AND t1.relname = 'sales_contacts'
|
450864
|
+
AND t3.nspname = ANY (current_schemas(false))
|
450865
|
+
ORDER BY c.conname
|
450866
|
+
[0m
|
450867
|
+
[1m[35m (2.4ms)[0m 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
|
450868
|
+
FROM pg_constraint c
|
450869
|
+
JOIN pg_class t1 ON c.conrelid = t1.oid
|
450870
|
+
JOIN pg_class t2 ON c.confrelid = t2.oid
|
450871
|
+
JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
|
450872
|
+
JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
|
450873
|
+
JOIN pg_namespace t3 ON c.connamespace = t3.oid
|
450874
|
+
WHERE c.contype = 'f'
|
450875
|
+
AND t1.relname = 'users'
|
450876
|
+
AND t3.nspname = ANY (current_schemas(false))
|
450877
|
+
ORDER BY c.conname
|
450878
|
+
|
450879
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
450880
|
+
[1m[35m (0.2ms)[0m BEGIN
|
450881
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
450882
|
+
[1m[35mSQL (24.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "b5c1441e-d799-1f07-cb0d-9bba1269dedf"], ["created_at", "2015-07-07 18:52:05.038596"], ["updated_at", "2015-07-07 18:52:05.038596"]]
|
450883
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
450884
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
450885
|
+
[1m[36mSQL (14.5ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "process_template_id", "type", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["title", "First Test project"], ["process_template_id", 1], ["type", "RailsWorkflow::OperationTemplate"], ["uuid", "e160f822-b9f2-cefd-d501-8076a611e40c"], ["created_at", "2015-07-07 18:52:05.082087"], ["updated_at", "2015-07-07 18:52:05.082087"]]
|
450886
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
450887
|
+
Processing by RailsWorkflow::OperationTemplatesController#index as HTML
|
450888
|
+
Parameters: {"process_template_id"=>"1"}
|
450889
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.5ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 1]]
|
450890
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (0.3ms)
|
450891
|
+
Completed 200 OK in 38ms (Views: 11.8ms | ActiveRecord: 0.5ms)
|
450892
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.5ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 1]]
|
450893
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
450894
|
+
[1m[35m (0.1ms)[0m BEGIN
|
450895
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
450896
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "952e070e-7307-d298-4cc6-5ec1bd7bc194"], ["created_at", "2015-07-07 18:52:05.151029"], ["updated_at", "2015-07-07 18:52:05.151029"]]
|
450897
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
450898
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
450899
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "process_template_id", "type", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["title", "First Test project"], ["process_template_id", 2], ["type", "RailsWorkflow::OperationTemplate"], ["uuid", "c6fee907-afb0-b8cd-e93b-4c1caa6efdd9"], ["created_at", "2015-07-07 18:52:05.153825"], ["updated_at", "2015-07-07 18:52:05.153825"]]
|
450900
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
450901
|
+
Processing by RailsWorkflow::OperationTemplatesController#show as HTML
|
450902
|
+
Parameters: {"process_template_id"=>"2", "id"=>"2"}
|
450903
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.5ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 2]]
|
450904
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 2]]
|
450905
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/show.html.slim within layouts/rails_workflow/application (0.2ms)
|
450906
|
+
Completed 200 OK in 6ms (Views: 1.6ms | ActiveRecord: 0.8ms)
|
450907
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
450908
|
+
[1m[35m (0.1ms)[0m BEGIN
|
450909
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
450910
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "3041d65b-d947-eefd-4250-b3db5b381111"], ["created_at", "2015-07-07 18:52:05.175178"], ["updated_at", "2015-07-07 18:52:05.175178"]]
|
450911
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
450912
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
450913
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "32131f2c-1f8c-88fa-5e6a-d5edec5ea8cf"], ["created_at", "2015-07-07 18:52:05.178138"], ["updated_at", "2015-07-07 18:52:05.178138"]]
|
450914
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
450915
|
+
Processing by RailsWorkflow::OperationTemplatesController#new as HTML
|
450916
|
+
Parameters: {"process_template_id"=>"4"}
|
450917
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 4]]
|
450918
|
+
Unpermitted parameter: process_template_id
|
450919
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/new.html.slim within layouts/rails_workflow/application (0.2ms)
|
450920
|
+
Completed 200 OK in 8ms (Views: 2.1ms | ActiveRecord: 0.4ms)
|
450921
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
450922
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
450923
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
450924
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "cb5ae4e4-b6ff-9c8d-5652-03aa1d7f78eb"], ["created_at", "2015-07-07 18:52:05.195288"], ["updated_at", "2015-07-07 18:52:05.195288"]]
|
450925
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
450926
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
450927
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "process_template_id", "type", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["title", "First Test project"], ["process_template_id", 5], ["type", "RailsWorkflow::OperationTemplate"], ["uuid", "bd03f85b-9d95-3e4f-2744-b87ffa166c09"], ["created_at", "2015-07-07 18:52:05.197639"], ["updated_at", "2015-07-07 18:52:05.197639"]]
|
450928
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
450929
|
+
Processing by RailsWorkflow::OperationTemplatesController#edit as HTML
|
450930
|
+
Parameters: {"process_template_id"=>"5", "id"=>"3"}
|
450931
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.4ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 3]]
|
450932
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 5]]
|
450933
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/edit.html.slim within layouts/rails_workflow/application (0.3ms)
|
450934
|
+
Completed 200 OK in 4ms (Views: 1.8ms | ActiveRecord: 0.6ms)
|
450935
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
450936
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
450937
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
450938
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "04655a5a-df0d-31ee-5c6d-263e65ce356a"], ["created_at", "2015-07-07 18:52:05.218832"], ["updated_at", "2015-07-07 18:52:05.218832"]]
|
450939
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
450940
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_operation_templates"[0m
|
450941
|
+
Processing by RailsWorkflow::OperationTemplatesController#create as HTML
|
450942
|
+
Parameters: {"operation_template"=>{"title"=>"First Test project", "process_template_id"=>"6", "type"=>"RailsWorkflow::OperationTemplate"}, "process_template_id"=>"6"}
|
450943
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 6]]
|
450944
|
+
Unpermitted parameter: process_template_id
|
450945
|
+
Unpermitted parameter: process_template_id
|
450946
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
450947
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operation_templates" ("type", "title", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["type", "RailsWorkflow::OperationTemplate"], ["title", "First Test project"], ["process_template_id", 6], ["uuid", "41221924-2920-acc9-4ebd-f8a624955b53"], ["created_at", "2015-07-07 18:52:05.232632"], ["updated_at", "2015-07-07 18:52:05.232632"]]
|
450948
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
450949
|
+
Redirected to http://test.host/workflow/config/6/operation_templates
|
450950
|
+
Completed 302 Found in 10ms (ActiveRecord: 1.0ms)
|
450951
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "rails_workflow_operation_templates"
|
450952
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["process_template_id", 6]]
|
450953
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
450954
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
450955
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
450956
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "a2153700-7672-3e79-15b0-8d3cb8753ce4"], ["created_at", "2015-07-07 18:52:05.244214"], ["updated_at", "2015-07-07 18:52:05.244214"]]
|
450957
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
450958
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_operation_templates"[0m
|
450959
|
+
Processing by RailsWorkflow::OperationTemplatesController#create as HTML
|
450960
|
+
Parameters: {"operation_template"=>{"title"=>"First Test project", "process_template_id"=>"7", "type"=>"RailsWorkflow::CustomOperationTemplate"}, "process_template_id"=>"7"}
|
450961
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 7]]
|
450962
|
+
Unpermitted parameter: process_template_id
|
450963
|
+
Unpermitted parameter: process_template_id
|
450964
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
450965
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operation_templates" ("type", "title", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["type", "RailsWorkflow::CustomOperationTemplate"], ["title", "First Test project"], ["process_template_id", 7], ["uuid", "ac9664c1-bbd0-ef24-4c97-67559dd97635"], ["created_at", "2015-07-07 18:52:05.304059"], ["updated_at", "2015-07-07 18:52:05.304059"]]
|
450966
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
450967
|
+
Redirected to http://test.host/workflow/config/7/operation_templates
|
450968
|
+
Completed 302 Found in 55ms (ActiveRecord: 0.9ms)
|
450969
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "rails_workflow_operation_templates"
|
450970
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" ORDER BY "rails_workflow_operation_templates"."id" DESC LIMIT 1[0m
|
450971
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
450972
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
450973
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
450974
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "2145264c-724d-4a92-8c07-e204ef5d8aaf"], ["created_at", "2015-07-07 18:52:05.314719"], ["updated_at", "2015-07-07 18:52:05.314719"]]
|
450975
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
450976
|
+
Processing by RailsWorkflow::OperationTemplatesController#create as HTML
|
450977
|
+
Parameters: {"operation_template"=>{"title"=>"First Test project", "process_template_id"=>"8", "type"=>"RailsWorkflow::OperationTemplate"}, "process_template_id"=>"8"}
|
450978
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 8]]
|
450979
|
+
Unpermitted parameter: process_template_id
|
450980
|
+
Unpermitted parameter: process_template_id
|
450981
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
450982
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("type", "title", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["type", "RailsWorkflow::OperationTemplate"], ["title", "First Test project"], ["process_template_id", 8], ["uuid", "8f78c08c-5127-6bf6-1321-aa591c5a3eb7"], ["created_at", "2015-07-07 18:52:05.323963"], ["updated_at", "2015-07-07 18:52:05.323963"]]
|
450983
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
450984
|
+
Redirected to http://test.host/workflow/config/8/operation_templates
|
450985
|
+
Completed 302 Found in 9ms (ActiveRecord: 0.9ms)
|
450986
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
450987
|
+
[1m[35m (0.1ms)[0m BEGIN
|
450988
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
450989
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "99c7a29a-bd78-0a40-c74f-7c4fcf68fb35"], ["created_at", "2015-07-07 18:52:05.331267"], ["updated_at", "2015-07-07 18:52:05.331267"]]
|
450990
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
450991
|
+
Processing by RailsWorkflow::OperationTemplatesController#create as HTML
|
450992
|
+
Parameters: {"operation_template"=>{"title"=>"First Test project", "process_template_id"=>"9", "type"=>"RailsWorkflow::OperationTemplate"}, "process_template_id"=>"9"}
|
450993
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 9]]
|
450994
|
+
Unpermitted parameter: process_template_id
|
450995
|
+
Unpermitted parameter: process_template_id
|
450996
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
450997
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("type", "title", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["type", "RailsWorkflow::OperationTemplate"], ["title", "First Test project"], ["process_template_id", 9], ["uuid", "d8253244-32c3-5f50-667d-c6a0a6c5b4f7"], ["created_at", "2015-07-07 18:52:05.340364"], ["updated_at", "2015-07-07 18:52:05.340364"]]
|
450998
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
450999
|
+
Redirected to http://test.host/workflow/config/9/operation_templates
|
451000
|
+
Completed 302 Found in 8ms (ActiveRecord: 0.8ms)
|
451001
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451002
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451003
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451004
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "7f5aba9e-ebc5-a621-9e9e-fd54370e6dac"], ["created_at", "2015-07-07 18:52:05.350901"], ["updated_at", "2015-07-07 18:52:05.350901"]]
|
451005
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451006
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
451007
|
+
[1m[35m (0.1ms)[0m BEGIN
|
451008
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451009
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "3cf499f7-9240-a6b7-2b63-d4ee9b5fd479"], ["created_at", "2015-07-07 18:52:05.354714"], ["updated_at", "2015-07-07 18:52:05.354714"]]
|
451010
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451011
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
451012
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451013
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451014
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "2523556b-dd70-6455-06ab-de1ffa123ca4"], ["created_at", "2015-07-07 18:52:05.358178"], ["updated_at", "2015-07-07 18:52:05.358178"]]
|
451015
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451016
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451017
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "process_template_id", "type", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["title", "First Test project"], ["process_template_id", 12], ["type", "RailsWorkflow::OperationTemplate"], ["uuid", "f8a3d2eb-5c16-9d36-1a16-7de6f69bfaf8"], ["created_at", "2015-07-07 18:52:05.360301"], ["updated_at", "2015-07-07 18:52:05.360301"]]
|
451018
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451019
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
451020
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451021
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451022
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "a42c4793-fd40-82d3-2001-9dd0784d757b"], ["created_at", "2015-07-07 18:52:05.363862"], ["updated_at", "2015-07-07 18:52:05.363862"]]
|
451023
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451024
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451025
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "process_template_id", "type", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["title", "First Test project"], ["process_template_id", 13], ["type", "RailsWorkflow::OperationTemplate"], ["uuid", "665ecb9d-d1b5-b4e1-adbf-b47b04b9c94b"], ["created_at", "2015-07-07 18:52:05.366590"], ["updated_at", "2015-07-07 18:52:05.366590"]]
|
451026
|
+
[1m[36m (0.5ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451027
|
+
Processing by RailsWorkflow::OperationTemplatesController#update as HTML
|
451028
|
+
Parameters: {"operation_template"=>{"title"=>"First Test project", "process_template_id"=>"13", "type"=>"RailsWorkflow::OperationTemplate"}, "process_template_id"=>"13", "id"=>"9"}
|
451029
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 9]]
|
451030
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 13]]
|
451031
|
+
Unpermitted parameter: process_template_id
|
451032
|
+
Unpermitted parameters: process_template_id, id
|
451033
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451034
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451035
|
+
Redirected to http://test.host/workflow/config/13/operation_templates
|
451036
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.8ms)
|
451037
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451038
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451039
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451040
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "af1dd3fe-b02c-1317-ce8e-34d0c106cac7"], ["created_at", "2015-07-07 18:52:05.383725"], ["updated_at", "2015-07-07 18:52:05.383725"]]
|
451041
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451042
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451043
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "process_template_id", "type", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["title", "First Test project"], ["process_template_id", 14], ["type", "RailsWorkflow::OperationTemplate"], ["uuid", "a95ef622-d87b-7b08-0e43-800baeb9ca19"], ["created_at", "2015-07-07 18:52:05.386352"], ["updated_at", "2015-07-07 18:52:05.386352"]]
|
451044
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451045
|
+
Processing by RailsWorkflow::OperationTemplatesController#update as HTML
|
451046
|
+
Parameters: {"operation_template"=>{"title"=>"First Test project", "process_template_id"=>"14", "type"=>"RailsWorkflow::OperationTemplate"}, "process_template_id"=>"14", "id"=>"10"}
|
451047
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.4ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 10]]
|
451048
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 14]]
|
451049
|
+
Unpermitted parameter: process_template_id
|
451050
|
+
Unpermitted parameters: process_template_id, id
|
451051
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451052
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451053
|
+
Redirected to http://test.host/workflow/config/14/operation_templates
|
451054
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.9ms)
|
451055
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451056
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451057
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451058
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "dd13dcbd-5309-792b-cef2-b450481d161b"], ["created_at", "2015-07-07 18:52:05.405129"], ["updated_at", "2015-07-07 18:52:05.405129"]]
|
451059
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451060
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451061
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "process_template_id", "type", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["title", "First Test project"], ["process_template_id", 15], ["type", "RailsWorkflow::OperationTemplate"], ["uuid", "f5dcf5e3-8944-4d1d-a84d-cf799ef622fa"], ["created_at", "2015-07-07 18:52:05.407799"], ["updated_at", "2015-07-07 18:52:05.407799"]]
|
451062
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451063
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
451064
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
451065
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451066
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "36134197-e039-4c70-8d32-700a53deab97"], ["created_at", "2015-07-07 18:52:05.411722"], ["updated_at", "2015-07-07 18:52:05.411722"]]
|
451067
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451068
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451069
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "process_template_id", "type", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["title", "First Test project"], ["process_template_id", 16], ["type", "RailsWorkflow::OperationTemplate"], ["uuid", "134f1f8c-57e2-b731-fe82-12147019c117"], ["created_at", "2015-07-07 18:52:05.414102"], ["updated_at", "2015-07-07 18:52:05.414102"]]
|
451070
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451071
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
451072
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
451073
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
451074
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "d677eed5-7a0e-432e-e336-35e406c7cd2f"], ["created_at", "2015-07-07 18:52:05.419693"], ["updated_at", "2015-07-07 18:52:05.419693"]]
|
451075
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451076
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451077
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "process_template_id", "type", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["title", "First Test project"], ["process_template_id", 17], ["type", "RailsWorkflow::OperationTemplate"], ["uuid", "842c27cd-60c7-0fe6-c6e9-4dfcdbee60d9"], ["created_at", "2015-07-07 18:52:05.422361"], ["updated_at", "2015-07-07 18:52:05.422361"]]
|
451078
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451079
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "rails_workflow_operation_templates"
|
451080
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 17]]
|
451081
|
+
Processing by RailsWorkflow::OperationTemplatesController#destroy as HTML
|
451082
|
+
Parameters: {"process_template_id"=>"17", "id"=>"13"}
|
451083
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.4ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 13]]
|
451084
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 17]]
|
451085
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451086
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["id", 13]]
|
451087
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451088
|
+
Redirected to http://test.host/workflow/config/17/operation_templates
|
451089
|
+
Completed 302 Found in 7ms (ActiveRecord: 1.2ms)
|
451090
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_operation_templates"[0m
|
451091
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451092
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
451093
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451094
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "b1cb5987-6755-3c1e-3d59-9764053947f7"], ["created_at", "2015-07-07 18:52:05.441734"], ["updated_at", "2015-07-07 18:52:05.441734"]]
|
451095
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451096
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451097
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "process_template_id", "type", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["title", "First Test project"], ["process_template_id", 18], ["type", "RailsWorkflow::OperationTemplate"], ["uuid", "f0ab8a48-bd40-4297-783d-c9cf792390f1"], ["created_at", "2015-07-07 18:52:05.444075"], ["updated_at", "2015-07-07 18:52:05.444075"]]
|
451098
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451099
|
+
Processing by RailsWorkflow::OperationTemplatesController#destroy as HTML
|
451100
|
+
Parameters: {"process_template_id"=>"18", "id"=>"14"}
|
451101
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 14]]
|
451102
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 18]]
|
451103
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451104
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["id", 14]]
|
451105
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451106
|
+
Redirected to http://test.host/workflow/config/18/operation_templates
|
451107
|
+
Completed 302 Found in 7ms (ActiveRecord: 1.2ms)
|
451108
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
451109
|
+
[1m[35m (0.1ms)[0m BEGIN
|
451110
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
451111
|
+
[1m[35m (0.1ms)[0m BEGIN
|
451112
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
451113
|
+
[1m[35m (0.1ms)[0m BEGIN
|
451114
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
451115
|
+
[1m[35m (0.1ms)[0m BEGIN
|
451116
|
+
[1m[36m (1.5ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_operations"[0m
|
451117
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
451118
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451119
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
451120
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451121
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
451122
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451123
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
451124
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451125
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451126
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451127
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
451128
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
451129
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451130
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451131
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451132
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
451133
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
451134
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
451135
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
451136
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451137
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451138
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451139
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
451140
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451141
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451142
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "First Test project"], ["uuid", "1b29acb0-b9df-213c-f3dd-a959c7d55425"], ["created_at", "2015-07-07 18:52:05.485984"], ["updated_at", "2015-07-07 18:52:05.485984"]]
|
451143
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451144
|
+
Processing by RailsWorkflow::ProcessTemplatesController#index as HTML
|
451145
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/index.html.slim within layouts/rails_workflow/application (0.2ms)
|
451146
|
+
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
451147
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" ORDER BY "rails_workflow_process_templates"."id" DESC[0m
|
451148
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451149
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451150
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451151
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "First Test project"], ["uuid", "49d94f05-2afc-d9b5-c467-b1be4f3244b8"], ["created_at", "2015-07-07 18:52:05.500481"], ["updated_at", "2015-07-07 18:52:05.500481"]]
|
451152
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451153
|
+
Processing by RailsWorkflow::ProcessTemplatesController#show as HTML
|
451154
|
+
Parameters: {"id"=>"20"}
|
451155
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 20]]
|
451156
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/show.html.slim within layouts/rails_workflow/application (0.2ms)
|
451157
|
+
Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.3ms)
|
451158
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451159
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451160
|
+
Processing by RailsWorkflow::ProcessTemplatesController#new as HTML
|
451161
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/new.html.slim within layouts/rails_workflow/application (0.3ms)
|
451162
|
+
Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
451163
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451164
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
451165
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451166
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "First Test project"], ["uuid", "ab6cce1d-e3c0-156e-d696-b02e3c7a5f79"], ["created_at", "2015-07-07 18:52:05.526473"], ["updated_at", "2015-07-07 18:52:05.526473"]]
|
451167
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451168
|
+
Processing by RailsWorkflow::ProcessTemplatesController#edit as HTML
|
451169
|
+
Parameters: {"id"=>"21"}
|
451170
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 21]]
|
451171
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/edit.html.slim within layouts/rails_workflow/application (0.2ms)
|
451172
|
+
Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.2ms)
|
451173
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451174
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451175
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "rails_workflow_process_templates"
|
451176
|
+
Processing by RailsWorkflow::ProcessTemplatesController#create as HTML
|
451177
|
+
Parameters: {"process_template"=>{"title"=>"First Test project"}}
|
451178
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451179
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "First Test project"], ["uuid", "7e1d5784-9cd3-a4f7-942e-cceb2b6cfec0"], ["created_at", "2015-07-07 18:52:05.547851"], ["updated_at", "2015-07-07 18:52:05.547851"]]
|
451180
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451181
|
+
Redirected to http://test.host/workflow/config/22/operation_templates
|
451182
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
|
451183
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "rails_workflow_process_templates"
|
451184
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
451185
|
+
[1m[35m (0.1ms)[0m BEGIN
|
451186
|
+
Processing by RailsWorkflow::ProcessTemplatesController#create as HTML
|
451187
|
+
Parameters: {"process_template"=>{"title"=>"First Test project"}}
|
451188
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451189
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "First Test project"], ["uuid", "64461535-a5e9-5cb8-68af-079b49dd6861"], ["created_at", "2015-07-07 18:52:05.559419"], ["updated_at", "2015-07-07 18:52:05.559419"]]
|
451190
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451191
|
+
Redirected to http://test.host/workflow/config/23/operation_templates
|
451192
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.6ms)
|
451193
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451194
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451195
|
+
Processing by RailsWorkflow::ProcessTemplatesController#create as HTML
|
451196
|
+
Parameters: {"process_template"=>{"title"=>"First Test project"}}
|
451197
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451198
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "First Test project"], ["uuid", "b1495fb7-efbc-bb19-d8c7-b209438e24eb"], ["created_at", "2015-07-07 18:52:05.572893"], ["updated_at", "2015-07-07 18:52:05.572893"]]
|
451199
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451200
|
+
Redirected to http://test.host/workflow/config/24/operation_templates
|
451201
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.7ms)
|
451202
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" ORDER BY "rails_workflow_process_templates"."id" DESC LIMIT 1[0m
|
451203
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451204
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
451205
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451206
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
451207
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
451208
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451209
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451210
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "First Test project"], ["uuid", "ad1eb325-2d56-713b-0271-62369fd09e64"], ["created_at", "2015-07-07 18:52:05.586963"], ["updated_at", "2015-07-07 18:52:05.586963"]]
|
451211
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451212
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
451213
|
+
[1m[35m (0.2ms)[0m BEGIN
|
451214
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451215
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "First Test project"], ["uuid", "2b1bd0d2-6f17-d527-2355-dd58c356c7b8"], ["created_at", "2015-07-07 18:52:05.590951"], ["updated_at", "2015-07-07 18:52:05.590951"]]
|
451216
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451217
|
+
Processing by RailsWorkflow::ProcessTemplatesController#update as HTML
|
451218
|
+
Parameters: {"process_template"=>{"title"=>"First Test project"}, "id"=>"26"}
|
451219
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 26]]
|
451220
|
+
Unpermitted parameter: id
|
451221
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451222
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451223
|
+
Redirected to http://test.host/workflow/config/26
|
451224
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.5ms)
|
451225
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
451226
|
+
[1m[35m (0.1ms)[0m BEGIN
|
451227
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451228
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "First Test project"], ["uuid", "750782a9-809e-836a-7bb3-a251acbd734a"], ["created_at", "2015-07-07 18:52:05.604188"], ["updated_at", "2015-07-07 18:52:05.604188"]]
|
451229
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451230
|
+
Processing by RailsWorkflow::ProcessTemplatesController#update as HTML
|
451231
|
+
Parameters: {"process_template"=>{"title"=>"First Test project"}, "id"=>"27"}
|
451232
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 27]]
|
451233
|
+
Unpermitted parameter: id
|
451234
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451235
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451236
|
+
Redirected to http://test.host/workflow/config/27
|
451237
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.5ms)
|
451238
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
451239
|
+
[1m[35m (0.2ms)[0m BEGIN
|
451240
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451241
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "First Test project"], ["uuid", "9997be11-efaa-29ca-22e1-b63ebaf8c692"], ["created_at", "2015-07-07 18:52:05.622626"], ["updated_at", "2015-07-07 18:52:05.622626"]]
|
451242
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451243
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451244
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451245
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451246
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "First Test project"], ["uuid", "7bfe1a42-f038-62d6-019a-8aa7c453d9ae"], ["created_at", "2015-07-07 18:52:05.626809"], ["updated_at", "2015-07-07 18:52:05.626809"]]
|
451247
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451248
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
451249
|
+
[1m[35m (0.2ms)[0m BEGIN
|
451250
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451251
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "First Test project"], ["uuid", "a60168bd-450b-9d50-ab98-cf6b8f18dc56"], ["created_at", "2015-07-07 18:52:05.630535"], ["updated_at", "2015-07-07 18:52:05.630535"]]
|
451252
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451253
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "rails_workflow_process_templates"
|
451254
|
+
Processing by RailsWorkflow::ProcessTemplatesController#destroy as HTML
|
451255
|
+
Parameters: {"id"=>"30"}
|
451256
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 30]]
|
451257
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451258
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1[0m [["id", 30]]
|
451259
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451260
|
+
Redirected to http://test.host/workflow/config
|
451261
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.9ms)
|
451262
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_process_templates"[0m
|
451263
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451264
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451265
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451266
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "First Test project"], ["uuid", "5d309cf9-34db-8e6f-f3f6-fa9ae648406e"], ["created_at", "2015-07-07 18:52:05.644568"], ["updated_at", "2015-07-07 18:52:05.644568"]]
|
451267
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451268
|
+
Processing by RailsWorkflow::ProcessTemplatesController#destroy as HTML
|
451269
|
+
Parameters: {"id"=>"31"}
|
451270
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 31]]
|
451271
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451272
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1[0m [["id", 31]]
|
451273
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451274
|
+
Redirected to http://test.host/workflow/config
|
451275
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.8ms)
|
451276
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
451277
|
+
[1m[35m (0.2ms)[0m BEGIN
|
451278
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451279
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "7d86acd6-e891-8406-fea2-2e512670a20d"], ["created_at", "2015-07-07 18:52:05.659972"], ["updated_at", "2015-07-07 18:52:05.659972"]]
|
451280
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451281
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451282
|
+
[1m[36mSQL (1.9ms)[0m [1mINSERT INTO "rails_workflow_processes" ("title", "template_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "First Test project"], ["template_id", 32], ["created_at", "2015-07-07 18:52:05.667589"], ["updated_at", "2015-07-07 18:52:05.667589"]]
|
451283
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451284
|
+
Processing by RailsWorkflow::ProcessesController#index as HTML
|
451285
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_processes"[0m
|
451286
|
+
[1m[35m (0.4ms)[0m select status, cnt from (
|
451287
|
+
select row_number() over (partition by status),
|
451288
|
+
count(*) over (partition by status) cnt,
|
451289
|
+
status from rails_workflow_processes)t
|
451290
|
+
where row_number = 1
|
451291
|
+
|
451292
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/index.html.slim within layouts/rails_workflow/application (0.3ms)
|
451293
|
+
Completed 200 OK in 16ms (Views: 5.2ms | ActiveRecord: 1.3ms)
|
451294
|
+
[1m[36mRailsWorkflow::Process Load (2.4ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" ORDER BY "rails_workflow_processes"."created_at" DESC LIMIT 30 OFFSET 0[0m
|
451295
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
451296
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451297
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451298
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "98fc13ea-341c-1998-76f0-f751ebd5bf8a"], ["created_at", "2015-07-07 18:52:05.700057"], ["updated_at", "2015-07-07 18:52:05.700057"]]
|
451299
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451300
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451301
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_processes" ("title", "template_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "First Test project"], ["template_id", 33], ["created_at", "2015-07-07 18:52:05.702251"], ["updated_at", "2015-07-07 18:52:05.702251"]]
|
451302
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451303
|
+
Processing by RailsWorkflow::ProcessesController#show as HTML
|
451304
|
+
Parameters: {"id"=>"2"}
|
451305
|
+
[1m[35mRailsWorkflow::Process Load (0.3ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 2]]
|
451306
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (0.4ms)
|
451307
|
+
Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 0.3ms)
|
451308
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
451309
|
+
[1m[35m (0.1ms)[0m BEGIN
|
451310
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451311
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "c798baee-6308-f11a-c483-4c6b24244108"], ["created_at", "2015-07-07 18:52:05.720494"], ["updated_at", "2015-07-07 18:52:05.720494"]]
|
451312
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451313
|
+
Processing by RailsWorkflow::ProcessesController#new as HTML
|
451314
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/new.html.slim within layouts/rails_workflow/application (0.3ms)
|
451315
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
451316
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451317
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451318
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
451319
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "9edab7ce-c6ce-dbce-b1a1-4e626f8cfae4"], ["created_at", "2015-07-07 18:52:05.732731"], ["updated_at", "2015-07-07 18:52:05.732731"]]
|
451320
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451321
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451322
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_processes" ("title", "template_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "First Test project"], ["template_id", 35], ["created_at", "2015-07-07 18:52:05.735172"], ["updated_at", "2015-07-07 18:52:05.735172"]]
|
451323
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451324
|
+
Processing by RailsWorkflow::ProcessesController#edit as HTML
|
451325
|
+
Parameters: {"id"=>"3"}
|
451326
|
+
[1m[35mRailsWorkflow::Process Load (0.3ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 3]]
|
451327
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/edit.html.slim within layouts/rails_workflow/application (0.2ms)
|
451328
|
+
Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.3ms)
|
451329
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
451330
|
+
[1m[35m (0.1ms)[0m BEGIN
|
451331
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451332
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "5891f407-d192-e48b-ee00-2e1c8670dbb6"], ["created_at", "2015-07-07 18:52:05.751750"], ["updated_at", "2015-07-07 18:52:05.751750"]]
|
451333
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451334
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "rails_workflow_processes"
|
451335
|
+
Processing by RailsWorkflow::ProcessesController#create as HTML
|
451336
|
+
Parameters: {"process"=>{"title"=>"First Test project", "template_id"=>"36"}}
|
451337
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 36]]
|
451338
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451339
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["template_id", 36], ["created_at", "2015-07-07 18:52:05.761512"], ["updated_at", "2015-07-07 18:52:05.761512"]]
|
451340
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451341
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451342
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4 [["title", "Process Template"], ["status", 0], ["updated_at", "2015-07-07 18:52:05.763909"], ["id", 4]]
|
451343
|
+
[1m[36mSQL (23.5ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_id", 4], ["parent_type", "RailsWorkflow::Process"], ["body", "{}"], ["created_at", "2015-07-07 18:52:05.777736"], ["updated_at", "2015-07-07 18:52:05.777736"]]
|
451344
|
+
[1m[35mRailsWorkflow::Context Load (0.5ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 4], ["parent_type", "RailsWorkflow::Process"]]
|
451345
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 36]]
|
451346
|
+
[1m[35mRailsWorkflow::Process Load (0.3ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 4]]
|
451347
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451348
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 4]]
|
451349
|
+
Redirected to http://test.host/workflow/processes/4
|
451350
|
+
Completed 302 Found in 58ms (ActiveRecord: 28.1ms)
|
451351
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_processes"[0m
|
451352
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451353
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
451354
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451355
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "a108274b-290e-6105-1c4b-c60904896f3f"], ["created_at", "2015-07-07 18:52:05.820028"], ["updated_at", "2015-07-07 18:52:05.820028"]]
|
451356
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451357
|
+
Processing by RailsWorkflow::ProcessesController#create as HTML
|
451358
|
+
Parameters: {"process"=>{"title"=>"First Test project", "template_id"=>"37"}}
|
451359
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 37]]
|
451360
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451361
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["template_id", 37], ["created_at", "2015-07-07 18:52:05.827330"], ["updated_at", "2015-07-07 18:52:05.827330"]]
|
451362
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451363
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451364
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4 [["title", "Process Template"], ["status", 0], ["updated_at", "2015-07-07 18:52:05.829250"], ["id", 5]]
|
451365
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_id", 5], ["parent_type", "RailsWorkflow::Process"], ["body", "{}"], ["created_at", "2015-07-07 18:52:05.831396"], ["updated_at", "2015-07-07 18:52:05.831396"]]
|
451366
|
+
[1m[35mRailsWorkflow::Context Load (0.3ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 5], ["parent_type", "RailsWorkflow::Process"]]
|
451367
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 37]]
|
451368
|
+
[1m[35mRailsWorkflow::Process Load (0.3ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 5]]
|
451369
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451370
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 5]]
|
451371
|
+
Redirected to http://test.host/workflow/processes/5
|
451372
|
+
Completed 302 Found in 16ms (ActiveRecord: 2.8ms)
|
451373
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
451374
|
+
[1m[35m (0.2ms)[0m BEGIN
|
451375
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451376
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "35f6e96f-7a50-7ae0-ecde-771eaa401c0e"], ["created_at", "2015-07-07 18:52:05.846255"], ["updated_at", "2015-07-07 18:52:05.846255"]]
|
451377
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451378
|
+
Processing by RailsWorkflow::ProcessesController#create as HTML
|
451379
|
+
Parameters: {"process"=>{"title"=>"First Test project", "template_id"=>"38"}}
|
451380
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 38]]
|
451381
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451382
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["template_id", 38], ["created_at", "2015-07-07 18:52:05.853998"], ["updated_at", "2015-07-07 18:52:05.853998"]]
|
451383
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451384
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451385
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4[0m [["title", "Process Template"], ["status", 0], ["updated_at", "2015-07-07 18:52:05.856464"], ["id", 6]]
|
451386
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 6], ["parent_type", "RailsWorkflow::Process"], ["body", "{}"], ["created_at", "2015-07-07 18:52:05.858952"], ["updated_at", "2015-07-07 18:52:05.858952"]]
|
451387
|
+
[1m[36mRailsWorkflow::Context Load (0.3ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 6], ["parent_type", "RailsWorkflow::Process"]]
|
451388
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 38]]
|
451389
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 6]]
|
451390
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451391
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["process_id", 6]]
|
451392
|
+
Redirected to http://test.host/workflow/processes/6
|
451393
|
+
Completed 302 Found in 16ms (ActiveRecord: 2.8ms)
|
451394
|
+
[1m[35mRailsWorkflow::Process Load (0.5ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" ORDER BY "rails_workflow_processes"."id" DESC LIMIT 1
|
451395
|
+
[1m[36m (0.7ms)[0m [1mROLLBACK[0m
|
451396
|
+
[1m[35m (0.2ms)[0m BEGIN
|
451397
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451398
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "3b200e96-7817-ebd1-3bca-8ca596fcb0c5"], ["created_at", "2015-07-07 18:52:05.881754"], ["updated_at", "2015-07-07 18:52:05.881754"]]
|
451399
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451400
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
451401
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451402
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451403
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "6dae57d3-73c6-e2be-95b3-16f60389ba5e"], ["created_at", "2015-07-07 18:52:05.886576"], ["updated_at", "2015-07-07 18:52:05.886576"]]
|
451404
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451405
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
451406
|
+
[1m[35m (0.1ms)[0m BEGIN
|
451407
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451408
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "dd532b88-7d21-9b9c-68c7-378c57f0871b"], ["created_at", "2015-07-07 18:52:05.891243"], ["updated_at", "2015-07-07 18:52:05.891243"]]
|
451409
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451410
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451411
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_processes" ("title", "template_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "First Test project"], ["template_id", 41], ["created_at", "2015-07-07 18:52:05.893613"], ["updated_at", "2015-07-07 18:52:05.893613"]]
|
451412
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451413
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
451414
|
+
[1m[35m (0.1ms)[0m BEGIN
|
451415
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451416
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "9446005d-76aa-01db-a356-d4c0bb4a433d"], ["created_at", "2015-07-07 18:52:05.897901"], ["updated_at", "2015-07-07 18:52:05.897901"]]
|
451417
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451418
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451419
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_processes" ("title", "template_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "First Test project"], ["template_id", 42], ["created_at", "2015-07-07 18:52:05.900181"], ["updated_at", "2015-07-07 18:52:05.900181"]]
|
451420
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451421
|
+
Processing by RailsWorkflow::ProcessesController#update as HTML
|
451422
|
+
Parameters: {"process"=>{"title"=>"First Test project", "template_id"=>"42"}, "id"=>"8"}
|
451423
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 8]]
|
451424
|
+
Unpermitted parameter: id
|
451425
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451426
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451427
|
+
Redirected to http://test.host/workflow/processes
|
451428
|
+
Completed 302 Found in 8ms (ActiveRecord: 0.7ms)
|
451429
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451430
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451431
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451432
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "6cba4cff-8e47-1936-2f44-0c0a54ed88f8"], ["created_at", "2015-07-07 18:52:05.916794"], ["updated_at", "2015-07-07 18:52:05.916794"]]
|
451433
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451434
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451435
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_processes" ("title", "template_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "First Test project"], ["template_id", 43], ["created_at", "2015-07-07 18:52:05.919379"], ["updated_at", "2015-07-07 18:52:05.919379"]]
|
451436
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451437
|
+
Processing by RailsWorkflow::ProcessesController#update as HTML
|
451438
|
+
Parameters: {"process"=>{"title"=>"First Test project", "template_id"=>"43"}, "id"=>"9"}
|
451439
|
+
[1m[35mRailsWorkflow::Process Load (0.3ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 9]]
|
451440
|
+
Unpermitted parameter: id
|
451441
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451442
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451443
|
+
Redirected to http://test.host/workflow/processes
|
451444
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.6ms)
|
451445
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
451446
|
+
[1m[35m (0.2ms)[0m BEGIN
|
451447
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
451448
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "f8c3113a-e03d-7d2c-eb40-55b1503cb0c5"], ["created_at", "2015-07-07 18:52:05.936329"], ["updated_at", "2015-07-07 18:52:05.936329"]]
|
451449
|
+
[1m[36m (0.5ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451450
|
+
[1m[35m (0.5ms)[0m SAVEPOINT active_record_1
|
451451
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_processes" ("title", "template_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "First Test project"], ["template_id", 44], ["created_at", "2015-07-07 18:52:05.944591"], ["updated_at", "2015-07-07 18:52:05.944591"]]
|
451452
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451453
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
451454
|
+
[1m[35m (0.2ms)[0m BEGIN
|
451455
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451456
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "1b0d8125-939a-2db4-68a9-b0523bec3219"], ["created_at", "2015-07-07 18:52:05.949510"], ["updated_at", "2015-07-07 18:52:05.949510"]]
|
451457
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451458
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451459
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_processes" ("title", "template_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "First Test project"], ["template_id", 45], ["created_at", "2015-07-07 18:52:05.951706"], ["updated_at", "2015-07-07 18:52:05.951706"]]
|
451460
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451461
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
451462
|
+
[1m[35m (0.2ms)[0m BEGIN
|
451463
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451464
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "14a683d5-cab6-f625-bee5-512e28ba3a40"], ["created_at", "2015-07-07 18:52:05.955876"], ["updated_at", "2015-07-07 18:52:05.955876"]]
|
451465
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451466
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451467
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451468
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451469
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "26e38ca1-4c55-fc27-8a2e-f9ea2330e731"], ["created_at", "2015-07-07 18:52:05.959589"], ["updated_at", "2015-07-07 18:52:05.959589"]]
|
451470
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451471
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
451472
|
+
[1m[35m (0.1ms)[0m BEGIN
|
451473
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451474
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "a02796bc-43ea-8000-4e08-da54994f6e92"], ["created_at", "2015-07-07 18:52:05.963527"], ["updated_at", "2015-07-07 18:52:05.963527"]]
|
451475
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451476
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451477
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 48], ["uuid", "911192cc-3daa-f111-b653-bca6bfe1553a"], ["created_at", "2015-07-07 18:52:05.966676"], ["updated_at", "2015-07-07 18:52:05.966676"]]
|
451478
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451479
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451480
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "dependencies", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 48], ["dependencies", "[{\"id\":15,\"statuses\":[2]}]"], ["uuid", "25c0e0a2-c7f5-e748-98ae-53aba2c7ced8"], ["created_at", "2015-07-07 18:52:05.972277"], ["updated_at", "2015-07-07 18:52:05.972277"]]
|
451481
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451482
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 48]]
|
451483
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451484
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["template_id", 48], ["created_at", "2015-07-07 18:52:05.977668"], ["updated_at", "2015-07-07 18:52:05.977668"]]
|
451485
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451486
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451487
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4[0m [["title", "Process Template"], ["status", 0], ["updated_at", "2015-07-07 18:52:05.979415"], ["id", 12]]
|
451488
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 12], ["parent_type", "RailsWorkflow::Process"], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:05.981574"], ["updated_at", "2015-07-07 18:52:05.981574"]]
|
451489
|
+
[1m[36mRailsWorkflow::Context Load (0.3ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 12], ["parent_type", "RailsWorkflow::Process"]]
|
451490
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.5ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 48]]
|
451491
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "rails_workflow_operations" ("title", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"[0m [["title", "Operation Template"], ["is_background", "t"], ["template_id", 15], ["process_id", 12], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:06.001150"], ["updated_at", "2015-07-07 18:52:06.001150"]]
|
451492
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 1], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.003671"], ["updated_at", "2015-07-07 18:52:06.003671"]]
|
451493
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 12]]
|
451494
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451495
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
451496
|
+
[1m[35m (0.1ms)[0m BEGIN
|
451497
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451498
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "5f15568f-30db-b307-cc37-2891f60f9045"], ["created_at", "2015-07-07 18:52:06.012322"], ["updated_at", "2015-07-07 18:52:06.012322"]]
|
451499
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451500
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451501
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 49], ["uuid", "f42634a3-b806-3140-8567-9f3619fd4bca"], ["created_at", "2015-07-07 18:52:06.015267"], ["updated_at", "2015-07-07 18:52:06.015267"]]
|
451502
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451503
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451504
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "dependencies", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 49], ["dependencies", "[{\"id\":17,\"statuses\":[2]}]"], ["uuid", "00cb7ab5-d96f-33fe-4d84-1a62ad831e08"], ["created_at", "2015-07-07 18:52:06.018467"], ["updated_at", "2015-07-07 18:52:06.018467"]]
|
451505
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451506
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 49]]
|
451507
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451508
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["template_id", 49], ["created_at", "2015-07-07 18:52:06.022162"], ["updated_at", "2015-07-07 18:52:06.022162"]]
|
451509
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451510
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451511
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4[0m [["title", "Process Template"], ["status", 0], ["updated_at", "2015-07-07 18:52:06.024005"], ["id", 13]]
|
451512
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 13], ["parent_type", "RailsWorkflow::Process"], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.026185"], ["updated_at", "2015-07-07 18:52:06.026185"]]
|
451513
|
+
[1m[36mRailsWorkflow::Context Load (0.5ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 13], ["parent_type", "RailsWorkflow::Process"]]
|
451514
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.5ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 49]]
|
451515
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "rails_workflow_operations" ("title", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"[0m [["title", "Operation Template"], ["is_background", "t"], ["template_id", 17], ["process_id", 13], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:06.033462"], ["updated_at", "2015-07-07 18:52:06.033462"]]
|
451516
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 2], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.035469"], ["updated_at", "2015-07-07 18:52:06.035469"]]
|
451517
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 13]]
|
451518
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451519
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 49]]
|
451520
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451521
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451522
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451523
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "e1444964-8630-ba2f-3419-6b9e6e2744c5"], ["created_at", "2015-07-07 18:52:06.044345"], ["updated_at", "2015-07-07 18:52:06.044345"]]
|
451524
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451525
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451526
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 50], ["uuid", "e356a01d-b06e-1bbe-8ad8-f5daa74ae71c"], ["created_at", "2015-07-07 18:52:06.047250"], ["updated_at", "2015-07-07 18:52:06.047250"]]
|
451527
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451528
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451529
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "dependencies", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"[0m [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 50], ["dependencies", "[{\"id\":19,\"statuses\":[2]}]"], ["uuid", "41a19889-e59e-c3a9-4c21-b17abe7bc6b9"], ["created_at", "2015-07-07 18:52:06.050291"], ["updated_at", "2015-07-07 18:52:06.050291"]]
|
451530
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451531
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 50]]
|
451532
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451533
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["template_id", 50], ["created_at", "2015-07-07 18:52:06.053950"], ["updated_at", "2015-07-07 18:52:06.053950"]]
|
451534
|
+
[1m[35m (0.4ms)[0m RELEASE SAVEPOINT active_record_1
|
451535
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
451536
|
+
[1m[35mSQL (0.7ms)[0m UPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4 [["title", "Process Template"], ["status", 0], ["updated_at", "2015-07-07 18:52:06.058782"], ["id", 14]]
|
451537
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_id", 14], ["parent_type", "RailsWorkflow::Process"], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.062637"], ["updated_at", "2015-07-07 18:52:06.062637"]]
|
451538
|
+
[1m[35mRailsWorkflow::Context Load (0.3ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 14], ["parent_type", "RailsWorkflow::Process"]]
|
451539
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 50]]
|
451540
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operations" ("title", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["is_background", "t"], ["template_id", 19], ["process_id", 14], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:06.069252"], ["updated_at", "2015-07-07 18:52:06.069252"]]
|
451541
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 3], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.071002"], ["updated_at", "2015-07-07 18:52:06.071002"]]
|
451542
|
+
[1m[35mRailsWorkflow::Process Load (0.2ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 14]]
|
451543
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451544
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 14]]
|
451545
|
+
[1m[36mRailsWorkflow::Operation Load (0.4ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 ORDER BY "rails_workflow_operations"."id" ASC LIMIT 1[0m [["process_id", 14]]
|
451546
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
451547
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451548
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451549
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "a5838a8d-e288-72a9-2a57-ab590e3bfc21"], ["created_at", "2015-07-07 18:52:06.079863"], ["updated_at", "2015-07-07 18:52:06.079863"]]
|
451550
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451551
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451552
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 51], ["uuid", "97f13ada-f357-1900-9d1f-458708fd67c4"], ["created_at", "2015-07-07 18:52:06.082612"], ["updated_at", "2015-07-07 18:52:06.082612"]]
|
451553
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451554
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451555
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "dependencies", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"[0m [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 51], ["dependencies", "[{\"id\":21,\"statuses\":[2]}]"], ["uuid", "74248d7c-6677-154d-2fae-69fe7029dc49"], ["created_at", "2015-07-07 18:52:06.085741"], ["updated_at", "2015-07-07 18:52:06.085741"]]
|
451556
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451557
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 51]]
|
451558
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451559
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["template_id", 51], ["created_at", "2015-07-07 18:52:06.089107"], ["updated_at", "2015-07-07 18:52:06.089107"]]
|
451560
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451561
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451562
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4 [["title", "Process Template"], ["status", 0], ["updated_at", "2015-07-07 18:52:06.090848"], ["id", 15]]
|
451563
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_id", 15], ["parent_type", "RailsWorkflow::Process"], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.094323"], ["updated_at", "2015-07-07 18:52:06.094323"]]
|
451564
|
+
[1m[35mRailsWorkflow::Context Load (0.2ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 15], ["parent_type", "RailsWorkflow::Process"]]
|
451565
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 51]]
|
451566
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operations" ("title", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["is_background", "t"], ["template_id", 21], ["process_id", 15], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:06.101078"], ["updated_at", "2015-07-07 18:52:06.101078"]]
|
451567
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 4], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.103148"], ["updated_at", "2015-07-07 18:52:06.103148"]]
|
451568
|
+
[1m[35mRailsWorkflow::Process Load (0.3ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 15]]
|
451569
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451570
|
+
[1m[35mRailsWorkflow::Context Load (0.2ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 15], ["parent_type", "RailsWorkflow::Process"]]
|
451571
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
451572
|
+
[1m[35m (0.1ms)[0m BEGIN
|
451573
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451574
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "f62afcf1-80e2-9ea6-96c2-f89f92aa9965"], ["created_at", "2015-07-07 18:52:06.111769"], ["updated_at", "2015-07-07 18:52:06.111769"]]
|
451575
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451576
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451577
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 52], ["uuid", "6eff4d1a-e37c-8af1-7515-a36564419c93"], ["created_at", "2015-07-07 18:52:06.114439"], ["updated_at", "2015-07-07 18:52:06.114439"]]
|
451578
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451579
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451580
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "dependencies", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 52], ["dependencies", "[{\"id\":23,\"statuses\":[2]}]"], ["uuid", "8fb370ea-b765-98fe-fa5d-97ff4bd57df2"], ["created_at", "2015-07-07 18:52:06.117415"], ["updated_at", "2015-07-07 18:52:06.117415"]]
|
451581
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451582
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 52]]
|
451583
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
451584
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["template_id", 52], ["created_at", "2015-07-07 18:52:06.122317"], ["updated_at", "2015-07-07 18:52:06.122317"]]
|
451585
|
+
[1m[36m (0.6ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451586
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451587
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4[0m [["title", "Process Template"], ["status", 0], ["updated_at", "2015-07-07 18:52:06.128036"], ["id", 16]]
|
451588
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 16], ["parent_type", "RailsWorkflow::Process"], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.130678"], ["updated_at", "2015-07-07 18:52:06.130678"]]
|
451589
|
+
[1m[36mRailsWorkflow::Context Load (0.2ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 16], ["parent_type", "RailsWorkflow::Process"]]
|
451590
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 52]]
|
451591
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operations" ("title", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"[0m [["title", "Operation Template"], ["is_background", "t"], ["template_id", 23], ["process_id", 16], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:06.136274"], ["updated_at", "2015-07-07 18:52:06.136274"]]
|
451592
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 5], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.137944"], ["updated_at", "2015-07-07 18:52:06.137944"]]
|
451593
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 16]]
|
451594
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451595
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 ORDER BY "rails_workflow_operations"."id" ASC LIMIT 1[0m [["process_id", 16]]
|
451596
|
+
[1m[35mRailsWorkflow::Context Load (0.2ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 5], ["parent_type", "RailsWorkflow::Operation"]]
|
451597
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
451598
|
+
[1m[35m (0.1ms)[0m BEGIN
|
451599
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
451600
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "8ada3e9c-65e0-63b1-8915-e3620f4c76ff"], ["created_at", "2015-07-07 18:52:06.158446"], ["updated_at", "2015-07-07 18:52:06.158446"]]
|
451601
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451602
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451603
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 53], ["uuid", "c0e30f53-6776-6276-7ace-b39e169a637b"], ["created_at", "2015-07-07 18:52:06.162850"], ["updated_at", "2015-07-07 18:52:06.162850"]]
|
451604
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451605
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451606
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "dependencies", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 53], ["dependencies", "[{\"id\":25,\"statuses\":[2]}]"], ["uuid", "93e732e3-361d-a452-f74e-8d2d59cd43f3"], ["created_at", "2015-07-07 18:52:06.166653"], ["updated_at", "2015-07-07 18:52:06.166653"]]
|
451607
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451608
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 53]]
|
451609
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451610
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["template_id", 53], ["created_at", "2015-07-07 18:52:06.171193"], ["updated_at", "2015-07-07 18:52:06.171193"]]
|
451611
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451612
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451613
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4[0m [["title", "Process Template"], ["status", 0], ["updated_at", "2015-07-07 18:52:06.173645"], ["id", 17]]
|
451614
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 17], ["parent_type", "RailsWorkflow::Process"], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.175928"], ["updated_at", "2015-07-07 18:52:06.175928"]]
|
451615
|
+
[1m[36mRailsWorkflow::Context Load (0.2ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 17], ["parent_type", "RailsWorkflow::Process"]]
|
451616
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 53]]
|
451617
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operations" ("title", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"[0m [["title", "Operation Template"], ["is_background", "t"], ["template_id", 25], ["process_id", 17], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:06.181689"], ["updated_at", "2015-07-07 18:52:06.181689"]]
|
451618
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 6], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.183440"], ["updated_at", "2015-07-07 18:52:06.183440"]]
|
451619
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 17]]
|
451620
|
+
[1m[35m (0.4ms)[0m RELEASE SAVEPOINT active_record_1
|
451621
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.5ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 53]]
|
451622
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 17]]
|
451623
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451624
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3 [["status", 1], ["updated_at", "2015-07-07 18:52:06.195103"], ["id", 17]]
|
451625
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451626
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND "rails_workflow_operations"."status" = $2 [["process_id", 17], ["status", 0]]
|
451627
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451628
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["status", 1], ["updated_at", "2015-07-07 18:52:06.199101"], ["id", 6]]
|
451629
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451630
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 6]]
|
451631
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451632
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451633
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
451634
|
+
[1m[35m (0.1ms)[0m BEGIN
|
451635
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451636
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "42586109-d7dd-9018-e82a-ab41e41d8a51"], ["created_at", "2015-07-07 18:52:06.210220"], ["updated_at", "2015-07-07 18:52:06.210220"]]
|
451637
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451638
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451639
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 54], ["uuid", "1de21f5d-7964-edf9-b8ca-1d7c3c08dbd5"], ["created_at", "2015-07-07 18:52:06.213131"], ["updated_at", "2015-07-07 18:52:06.213131"]]
|
451640
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451641
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451642
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "dependencies", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 54], ["dependencies", "[{\"id\":27,\"statuses\":[2]}]"], ["uuid", "bcd806bc-a725-6062-06b4-6edb0bad19d2"], ["created_at", "2015-07-07 18:52:06.216759"], ["updated_at", "2015-07-07 18:52:06.216759"]]
|
451643
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451644
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 54]]
|
451645
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451646
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["template_id", 54], ["created_at", "2015-07-07 18:52:06.220740"], ["updated_at", "2015-07-07 18:52:06.220740"]]
|
451647
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451648
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451649
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4[0m [["title", "Process Template"], ["status", 0], ["updated_at", "2015-07-07 18:52:06.222640"], ["id", 18]]
|
451650
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 18], ["parent_type", "RailsWorkflow::Process"], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.224883"], ["updated_at", "2015-07-07 18:52:06.224883"]]
|
451651
|
+
[1m[36mRailsWorkflow::Context Load (0.4ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 18], ["parent_type", "RailsWorkflow::Process"]]
|
451652
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 54]]
|
451653
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operations" ("title", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"[0m [["title", "Operation Template"], ["is_background", "t"], ["template_id", 27], ["process_id", 18], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:06.236231"], ["updated_at", "2015-07-07 18:52:06.236231"]]
|
451654
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 7], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.239049"], ["updated_at", "2015-07-07 18:52:06.239049"]]
|
451655
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 18]]
|
451656
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451657
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 54]]
|
451658
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 18]]
|
451659
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451660
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3 [["status", 1], ["updated_at", "2015-07-07 18:52:06.246532"], ["id", 18]]
|
451661
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451662
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND "rails_workflow_operations"."status" = $2 [["process_id", 18], ["status", 0]]
|
451663
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451664
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["status", 1], ["updated_at", "2015-07-07 18:52:06.249908"], ["id", 7]]
|
451665
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451666
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 7]]
|
451667
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451668
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451669
|
+
[1m[36mRailsWorkflow::Operation Load (0.4ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 ORDER BY "rails_workflow_operations"."id" ASC LIMIT 1[0m [["process_id", 18]]
|
451670
|
+
[1m[35m (0.4ms)[0m ROLLBACK
|
451671
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
451672
|
+
[1m[35m (0.5ms)[0m SAVEPOINT active_record_1
|
451673
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "e07d7bf3-1fc6-d8ff-7dda-5a9b574ccdd9"], ["created_at", "2015-07-07 18:52:06.261553"], ["updated_at", "2015-07-07 18:52:06.261553"]]
|
451674
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451675
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451676
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 55], ["uuid", "abcaf9ce-c6f3-08b7-b421-e3244e80ab79"], ["created_at", "2015-07-07 18:52:06.265848"], ["updated_at", "2015-07-07 18:52:06.265848"]]
|
451677
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451678
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451679
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "dependencies", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"[0m [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 55], ["dependencies", "[{\"id\":29,\"statuses\":[2]}]"], ["uuid", "31036e45-0f65-5f4e-436a-f2e8b9882af2"], ["created_at", "2015-07-07 18:52:06.269435"], ["updated_at", "2015-07-07 18:52:06.269435"]]
|
451680
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451681
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 55]]
|
451682
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451683
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["template_id", 55], ["created_at", "2015-07-07 18:52:06.273216"], ["updated_at", "2015-07-07 18:52:06.273216"]]
|
451684
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451685
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451686
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4 [["title", "Process Template"], ["status", 0], ["updated_at", "2015-07-07 18:52:06.275373"], ["id", 19]]
|
451687
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_id", 19], ["parent_type", "RailsWorkflow::Process"], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.277539"], ["updated_at", "2015-07-07 18:52:06.277539"]]
|
451688
|
+
[1m[35mRailsWorkflow::Context Load (0.2ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 19], ["parent_type", "RailsWorkflow::Process"]]
|
451689
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 55]]
|
451690
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operations" ("title", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["is_background", "t"], ["template_id", 29], ["process_id", 19], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:06.283700"], ["updated_at", "2015-07-07 18:52:06.283700"]]
|
451691
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 8], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.285484"], ["updated_at", "2015-07-07 18:52:06.285484"]]
|
451692
|
+
[1m[35mRailsWorkflow::Process Load (0.2ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 19]]
|
451693
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451694
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 55]]
|
451695
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["process_id", 19]]
|
451696
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451697
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3[0m [["status", 1], ["updated_at", "2015-07-07 18:52:06.291979"], ["id", 19]]
|
451698
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451699
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND "rails_workflow_operations"."status" = $2[0m [["process_id", 19], ["status", 0]]
|
451700
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451701
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3[0m [["status", 1], ["updated_at", "2015-07-07 18:52:06.296323"], ["id", 8]]
|
451702
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451703
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1[0m [["id", 8]]
|
451704
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451705
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451706
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451707
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4[0m [["status", 2], ["completed_at", "2015-07-07 18:52:06.300312"], ["updated_at", "2015-07-07 18:52:06.301332"], ["id", 8]]
|
451708
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451709
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 19]]
|
451710
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 55]]
|
451711
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.6ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 55]]
|
451712
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 29]]
|
451713
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["process_id", 19]]
|
451714
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 29]]
|
451715
|
+
[1m[36mRailsWorkflow::Context Load (0.2ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 8], ["parent_type", "RailsWorkflow::Operation"]]
|
451716
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451717
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operations" ("title", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"[0m [["title", "Operation Template"], ["is_background", "t"], ["template_id", 30], ["process_id", 19], ["status", 0], ["dependencies", "[{\"operation_id\":8,\"status\":2}]"], ["created_at", "2015-07-07 18:52:06.358002"], ["updated_at", "2015-07-07 18:52:06.358002"]]
|
451718
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 9], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.359908"], ["updated_at", "2015-07-07 18:52:06.359908"]]
|
451719
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451720
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451721
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451722
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451723
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3[0m [["status", 1], ["updated_at", "2015-07-07 18:52:06.364088"], ["id", 9]]
|
451724
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451725
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1[0m [["id", 9]]
|
451726
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451727
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451728
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451729
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4[0m [["status", 2], ["completed_at", "2015-07-07 18:52:06.367183"], ["updated_at", "2015-07-07 18:52:06.368224"], ["id", 9]]
|
451730
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451731
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 19]]
|
451732
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 55]]
|
451733
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 55]]
|
451734
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 30]]
|
451735
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["process_id", 19]]
|
451736
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 30]]
|
451737
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
451738
|
+
[1m[35m (1.4ms)[0m SELECT COUNT(*) FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false) [["parent_id", 19], ["parent_type", "RailsWorkflow::Process"]]
|
451739
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false)[0m [["parent_id", 19], ["parent_type", "RailsWorkflow::Process"]]
|
451740
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451741
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3[0m [["status", 2], ["updated_at", "2015-07-07 18:52:06.385039"], ["id", 19]]
|
451742
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451743
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 19]]
|
451744
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 ORDER BY "rails_workflow_operations"."id" ASC LIMIT 1 [["process_id", 19]]
|
451745
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451746
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_operations" SET "completed_at" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["completed_at", "2015-07-07 18:52:06.391222"], ["updated_at", "2015-07-07 18:52:06.392393"], ["id", 8]]
|
451747
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451748
|
+
[1m[35mRailsWorkflow::Process Load (0.2ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 19]]
|
451749
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 55]]
|
451750
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 55]]
|
451751
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
451752
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 19]]
|
451753
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 30]]
|
451754
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 29]]
|
451755
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 ORDER BY "rails_workflow_operations"."id" DESC LIMIT 1[0m [["process_id", 19]]
|
451756
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451757
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "rails_workflow_operations" SET "completed_at" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3[0m [["completed_at", "2015-07-07 18:52:06.401807"], ["updated_at", "2015-07-07 18:52:06.403074"], ["id", 9]]
|
451758
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451759
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 19]]
|
451760
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 55]]
|
451761
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 55]]
|
451762
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 30]]
|
451763
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["process_id", 19]]
|
451764
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 30]]
|
451765
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
451766
|
+
[1m[35mRailsWorkflow::Process Load (0.2ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 19]]
|
451767
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
451768
|
+
[1m[35m (0.1ms)[0m BEGIN
|
451769
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451770
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "4995adf5-f9a8-d51d-ecd3-f4b5ebdaa8fc"], ["created_at", "2015-07-07 18:52:06.415762"], ["updated_at", "2015-07-07 18:52:06.415762"]]
|
451771
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451772
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451773
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 56], ["uuid", "171fabba-3911-06f1-490d-1ce4248ad001"], ["created_at", "2015-07-07 18:52:06.418510"], ["updated_at", "2015-07-07 18:52:06.418510"]]
|
451774
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451775
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451776
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "dependencies", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 56], ["dependencies", "[{\"id\":31,\"statuses\":[2]}]"], ["uuid", "da573ca3-a31f-f47d-d4d5-6befd9a28461"], ["created_at", "2015-07-07 18:52:06.421935"], ["updated_at", "2015-07-07 18:52:06.421935"]]
|
451777
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451778
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 56]]
|
451779
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451780
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["template_id", 56], ["created_at", "2015-07-07 18:52:06.425780"], ["updated_at", "2015-07-07 18:52:06.425780"]]
|
451781
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451782
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451783
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4[0m [["title", "Process Template"], ["status", 0], ["updated_at", "2015-07-07 18:52:06.427715"], ["id", 20]]
|
451784
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 20], ["parent_type", "RailsWorkflow::Process"], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.429791"], ["updated_at", "2015-07-07 18:52:06.429791"]]
|
451785
|
+
[1m[36mRailsWorkflow::Context Load (0.2ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 20], ["parent_type", "RailsWorkflow::Process"]]
|
451786
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 56]]
|
451787
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operations" ("title", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"[0m [["title", "Operation Template"], ["is_background", "t"], ["template_id", 31], ["process_id", 20], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:06.435627"], ["updated_at", "2015-07-07 18:52:06.435627"]]
|
451788
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 10], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.437595"], ["updated_at", "2015-07-07 18:52:06.437595"]]
|
451789
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 20]]
|
451790
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451791
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 56]]
|
451792
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 20]]
|
451793
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451794
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3 [["status", 1], ["updated_at", "2015-07-07 18:52:06.443536"], ["id", 20]]
|
451795
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451796
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND "rails_workflow_operations"."status" = $2 [["process_id", 20], ["status", 0]]
|
451797
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451798
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["status", 1], ["updated_at", "2015-07-07 18:52:06.446554"], ["id", 10]]
|
451799
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451800
|
+
[1m[35mRailsWorkflow::Operation Load (0.5ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 10]]
|
451801
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
451802
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451803
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451804
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4 [["status", 2], ["completed_at", "2015-07-07 18:52:06.451352"], ["updated_at", "2015-07-07 18:52:06.452584"], ["id", 10]]
|
451805
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451806
|
+
[1m[35mRailsWorkflow::Process Load (0.2ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 20]]
|
451807
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 56]]
|
451808
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 56]]
|
451809
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 31]]
|
451810
|
+
[1m[35mRailsWorkflow::Operation Load (0.4ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 20]]
|
451811
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 31]]
|
451812
|
+
[1m[35mRailsWorkflow::Context Load (0.3ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 10], ["parent_type", "RailsWorkflow::Operation"]]
|
451813
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451814
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operations" ("title", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["is_background", "t"], ["template_id", 32], ["process_id", 20], ["status", 0], ["dependencies", "[{\"operation_id\":10,\"status\":2}]"], ["created_at", "2015-07-07 18:52:06.464885"], ["updated_at", "2015-07-07 18:52:06.464885"]]
|
451815
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 11], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.466762"], ["updated_at", "2015-07-07 18:52:06.466762"]]
|
451816
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451817
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451818
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451819
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451820
|
+
[1m[35mSQL (0.6ms)[0m UPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["status", 1], ["updated_at", "2015-07-07 18:52:06.470897"], ["id", 11]]
|
451821
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451822
|
+
[1m[35mRailsWorkflow::Operation Load (0.6ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 11]]
|
451823
|
+
[1m[36m (0.5ms)[0m [1mSAVEPOINT active_record_1[0m
|
451824
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
451825
|
+
[1m[36m (0.5ms)[0m [1mSAVEPOINT active_record_1[0m
|
451826
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4 [["status", 2], ["completed_at", "2015-07-07 18:52:06.478170"], ["updated_at", "2015-07-07 18:52:06.480311"], ["id", 11]]
|
451827
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451828
|
+
[1m[35mRailsWorkflow::Process Load (0.2ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 20]]
|
451829
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 56]]
|
451830
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 56]]
|
451831
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 32]]
|
451832
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 20]]
|
451833
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 32]]
|
451834
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 31]]
|
451835
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false)[0m [["parent_id", 20], ["parent_type", "RailsWorkflow::Process"]]
|
451836
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false) [["parent_id", 20], ["parent_type", "RailsWorkflow::Process"]]
|
451837
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451838
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3 [["status", 2], ["updated_at", "2015-07-07 18:52:06.491592"], ["id", 20]]
|
451839
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451840
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 20]]
|
451841
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 ORDER BY "rails_workflow_operations"."id" ASC LIMIT 1[0m [["process_id", 20]]
|
451842
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451843
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_operations" SET "completed_at" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3[0m [["completed_at", "2015-07-07 18:52:06.495306"], ["updated_at", "2015-07-07 18:52:06.496433"], ["id", 10]]
|
451844
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451845
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 20]]
|
451846
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 56]]
|
451847
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 56]]
|
451848
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 31]]
|
451849
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["process_id", 20]]
|
451850
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 32]]
|
451851
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 31]]
|
451852
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 ORDER BY "rails_workflow_operations"."id" DESC LIMIT 1 [["process_id", 20]]
|
451853
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451854
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4 [["status", 6], ["completed_at", "2015-07-07 18:52:06.504774"], ["updated_at", "2015-07-07 18:52:06.506059"], ["id", 11]]
|
451855
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451856
|
+
[1m[35mRailsWorkflow::Process Load (0.2ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 20]]
|
451857
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 56]]
|
451858
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 56]]
|
451859
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 32]]
|
451860
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 20]]
|
451861
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 32]]
|
451862
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 31]]
|
451863
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 20]]
|
451864
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
451865
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
451866
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451867
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "c0669e79-0ad0-83a0-df2e-dd6df64a9251"], ["created_at", "2015-07-07 18:52:06.517166"], ["updated_at", "2015-07-07 18:52:06.517166"]]
|
451868
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451869
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451870
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 57], ["uuid", "3bfa5c5b-c1b2-ee01-232d-99c409f224ea"], ["created_at", "2015-07-07 18:52:06.520348"], ["updated_at", "2015-07-07 18:52:06.520348"]]
|
451871
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451872
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451873
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "dependencies", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"[0m [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 57], ["dependencies", "[{\"id\":33,\"statuses\":[2]}]"], ["uuid", "98853ea6-959b-bc37-133f-6998131b9d5c"], ["created_at", "2015-07-07 18:52:06.523526"], ["updated_at", "2015-07-07 18:52:06.523526"]]
|
451874
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451875
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 57]]
|
451876
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451877
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["template_id", 57], ["created_at", "2015-07-07 18:52:06.526794"], ["updated_at", "2015-07-07 18:52:06.526794"]]
|
451878
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451879
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451880
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4 [["title", "Process Template"], ["status", 0], ["updated_at", "2015-07-07 18:52:06.528554"], ["id", 21]]
|
451881
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_id", 21], ["parent_type", "RailsWorkflow::Process"], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.530769"], ["updated_at", "2015-07-07 18:52:06.530769"]]
|
451882
|
+
[1m[35mRailsWorkflow::Context Load (0.2ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 21], ["parent_type", "RailsWorkflow::Process"]]
|
451883
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 57]]
|
451884
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operations" ("title", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["is_background", "t"], ["template_id", 33], ["process_id", 21], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:06.536447"], ["updated_at", "2015-07-07 18:52:06.536447"]]
|
451885
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 12], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.538170"], ["updated_at", "2015-07-07 18:52:06.538170"]]
|
451886
|
+
[1m[35mRailsWorkflow::Process Load (0.3ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 21]]
|
451887
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451888
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 57]]
|
451889
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["process_id", 21]]
|
451890
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451891
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3[0m [["status", 1], ["updated_at", "2015-07-07 18:52:06.544539"], ["id", 21]]
|
451892
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451893
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND "rails_workflow_operations"."status" = $2[0m [["process_id", 21], ["status", 0]]
|
451894
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451895
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3[0m [["status", 1], ["updated_at", "2015-07-07 18:52:06.547534"], ["id", 12]]
|
451896
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451897
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1[0m [["id", 12]]
|
451898
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
451899
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451900
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451901
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4[0m [["status", 2], ["completed_at", "2015-07-07 18:52:06.550777"], ["updated_at", "2015-07-07 18:52:06.552165"], ["id", 12]]
|
451902
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451903
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 21]]
|
451904
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 57]]
|
451905
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 57]]
|
451906
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 33]]
|
451907
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["process_id", 21]]
|
451908
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 33]]
|
451909
|
+
[1m[36mRailsWorkflow::Context Load (0.3ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 12], ["parent_type", "RailsWorkflow::Operation"]]
|
451910
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451911
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operations" ("title", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"[0m [["title", "Operation Template"], ["is_background", "t"], ["template_id", 34], ["process_id", 21], ["status", 0], ["dependencies", "[{\"operation_id\":12,\"status\":2}]"], ["created_at", "2015-07-07 18:52:06.565269"], ["updated_at", "2015-07-07 18:52:06.565269"]]
|
451912
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 13], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.567403"], ["updated_at", "2015-07-07 18:52:06.567403"]]
|
451913
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451914
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451915
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451916
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
451917
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3[0m [["status", 1], ["updated_at", "2015-07-07 18:52:06.574934"], ["id", 13]]
|
451918
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451919
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1[0m [["id", 13]]
|
451920
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451921
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451922
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451923
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4[0m [["status", 2], ["completed_at", "2015-07-07 18:52:06.579924"], ["updated_at", "2015-07-07 18:52:06.581051"], ["id", 13]]
|
451924
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451925
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 21]]
|
451926
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 57]]
|
451927
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 57]]
|
451928
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 34]]
|
451929
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["process_id", 21]]
|
451930
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 34]]
|
451931
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 33]]
|
451932
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false) [["parent_id", 21], ["parent_type", "RailsWorkflow::Process"]]
|
451933
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false)[0m [["parent_id", 21], ["parent_type", "RailsWorkflow::Process"]]
|
451934
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451935
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3[0m [["status", 2], ["updated_at", "2015-07-07 18:52:06.591232"], ["id", 21]]
|
451936
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451937
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 21]]
|
451938
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 ORDER BY "rails_workflow_operations"."id" ASC LIMIT 1 [["process_id", 21]]
|
451939
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451940
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operations" SET "completed_at" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["completed_at", "2015-07-07 18:52:06.594424"], ["updated_at", "2015-07-07 18:52:06.595492"], ["id", 12]]
|
451941
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451942
|
+
[1m[35mRailsWorkflow::Process Load (0.1ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 21]]
|
451943
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 57]]
|
451944
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 57]]
|
451945
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 33]]
|
451946
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 21]]
|
451947
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 34]]
|
451948
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 33]]
|
451949
|
+
[1m[36mRailsWorkflow::Operation Load (0.4ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 ORDER BY "rails_workflow_operations"."id" DESC LIMIT 1[0m [["process_id", 21]]
|
451950
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451951
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4[0m [["status", 5], ["completed_at", "2015-07-07 18:52:06.604348"], ["updated_at", "2015-07-07 18:52:06.605604"], ["id", 13]]
|
451952
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451953
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 21]]
|
451954
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 57]]
|
451955
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 57]]
|
451956
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 34]]
|
451957
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["process_id", 21]]
|
451958
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 34]]
|
451959
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 33]]
|
451960
|
+
[1m[35mRailsWorkflow::Process Load (0.2ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 21]]
|
451961
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
451962
|
+
[1m[35m (0.2ms)[0m BEGIN
|
451963
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451964
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "3f7356a6-d438-7497-b132-f936e4104852"], ["created_at", "2015-07-07 18:52:06.617586"], ["updated_at", "2015-07-07 18:52:06.617586"]]
|
451965
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451966
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
451967
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 58], ["uuid", "549a1aad-abe4-72e3-e6f1-55cadaede439"], ["created_at", "2015-07-07 18:52:06.620437"], ["updated_at", "2015-07-07 18:52:06.620437"]]
|
451968
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451969
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451970
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "dependencies", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 58], ["dependencies", "[{\"id\":35,\"statuses\":[2]}]"], ["uuid", "51c9a09e-6e43-bcc9-ee19-45ff074eeecb"], ["created_at", "2015-07-07 18:52:06.623743"], ["updated_at", "2015-07-07 18:52:06.623743"]]
|
451971
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451972
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 58]]
|
451973
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451974
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["template_id", 58], ["created_at", "2015-07-07 18:52:06.627092"], ["updated_at", "2015-07-07 18:52:06.627092"]]
|
451975
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451976
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
451977
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4[0m [["title", "Process Template"], ["status", 0], ["updated_at", "2015-07-07 18:52:06.629020"], ["id", 22]]
|
451978
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 22], ["parent_type", "RailsWorkflow::Process"], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.631038"], ["updated_at", "2015-07-07 18:52:06.631038"]]
|
451979
|
+
[1m[36mRailsWorkflow::Context Load (0.2ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 22], ["parent_type", "RailsWorkflow::Process"]]
|
451980
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 58]]
|
451981
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operations" ("title", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"[0m [["title", "Operation Template"], ["is_background", "t"], ["template_id", 35], ["process_id", 22], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:06.636990"], ["updated_at", "2015-07-07 18:52:06.636990"]]
|
451982
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 14], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.638586"], ["updated_at", "2015-07-07 18:52:06.638586"]]
|
451983
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 22]]
|
451984
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
451985
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 58]]
|
451986
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 22]]
|
451987
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451988
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3 [["status", 1], ["updated_at", "2015-07-07 18:52:06.644529"], ["id", 22]]
|
451989
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451990
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND "rails_workflow_operations"."status" = $2 [["process_id", 22], ["status", 0]]
|
451991
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451992
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["status", 1], ["updated_at", "2015-07-07 18:52:06.647781"], ["id", 14]]
|
451993
|
+
[1m[36m (0.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
451994
|
+
[1m[35mRailsWorkflow::Operation Load (0.6ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 14]]
|
451995
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
451996
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
451997
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
451998
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4 [["status", 2], ["completed_at", "2015-07-07 18:52:06.653351"], ["updated_at", "2015-07-07 18:52:06.654514"], ["id", 14]]
|
451999
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452000
|
+
[1m[35mRailsWorkflow::Process Load (0.2ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 22]]
|
452001
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 58]]
|
452002
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 58]]
|
452003
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 35]]
|
452004
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 22]]
|
452005
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 35]]
|
452006
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false) [["parent_id", 22], ["parent_type", "RailsWorkflow::Process"]]
|
452007
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false)[0m [["parent_id", 22], ["parent_type", "RailsWorkflow::Process"]]
|
452008
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452009
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3[0m [["status", 2], ["updated_at", "2015-07-07 18:52:06.665987"], ["id", 22]]
|
452010
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452011
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 22]]
|
452012
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 ORDER BY "rails_workflow_operations"."id" ASC LIMIT 1 [["process_id", 22]]
|
452013
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452014
|
+
[1m[35mSQL (0.9ms)[0m UPDATE "rails_workflow_operations" SET "completed_at" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["completed_at", "2015-07-07 18:52:06.669519"], ["updated_at", "2015-07-07 18:52:06.671710"], ["id", 14]]
|
452015
|
+
[1m[36m (0.5ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452016
|
+
[1m[35mRailsWorkflow::Process Load (0.3ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 22]]
|
452017
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 58]]
|
452018
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 58]]
|
452019
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 35]]
|
452020
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 22]]
|
452021
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 35]]
|
452022
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 22]]
|
452023
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
452024
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452025
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452026
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "3d53424a-946e-a7c3-ee64-12311a9770fd"], ["created_at", "2015-07-07 18:52:06.686472"], ["updated_at", "2015-07-07 18:52:06.686472"]]
|
452027
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452028
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452029
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 59], ["uuid", "8342db04-04b4-bc41-998c-68f82f08d7fd"], ["created_at", "2015-07-07 18:52:06.689309"], ["updated_at", "2015-07-07 18:52:06.689309"]]
|
452030
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452031
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452032
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "dependencies", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 59], ["dependencies", "[{\"id\":37,\"statuses\":[2]}]"], ["uuid", "d9d91e3a-431e-696d-6341-5f9d0e090ae5"], ["created_at", "2015-07-07 18:52:06.692848"], ["updated_at", "2015-07-07 18:52:06.692848"]]
|
452033
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452034
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 59]]
|
452035
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452036
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["template_id", 59], ["created_at", "2015-07-07 18:52:06.696380"], ["updated_at", "2015-07-07 18:52:06.696380"]]
|
452037
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452038
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452039
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4[0m [["title", "Process Template"], ["status", 0], ["updated_at", "2015-07-07 18:52:06.698221"], ["id", 23]]
|
452040
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 23], ["parent_type", "RailsWorkflow::Process"], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.700322"], ["updated_at", "2015-07-07 18:52:06.700322"]]
|
452041
|
+
[1m[36mRailsWorkflow::Context Load (0.2ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 23], ["parent_type", "RailsWorkflow::Process"]]
|
452042
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 59]]
|
452043
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operations" ("title", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"[0m [["title", "Operation Template"], ["is_background", "t"], ["template_id", 37], ["process_id", 23], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:06.706399"], ["updated_at", "2015-07-07 18:52:06.706399"]]
|
452044
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 15], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.708038"], ["updated_at", "2015-07-07 18:52:06.708038"]]
|
452045
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 23]]
|
452046
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452047
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 59]]
|
452048
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 23]]
|
452049
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452050
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3 [["status", 1], ["updated_at", "2015-07-07 18:52:06.714463"], ["id", 23]]
|
452051
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452052
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND "rails_workflow_operations"."status" = $2 [["process_id", 23], ["status", 0]]
|
452053
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452054
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["status", 1], ["updated_at", "2015-07-07 18:52:06.718048"], ["id", 15]]
|
452055
|
+
[1m[36m (0.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452056
|
+
[1m[35mRailsWorkflow::Operation Load (0.4ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 15]]
|
452057
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452058
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452059
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452060
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4 [["status", 2], ["completed_at", "2015-07-07 18:52:06.723314"], ["updated_at", "2015-07-07 18:52:06.724296"], ["id", 15]]
|
452061
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452062
|
+
[1m[35mRailsWorkflow::Process Load (0.2ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 23]]
|
452063
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 59]]
|
452064
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 59]]
|
452065
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 37]]
|
452066
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 23]]
|
452067
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 37]]
|
452068
|
+
[1m[35mRailsWorkflow::Context Load (0.2ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 15], ["parent_type", "RailsWorkflow::Operation"]]
|
452069
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452070
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operations" ("title", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["is_background", "t"], ["template_id", 38], ["process_id", 23], ["status", 0], ["dependencies", "[{\"operation_id\":15,\"status\":2}]"], ["created_at", "2015-07-07 18:52:06.735611"], ["updated_at", "2015-07-07 18:52:06.735611"]]
|
452071
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 16], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.737724"], ["updated_at", "2015-07-07 18:52:06.737724"]]
|
452072
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452073
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452074
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452075
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452076
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["status", 1], ["updated_at", "2015-07-07 18:52:06.742509"], ["id", 16]]
|
452077
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452078
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 16]]
|
452079
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452080
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452081
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452082
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4 [["status", 2], ["completed_at", "2015-07-07 18:52:06.745702"], ["updated_at", "2015-07-07 18:52:06.746887"], ["id", 16]]
|
452083
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452084
|
+
[1m[35mRailsWorkflow::Process Load (0.2ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 23]]
|
452085
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 59]]
|
452086
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 59]]
|
452087
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 38]]
|
452088
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 23]]
|
452089
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 38]]
|
452090
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 37]]
|
452091
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false)[0m [["parent_id", 23], ["parent_type", "RailsWorkflow::Process"]]
|
452092
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false) [["parent_id", 23], ["parent_type", "RailsWorkflow::Process"]]
|
452093
|
+
[1m[36m (0.5ms)[0m [1mSAVEPOINT active_record_1[0m
|
452094
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3 [["status", 2], ["updated_at", "2015-07-07 18:52:06.761890"], ["id", 23]]
|
452095
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452096
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 23]]
|
452097
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 ORDER BY "rails_workflow_operations"."id" ASC LIMIT 1[0m [["process_id", 23]]
|
452098
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452099
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "rails_workflow_operations" SET "completed_at" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3[0m [["completed_at", "2015-07-07 18:52:06.766480"], ["updated_at", "2015-07-07 18:52:06.767501"], ["id", 15]]
|
452100
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452101
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 23]]
|
452102
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 59]]
|
452103
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 59]]
|
452104
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 37]]
|
452105
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["process_id", 23]]
|
452106
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 38]]
|
452107
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 37]]
|
452108
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 23]]
|
452109
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
452110
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452111
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
452112
|
+
[1m[35m (0.2ms)[0m BEGIN
|
452113
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452114
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.782096"], ["updated_at", "2015-07-07 18:52:06.782096"]]
|
452115
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452116
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452117
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operations" ("title", "status", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Test Operation"], ["status", 4], ["created_at", "2015-07-07 18:52:06.784470"], ["updated_at", "2015-07-07 18:52:06.784470"]]
|
452118
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_contexts" SET "parent_type" = $1, "parent_id" = $2, "updated_at" = $3 WHERE "rails_workflow_contexts"."id" = $4 [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 17], ["updated_at", "2015-07-07 18:52:06.786576"], ["id", 32]]
|
452119
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452120
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452121
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "9e32b588-3266-6840-962c-5c097d7cf65f"], ["created_at", "2015-07-07 18:52:06.790152"], ["updated_at", "2015-07-07 18:52:06.790152"]]
|
452122
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452123
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452124
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "async", "operation_class", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 60], ["async", "t"], ["operation_class", "RailsWorkflow::UserByGroupOperation"], ["uuid", "8623a8af-efc4-4702-c8cc-77f4d4f5300a"], ["created_at", "2015-07-07 18:52:06.792452"], ["updated_at", "2015-07-07 18:52:06.792452"]]
|
452125
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452126
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452127
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:06.798086"], ["updated_at", "2015-07-07 18:52:06.798086"]]
|
452128
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452129
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452130
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_processes" ("status", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["status", 0], ["created_at", "2015-07-07 18:52:06.800474"], ["updated_at", "2015-07-07 18:52:06.800474"]]
|
452131
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_contexts" SET "parent_type" = $1, "parent_id" = $2, "updated_at" = $3 WHERE "rails_workflow_contexts"."id" = $4[0m [["parent_type", "RailsWorkflow::Process"], ["parent_id", 24], ["updated_at", "2015-07-07 18:52:06.802102"], ["id", 33]]
|
452132
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452133
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452134
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operations" ("type", "title", "async", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["type", "RailsWorkflow::UserByGroupOperation"], ["title", "Operation Template"], ["async", "t"], ["is_background", "t"], ["template_id", 39], ["process_id", 24], ["status", 0], ["dependencies", "[{\"operation_id\":17,\"status\":4}]"], ["created_at", "2015-07-07 18:52:06.815498"], ["updated_at", "2015-07-07 18:52:06.815498"]]
|
452135
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 18], ["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:06.817797"], ["updated_at", "2015-07-07 18:52:06.817797"]]
|
452136
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452137
|
+
[1m[36m (0.5ms)[0m [1mROLLBACK[0m
|
452138
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452139
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452140
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["body", "{\"int\":1,\"date\":\"2015-07-07\",\"ary\":[1,2,3],\"msg\":\"Some string\"}"], ["created_at", "2015-07-07 18:52:06.828972"], ["updated_at", "2015-07-07 18:52:06.828972"]]
|
452141
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452142
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
452143
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
452144
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452145
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operations" ("title", "status", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Test Operation"], ["status", 0], ["created_at", "2015-07-07 18:52:06.834599"], ["updated_at", "2015-07-07 18:52:06.834599"]]
|
452146
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452147
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452148
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:06.837893"], ["updated_at", "2015-07-07 18:52:06.837893"]]
|
452149
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452150
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452151
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_processes" ("status", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["status", 0], ["created_at", "2015-07-07 18:52:06.840276"], ["updated_at", "2015-07-07 18:52:06.840276"]]
|
452152
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_contexts" SET "parent_type" = $1, "parent_id" = $2, "updated_at" = $3 WHERE "rails_workflow_contexts"."id" = $4 [["parent_type", "RailsWorkflow::Process"], ["parent_id", 25], ["updated_at", "2015-07-07 18:52:06.841718"], ["id", 36]]
|
452153
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452154
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452155
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["body", "{\"resource\":{\"id\":19,\"class\":\"RailsWorkflow::Operation\"},\"process\":{\"id\":25,\"class\":\"RailsWorkflow::Process\"}}"], ["created_at", "2015-07-07 18:52:06.844516"], ["updated_at", "2015-07-07 18:52:06.844516"]]
|
452156
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452157
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452158
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452159
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
452160
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452161
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452162
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operations" ("title", "status", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Test Operation"], ["status", 0], ["created_at", "2015-07-07 18:52:06.850930"], ["updated_at", "2015-07-07 18:52:06.850930"]]
|
452163
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452164
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452165
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:06.853849"], ["updated_at", "2015-07-07 18:52:06.853849"]]
|
452166
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452167
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452168
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_processes" ("status", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["status", 0], ["created_at", "2015-07-07 18:52:06.856230"], ["updated_at", "2015-07-07 18:52:06.856230"]]
|
452169
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_contexts" SET "parent_type" = $1, "parent_id" = $2, "updated_at" = $3 WHERE "rails_workflow_contexts"."id" = $4[0m [["parent_type", "RailsWorkflow::Process"], ["parent_id", 26], ["updated_at", "2015-07-07 18:52:06.857699"], ["id", 38]]
|
452170
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452171
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452172
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["body", "{\"resources\":[{\"id\":20,\"class\":\"RailsWorkflow::Operation\"},{\"id\":26,\"class\":\"RailsWorkflow::Process\"}]}"], ["created_at", "2015-07-07 18:52:06.860314"], ["updated_at", "2015-07-07 18:52:06.860314"]]
|
452173
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452174
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
452175
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
452176
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452177
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operations" ("title", "status", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Test Operation"], ["status", 0], ["created_at", "2015-07-07 18:52:06.866067"], ["updated_at", "2015-07-07 18:52:06.866067"]]
|
452178
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452179
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452180
|
+
[1m[35mSQL (1.1ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 21], ["parent_type", "RailsWorkflow::Operation"], ["body", "{\"int\":1,\"date\":\"2015-07-07\",\"ary\":[1,2,3],\"msg\":\"Some string\"}"], ["created_at", "2015-07-07 18:52:06.869184"], ["updated_at", "2015-07-07 18:52:06.869184"]]
|
452181
|
+
[1m[36m (0.5ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452182
|
+
[1m[35mRailsWorkflow::Context Load (0.2ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."id" = $1 LIMIT 1 [["id", 40]]
|
452183
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
452184
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452185
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452186
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operations" ("title", "status", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Test Operation"], ["status", 0], ["created_at", "2015-07-07 18:52:06.879382"], ["updated_at", "2015-07-07 18:52:06.879382"]]
|
452187
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452188
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452189
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:06.882071"], ["updated_at", "2015-07-07 18:52:06.882071"]]
|
452190
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452191
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452192
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_processes" ("status", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["status", 0], ["created_at", "2015-07-07 18:52:06.884060"], ["updated_at", "2015-07-07 18:52:06.884060"]]
|
452193
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_contexts" SET "parent_type" = $1, "parent_id" = $2, "updated_at" = $3 WHERE "rails_workflow_contexts"."id" = $4[0m [["parent_type", "RailsWorkflow::Process"], ["parent_id", 27], ["updated_at", "2015-07-07 18:52:06.885527"], ["id", 41]]
|
452194
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452195
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452196
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 22], ["parent_type", "RailsWorkflow::Operation"], ["body", "{\"resource\":{\"id\":22,\"class\":\"RailsWorkflow::Operation\"},\"process\":{\"id\":27,\"class\":\"RailsWorkflow::Process\"}}"], ["created_at", "2015-07-07 18:52:06.888221"], ["updated_at", "2015-07-07 18:52:06.888221"]]
|
452197
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452198
|
+
[1m[35mRailsWorkflow::Context Load (0.2ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."id" = $1 LIMIT 1 [["id", 42]]
|
452199
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1[0m [["id", 22]]
|
452200
|
+
[1m[35mRailsWorkflow::Process Load (0.2ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 27]]
|
452201
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
452202
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452203
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452204
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operations" ("title", "status", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Test Operation"], ["status", 0], ["created_at", "2015-07-07 18:52:06.895580"], ["updated_at", "2015-07-07 18:52:06.895580"]]
|
452205
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452206
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452207
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:06.898182"], ["updated_at", "2015-07-07 18:52:06.898182"]]
|
452208
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452209
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452210
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_processes" ("status", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["status", 0], ["created_at", "2015-07-07 18:52:06.900254"], ["updated_at", "2015-07-07 18:52:06.900254"]]
|
452211
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_contexts" SET "parent_type" = $1, "parent_id" = $2, "updated_at" = $3 WHERE "rails_workflow_contexts"."id" = $4[0m [["parent_type", "RailsWorkflow::Process"], ["parent_id", 28], ["updated_at", "2015-07-07 18:52:06.902119"], ["id", 43]]
|
452212
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452213
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452214
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["body", "{\"resources\":[{\"id\":23,\"class\":\"RailsWorkflow::Operation\"},{\"id\":28,\"class\":\"RailsWorkflow::Process\"}]}"], ["created_at", "2015-07-07 18:52:06.904737"], ["updated_at", "2015-07-07 18:52:06.904737"]]
|
452215
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452216
|
+
[1m[35mRailsWorkflow::Context Load (0.3ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."id" = $1 LIMIT 1 [["id", 44]]
|
452217
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1[0m [["id", 23]]
|
452218
|
+
[1m[35mRailsWorkflow::Process Load (0.2ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 28]]
|
452219
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
452220
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452221
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452222
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "2acb333a-8791-678b-dc5c-fe059683e039"], ["created_at", "2015-07-07 18:52:06.914135"], ["updated_at", "2015-07-07 18:52:06.914135"]]
|
452223
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452224
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452225
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "async", "operation_class", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 61], ["async", "t"], ["operation_class", "RailsWorkflow::UserByGroupOperation"], ["uuid", "ec954fe6-1242-9341-c98d-5e42f4af0916"], ["created_at", "2015-07-07 18:52:06.919369"], ["updated_at", "2015-07-07 18:52:06.919369"]]
|
452226
|
+
[1m[35m (0.3ms)[0m RELEASE SAVEPOINT active_record_1
|
452227
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452228
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:06.926557"], ["updated_at", "2015-07-07 18:52:06.926557"]]
|
452229
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452230
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452231
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_processes" ("status", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["status", 0], ["created_at", "2015-07-07 18:52:06.929714"], ["updated_at", "2015-07-07 18:52:06.929714"]]
|
452232
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_contexts" SET "parent_type" = $1, "parent_id" = $2, "updated_at" = $3 WHERE "rails_workflow_contexts"."id" = $4 [["parent_type", "RailsWorkflow::Process"], ["parent_id", 29], ["updated_at", "2015-07-07 18:52:06.931226"], ["id", 45]]
|
452233
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452234
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452235
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operations" ("type", "title", "async", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"[0m [["type", "RailsWorkflow::UserByGroupOperation"], ["title", "Operation Template"], ["async", "t"], ["is_background", "t"], ["template_id", 40], ["process_id", 29], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:06.936152"], ["updated_at", "2015-07-07 18:52:06.936152"]]
|
452236
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 24], ["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:06.938280"], ["updated_at", "2015-07-07 18:52:06.938280"]]
|
452237
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452238
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
452239
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
452240
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452241
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "a64794b6-2e32-4c45-8228-e1a904877d82"], ["created_at", "2015-07-07 18:52:06.944415"], ["updated_at", "2015-07-07 18:52:06.944415"]]
|
452242
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452243
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452244
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "async", "operation_class", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 62], ["async", "t"], ["operation_class", "RailsWorkflow::UserByGroupOperation"], ["uuid", "f09dea3c-9d48-409c-cd0e-4f4431e7eceb"], ["created_at", "2015-07-07 18:52:06.946656"], ["updated_at", "2015-07-07 18:52:06.946656"]]
|
452245
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452246
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452247
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:06.949711"], ["updated_at", "2015-07-07 18:52:06.949711"]]
|
452248
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452249
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452250
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_processes" ("status", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["status", 0], ["created_at", "2015-07-07 18:52:06.951860"], ["updated_at", "2015-07-07 18:52:06.951860"]]
|
452251
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_contexts" SET "parent_type" = $1, "parent_id" = $2, "updated_at" = $3 WHERE "rails_workflow_contexts"."id" = $4[0m [["parent_type", "RailsWorkflow::Process"], ["parent_id", 30], ["updated_at", "2015-07-07 18:52:06.953380"], ["id", 47]]
|
452252
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452253
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452254
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operations" ("type", "title", "async", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["type", "RailsWorkflow::UserByGroupOperation"], ["title", "Operation Template"], ["async", "t"], ["is_background", "t"], ["template_id", 41], ["process_id", 30], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:06.957902"], ["updated_at", "2015-07-07 18:52:06.957902"]]
|
452255
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 25], ["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:06.960182"], ["updated_at", "2015-07-07 18:52:06.960182"]]
|
452256
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452257
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
452258
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452259
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452260
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "5fb38d88-6959-be33-48cc-06ef42692550"], ["created_at", "2015-07-07 18:52:06.966172"], ["updated_at", "2015-07-07 18:52:06.966172"]]
|
452261
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452262
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452263
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "async", "operation_class", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 63], ["async", "t"], ["operation_class", "RailsWorkflow::UserByGroupOperation"], ["uuid", "110e5a0e-1474-0d31-6604-b1581504c966"], ["created_at", "2015-07-07 18:52:06.968600"], ["updated_at", "2015-07-07 18:52:06.968600"]]
|
452264
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452265
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452266
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:06.972173"], ["updated_at", "2015-07-07 18:52:06.972173"]]
|
452267
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452268
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452269
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_processes" ("status", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["status", 0], ["created_at", "2015-07-07 18:52:06.976169"], ["updated_at", "2015-07-07 18:52:06.976169"]]
|
452270
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_contexts" SET "parent_type" = $1, "parent_id" = $2, "updated_at" = $3 WHERE "rails_workflow_contexts"."id" = $4 [["parent_type", "RailsWorkflow::Process"], ["parent_id", 31], ["updated_at", "2015-07-07 18:52:06.977845"], ["id", 49]]
|
452271
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452272
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452273
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operations" ("type", "title", "async", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"[0m [["type", "RailsWorkflow::UserByGroupOperation"], ["title", "Operation Template"], ["async", "t"], ["is_background", "t"], ["template_id", 42], ["process_id", 31], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:06.982522"], ["updated_at", "2015-07-07 18:52:06.982522"]]
|
452274
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 26], ["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:06.984846"], ["updated_at", "2015-07-07 18:52:06.984846"]]
|
452275
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452276
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
452277
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
452278
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452279
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "68edffc0-f49f-d12c-a7a2-c3204c70ba6e"], ["created_at", "2015-07-07 18:52:06.991289"], ["updated_at", "2015-07-07 18:52:06.991289"]]
|
452280
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452281
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452282
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "async", "operation_class", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 64], ["async", "t"], ["operation_class", "RailsWorkflow::UserByGroupOperation"], ["uuid", "413250ce-1849-0504-e9e0-0030a1aaaf29"], ["created_at", "2015-07-07 18:52:06.993933"], ["updated_at", "2015-07-07 18:52:06.993933"]]
|
452283
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452284
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452285
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:06.997071"], ["updated_at", "2015-07-07 18:52:06.997071"]]
|
452286
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452287
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452288
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_processes" ("status", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["status", 0], ["created_at", "2015-07-07 18:52:06.999147"], ["updated_at", "2015-07-07 18:52:06.999147"]]
|
452289
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_contexts" SET "parent_type" = $1, "parent_id" = $2, "updated_at" = $3 WHERE "rails_workflow_contexts"."id" = $4[0m [["parent_type", "RailsWorkflow::Process"], ["parent_id", 32], ["updated_at", "2015-07-07 18:52:07.000535"], ["id", 51]]
|
452290
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452291
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452292
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operations" ("type", "title", "async", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["type", "RailsWorkflow::UserByGroupOperation"], ["title", "Operation Template"], ["async", "t"], ["is_background", "t"], ["template_id", 43], ["process_id", 32], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:07.004752"], ["updated_at", "2015-07-07 18:52:07.004752"]]
|
452293
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 27], ["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:07.006804"], ["updated_at", "2015-07-07 18:52:07.006804"]]
|
452294
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452295
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
452296
|
+
[1m[35m (0.2ms)[0m BEGIN
|
452297
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452298
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "1f7f746c-f564-a6a6-d01a-7e3afc1bcc19"], ["created_at", "2015-07-07 18:52:07.012506"], ["updated_at", "2015-07-07 18:52:07.012506"]]
|
452299
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452300
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452301
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "async", "operation_class", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 65], ["async", "t"], ["operation_class", "RailsWorkflow::UserByGroupOperation"], ["uuid", "7c44646f-68bc-957b-86dc-0c2c241c87cf"], ["created_at", "2015-07-07 18:52:07.014733"], ["updated_at", "2015-07-07 18:52:07.014733"]]
|
452302
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452303
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452304
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:07.017411"], ["updated_at", "2015-07-07 18:52:07.017411"]]
|
452305
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452306
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452307
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_processes" ("status", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["status", 0], ["created_at", "2015-07-07 18:52:07.019627"], ["updated_at", "2015-07-07 18:52:07.019627"]]
|
452308
|
+
[1m[35mSQL (0.6ms)[0m UPDATE "rails_workflow_contexts" SET "parent_type" = $1, "parent_id" = $2, "updated_at" = $3 WHERE "rails_workflow_contexts"."id" = $4 [["parent_type", "RailsWorkflow::Process"], ["parent_id", 33], ["updated_at", "2015-07-07 18:52:07.021168"], ["id", 53]]
|
452309
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452310
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452311
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operations" ("type", "title", "async", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"[0m [["type", "RailsWorkflow::UserByGroupOperation"], ["title", "Operation Template"], ["async", "t"], ["is_background", "t"], ["template_id", 44], ["process_id", 33], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:07.026878"], ["updated_at", "2015-07-07 18:52:07.026878"]]
|
452312
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 28], ["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:07.028810"], ["updated_at", "2015-07-07 18:52:07.028810"]]
|
452313
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452314
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
452315
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
452316
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452317
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "0fb4357d-59d1-45e6-9dab-da68aeb2a404"], ["created_at", "2015-07-07 18:52:07.034363"], ["updated_at", "2015-07-07 18:52:07.034363"]]
|
452318
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452319
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452320
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "async", "operation_class", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 66], ["async", "t"], ["operation_class", "RailsWorkflow::UserByGroupOperation"], ["uuid", "7bc4df56-00de-fd83-f5cf-6c63e1ef51f5"], ["created_at", "2015-07-07 18:52:07.036799"], ["updated_at", "2015-07-07 18:52:07.036799"]]
|
452321
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452322
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452323
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:07.039335"], ["updated_at", "2015-07-07 18:52:07.039335"]]
|
452324
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452325
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452326
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_processes" ("status", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["status", 0], ["created_at", "2015-07-07 18:52:07.041489"], ["updated_at", "2015-07-07 18:52:07.041489"]]
|
452327
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_contexts" SET "parent_type" = $1, "parent_id" = $2, "updated_at" = $3 WHERE "rails_workflow_contexts"."id" = $4[0m [["parent_type", "RailsWorkflow::Process"], ["parent_id", 34], ["updated_at", "2015-07-07 18:52:07.042792"], ["id", 55]]
|
452328
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452329
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452330
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operations" ("type", "title", "async", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["type", "RailsWorkflow::UserByGroupOperation"], ["title", "Operation Template"], ["async", "t"], ["is_background", "t"], ["template_id", 45], ["process_id", 34], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:07.046582"], ["updated_at", "2015-07-07 18:52:07.046582"]]
|
452331
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 29], ["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:07.048181"], ["updated_at", "2015-07-07 18:52:07.048181"]]
|
452332
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452333
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
452334
|
+
[1m[35m (0.2ms)[0m BEGIN
|
452335
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452336
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "99d6f55e-006b-a7be-175d-62a284389f50"], ["created_at", "2015-07-07 18:52:07.053517"], ["updated_at", "2015-07-07 18:52:07.053517"]]
|
452337
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452338
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452339
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "db390f2c-fb7f-bd78-2eb1-c4df530a6bb0"], ["created_at", "2015-07-07 18:52:07.055675"], ["updated_at", "2015-07-07 18:52:07.055675"]]
|
452340
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452341
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452342
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "child_process_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 67], ["child_process_id", 68], ["uuid", "ea0196cc-4ce5-d58e-87dd-7c8ac7dab3b9"], ["created_at", "2015-07-07 18:52:07.057820"], ["updated_at", "2015-07-07 18:52:07.057820"]]
|
452343
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452344
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452345
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:07.061194"], ["updated_at", "2015-07-07 18:52:07.061194"]]
|
452346
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452347
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452348
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_processes" ("status", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["status", 0], ["created_at", "2015-07-07 18:52:07.063030"], ["updated_at", "2015-07-07 18:52:07.063030"]]
|
452349
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_contexts" SET "parent_type" = $1, "parent_id" = $2, "updated_at" = $3 WHERE "rails_workflow_contexts"."id" = $4[0m [["parent_type", "RailsWorkflow::Process"], ["parent_id", 35], ["updated_at", "2015-07-07 18:52:07.064789"], ["id", 57]]
|
452350
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452351
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452352
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "ecd90746-b39e-b06e-c1fc-97918d580f1f"], ["created_at", "2015-07-07 18:52:07.067796"], ["updated_at", "2015-07-07 18:52:07.067796"]]
|
452353
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452354
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452355
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "async", "operation_class", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 69], ["async", "t"], ["operation_class", "RailsWorkflow::UserByGroupOperation"], ["uuid", "1eb02fd0-1139-be74-4b07-05e0661064a3"], ["created_at", "2015-07-07 18:52:07.071678"], ["updated_at", "2015-07-07 18:52:07.071678"]]
|
452356
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452357
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452358
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operations" ("type", "title", "async", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["type", "RailsWorkflow::UserByGroupOperation"], ["title", "Operation Template"], ["async", "t"], ["is_background", "t"], ["template_id", 47], ["process_id", 35], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:07.076697"], ["updated_at", "2015-07-07 18:52:07.076697"]]
|
452359
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 30], ["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:07.078542"], ["updated_at", "2015-07-07 18:52:07.078542"]]
|
452360
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452361
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452362
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operations" ("title", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["is_background", "t"], ["template_id", 46], ["process_id", 35], ["status", 0], ["dependencies", "[{\"operation_id\":30,\"status\":0}]"], ["created_at", "2015-07-07 18:52:07.082683"], ["updated_at", "2015-07-07 18:52:07.082683"]]
|
452363
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 31], ["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:07.084729"], ["updated_at", "2015-07-07 18:52:07.084729"]]
|
452364
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452365
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 68]]
|
452366
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452367
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["template_id", 68], ["created_at", "2015-07-07 18:52:07.088840"], ["updated_at", "2015-07-07 18:52:07.088840"]]
|
452368
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452369
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452370
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4 [["title", "Process Template"], ["status", 0], ["updated_at", "2015-07-07 18:52:07.090646"], ["id", 36]]
|
452371
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_id", 36], ["parent_type", "RailsWorkflow::Process"], ["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:07.092748"], ["updated_at", "2015-07-07 18:52:07.092748"]]
|
452372
|
+
[1m[35mRailsWorkflow::Context Load (0.2ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 36], ["parent_type", "RailsWorkflow::Process"]]
|
452373
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 68]]
|
452374
|
+
[1m[35mRailsWorkflow::Process Load (0.2ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 36]]
|
452375
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452376
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
452377
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
452378
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452379
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "0f36f028-4db5-728b-c62d-3ccc156969f3"], ["created_at", "2015-07-07 18:52:07.102087"], ["updated_at", "2015-07-07 18:52:07.102087"]]
|
452380
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452381
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452382
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "async", "operation_class", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 70], ["async", "t"], ["operation_class", "RailsWorkflow::UserByGroupOperation"], ["uuid", "664c9922-3d2b-150d-1ab3-c6a2babdd0d5"], ["created_at", "2015-07-07 18:52:07.115306"], ["updated_at", "2015-07-07 18:52:07.115306"]]
|
452383
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452384
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452385
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:07.118623"], ["updated_at", "2015-07-07 18:52:07.118623"]]
|
452386
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452387
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452388
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_processes" ("status", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["status", 0], ["created_at", "2015-07-07 18:52:07.122356"], ["updated_at", "2015-07-07 18:52:07.122356"]]
|
452389
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_contexts" SET "parent_type" = $1, "parent_id" = $2, "updated_at" = $3 WHERE "rails_workflow_contexts"."id" = $4[0m [["parent_type", "RailsWorkflow::Process"], ["parent_id", 37], ["updated_at", "2015-07-07 18:52:07.123915"], ["id", 61]]
|
452390
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452391
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452392
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operations" ("type", "title", "async", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["type", "RailsWorkflow::UserByGroupOperation"], ["title", "Operation Template"], ["async", "t"], ["is_background", "t"], ["template_id", 48], ["process_id", 37], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:07.128109"], ["updated_at", "2015-07-07 18:52:07.128109"]]
|
452393
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 32], ["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:07.130690"], ["updated_at", "2015-07-07 18:52:07.130690"]]
|
452394
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452395
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
452396
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452397
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452398
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operations" ("title", "status", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Test Operation"], ["status", 4], ["created_at", "2015-07-07 18:52:07.142413"], ["updated_at", "2015-07-07 18:52:07.142413"]]
|
452399
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452400
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452401
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "fd3f4dd1-1aec-4bea-1392-000779d77fc4"], ["created_at", "2015-07-07 18:52:07.146507"], ["updated_at", "2015-07-07 18:52:07.146507"]]
|
452402
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452403
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452404
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "async", "operation_class", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 71], ["async", "t"], ["operation_class", "RailsWorkflow::UserByGroupOperation"], ["uuid", "14a24bdc-d7b6-8d1e-d930-1677e52dfa49"], ["created_at", "2015-07-07 18:52:07.148964"], ["updated_at", "2015-07-07 18:52:07.148964"]]
|
452405
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452406
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452407
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:07.151782"], ["updated_at", "2015-07-07 18:52:07.151782"]]
|
452408
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452409
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452410
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "rails_workflow_processes" ("status", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["status", 0], ["created_at", "2015-07-07 18:52:07.154134"], ["updated_at", "2015-07-07 18:52:07.154134"]]
|
452411
|
+
[1m[36mSQL (0.7ms)[0m [1mUPDATE "rails_workflow_contexts" SET "parent_type" = $1, "parent_id" = $2, "updated_at" = $3 WHERE "rails_workflow_contexts"."id" = $4[0m [["parent_type", "RailsWorkflow::Process"], ["parent_id", 38], ["updated_at", "2015-07-07 18:52:07.158964"], ["id", 63]]
|
452412
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452413
|
+
[1m[36mRailsWorkflow::Context Load (0.2ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 33], ["parent_type", "RailsWorkflow::Operation"]]
|
452414
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452415
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operations" ("type", "title", "async", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"[0m [["type", "RailsWorkflow::UserByGroupOperation"], ["title", "Operation Template"], ["async", "t"], ["is_background", "t"], ["template_id", 49], ["process_id", 38], ["status", 0], ["dependencies", "[{\"operation_id\":33,\"status\":4}]"], ["created_at", "2015-07-07 18:52:07.166274"], ["updated_at", "2015-07-07 18:52:07.166274"]]
|
452416
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 34], ["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:07.168433"], ["updated_at", "2015-07-07 18:52:07.168433"]]
|
452417
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452418
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
452419
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
452420
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452421
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "13a63100-8f76-d746-cf45-d4c346356170"], ["created_at", "2015-07-07 18:52:07.174616"], ["updated_at", "2015-07-07 18:52:07.174616"]]
|
452422
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452423
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452424
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "async", "operation_class", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 72], ["async", "t"], ["operation_class", "RailsWorkflow::UserByGroupOperation"], ["uuid", "1cf090fa-e16a-1af8-dfc9-3102eb78f12d"], ["created_at", "2015-07-07 18:52:07.177000"], ["updated_at", "2015-07-07 18:52:07.177000"]]
|
452425
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452426
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452427
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:07.179873"], ["updated_at", "2015-07-07 18:52:07.179873"]]
|
452428
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452429
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452430
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_processes" ("status", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["status", 0], ["created_at", "2015-07-07 18:52:07.181858"], ["updated_at", "2015-07-07 18:52:07.181858"]]
|
452431
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_contexts" SET "parent_type" = $1, "parent_id" = $2, "updated_at" = $3 WHERE "rails_workflow_contexts"."id" = $4[0m [["parent_type", "RailsWorkflow::Process"], ["parent_id", 39], ["updated_at", "2015-07-07 18:52:07.183280"], ["id", 65]]
|
452432
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452433
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452434
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operations" ("type", "title", "async", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["type", "RailsWorkflow::UserByGroupOperation"], ["title", "Operation Template"], ["async", "t"], ["is_background", "t"], ["template_id", 50], ["process_id", 39], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-07 18:52:07.187942"], ["updated_at", "2015-07-07 18:52:07.187942"]]
|
452435
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 35], ["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:07.189892"], ["updated_at", "2015-07-07 18:52:07.189892"]]
|
452436
|
+
[1m[35m (0.5ms)[0m RELEASE SAVEPOINT active_record_1
|
452437
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
452438
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452439
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452440
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operations" ("title", "status", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Test Operation"], ["status", 0], ["created_at", "2015-07-07 18:52:07.196260"], ["updated_at", "2015-07-07 18:52:07.196260"]]
|
452441
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452442
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
452443
|
+
[1m[36mUser Exists (18.3ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@test.com' LIMIT 1[0m
|
452444
|
+
[1m[35mSQL (5.8ms)[0m INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "test@test.com"], ["encrypted_password", "$2a$04$qNIK/V8K1eokpsddTu5mI.2wJq6MaYVGr51p8tqvjHyPe7Na1Futy"], ["created_at", "2015-07-07 18:52:07.239354"], ["updated_at", "2015-07-07 18:52:07.239354"]]
|
452445
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452446
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "rails_workflow_operations" SET "is_active" = 'f' WHERE "rails_workflow_operations"."assignment_id" = $1 AND "rails_workflow_operations"."assignment_type" = $2 [["assignment_id", 1], ["assignment_type", "User"]]
|
452447
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452448
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operations" SET "assignment_id" = $1, "assignment_type" = $2, "is_active" = $3, "assigned_at" = $4, "updated_at" = $5 WHERE "rails_workflow_operations"."id" = $6 [["assignment_id", 1], ["assignment_type", "User"], ["is_active", "t"], ["assigned_at", "2015-07-07 18:52:07.248186"], ["updated_at", "2015-07-07 18:52:07.250783"], ["id", 36]]
|
452449
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452450
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
452451
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
452452
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452453
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "rails_workflow_operations" ("title", "status", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Test Operation"], ["status", 0], ["created_at", "2015-07-07 18:52:07.257520"], ["updated_at", "2015-07-07 18:52:07.257520"]]
|
452454
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452455
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452456
|
+
[1m[35mUser Exists (0.4ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@test.com' LIMIT 1
|
452457
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["email", "test@test.com"], ["encrypted_password", "$2a$04$hQ9uOyT6AY03dHhiqOgfHuR5uWb6YKWzoRBzXvgQWQWt4QY/6DQLW"], ["created_at", "2015-07-07 18:52:07.264963"], ["updated_at", "2015-07-07 18:52:07.264963"]]
|
452458
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452459
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_operations" SET "is_active" = 'f' WHERE "rails_workflow_operations"."assignment_id" = $1 AND "rails_workflow_operations"."assignment_type" = $2[0m [["assignment_id", 2], ["assignment_type", "User"]]
|
452460
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452461
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_operations" SET "assignment_id" = $1, "assignment_type" = $2, "is_active" = $3, "assigned_at" = $4, "updated_at" = $5 WHERE "rails_workflow_operations"."id" = $6[0m [["assignment_id", 2], ["assignment_type", "User"], ["is_active", "t"], ["assigned_at", "2015-07-07 18:52:07.266961"], ["updated_at", "2015-07-07 18:52:07.268410"], ["id", 37]]
|
452462
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452463
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452464
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operations" ("title", "status", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Test Operation"], ["status", 0], ["created_at", "2015-07-07 18:52:07.270717"], ["updated_at", "2015-07-07 18:52:07.270717"]]
|
452465
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452466
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "rails_workflow_operations" SET "is_active" = 'f' WHERE "rails_workflow_operations"."assignment_id" = $1 AND "rails_workflow_operations"."assignment_type" = $2 [["assignment_id", 2], ["assignment_type", "User"]]
|
452467
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452468
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operations" SET "assignment_id" = $1, "assignment_type" = $2, "is_active" = $3, "assigned_at" = $4, "updated_at" = $5 WHERE "rails_workflow_operations"."id" = $6 [["assignment_id", 2], ["assignment_type", "User"], ["is_active", "t"], ["assigned_at", "2015-07-07 18:52:07.272439"], ["updated_at", "2015-07-07 18:52:07.273887"], ["id", 38]]
|
452469
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452470
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 37]]
|
452471
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
452472
|
+
[1m[35m (0.2ms)[0m BEGIN
|
452473
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452474
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operations" ("title", "status", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Test Operation"], ["status", 0], ["created_at", "2015-07-07 18:52:07.279004"], ["updated_at", "2015-07-07 18:52:07.279004"]]
|
452475
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452476
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452477
|
+
[1m[36mUser Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@test.com' LIMIT 1[0m
|
452478
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "test@test.com"], ["encrypted_password", "$2a$04$MgTc60iB2QeL21BumJt.c.W.D54V8i8wJSVixNYqo8goDUNWKULNS"], ["created_at", "2015-07-07 18:52:07.284284"], ["updated_at", "2015-07-07 18:52:07.284284"]]
|
452479
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452480
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operations" SET "is_active" = 'f' WHERE "rails_workflow_operations"."assignment_id" = $1 AND "rails_workflow_operations"."assignment_type" = $2 [["assignment_id", 3], ["assignment_type", "User"]]
|
452481
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452482
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_operations" SET "assignment_id" = $1, "assignment_type" = $2, "is_active" = $3, "assigned_at" = $4, "updated_at" = $5 WHERE "rails_workflow_operations"."id" = $6 [["assignment_id", 3], ["assignment_type", "User"], ["is_active", "t"], ["assigned_at", "2015-07-07 18:52:07.286109"], ["updated_at", "2015-07-07 18:52:07.287426"], ["id", 39]]
|
452483
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452484
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452485
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_operations" SET "assignment_id" = $1, "assignment_type" = $2, "is_active" = $3, "updated_at" = $4 WHERE "rails_workflow_operations"."id" = $5[0m [["assignment_id", nil], ["assignment_type", nil], ["is_active", "f"], ["updated_at", "2015-07-07 18:52:07.289473"], ["id", 39]]
|
452486
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452487
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
452488
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452489
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452490
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operations" ("title", "status", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Test Operation"], ["status", 0], ["created_at", "2015-07-07 18:52:07.293506"], ["updated_at", "2015-07-07 18:52:07.293506"]]
|
452491
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452492
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452493
|
+
[1m[36mUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@test.com' LIMIT 1[0m
|
452494
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "test@test.com"], ["encrypted_password", "$2a$04$nVemT/qBux2RD/Oe6wGhs.Bp7NBkgXle9.MaMPYZlTtkjdcAlQyBa"], ["created_at", "2015-07-07 18:52:07.299019"], ["updated_at", "2015-07-07 18:52:07.299019"]]
|
452495
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452496
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operations" SET "is_active" = 'f' WHERE "rails_workflow_operations"."assignment_id" = $1 AND "rails_workflow_operations"."assignment_type" = $2 [["assignment_id", 4], ["assignment_type", "User"]]
|
452497
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452498
|
+
[1m[35mSQL (0.6ms)[0m UPDATE "rails_workflow_operations" SET "assignment_id" = $1, "assignment_type" = $2, "is_active" = $3, "assigned_at" = $4, "updated_at" = $5 WHERE "rails_workflow_operations"."id" = $6 [["assignment_id", 4], ["assignment_type", "User"], ["is_active", "t"], ["assigned_at", "2015-07-07 18:52:07.300875"], ["updated_at", "2015-07-07 18:52:07.302305"], ["id", 40]]
|
452499
|
+
[1m[36m (0.6ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452500
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452501
|
+
[1m[36mUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'other@user.com' LIMIT 1[0m
|
452502
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "other@user.com"], ["encrypted_password", "$2a$04$3YmVNf7pVuSodyof55VwMeHFwH8hLzF7VYr6Ay83l08pR7LSGlIqi"], ["created_at", "2015-07-07 18:52:07.309522"], ["updated_at", "2015-07-07 18:52:07.309522"]]
|
452503
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452504
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 40]]
|
452505
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1[0m [["id", 4]]
|
452506
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
452507
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
452508
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452509
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operations" ("title", "status", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Test Operation"], ["status", 0], ["created_at", "2015-07-07 18:52:07.316597"], ["updated_at", "2015-07-07 18:52:07.316597"]]
|
452510
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452511
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452512
|
+
[1m[35mUser Exists (0.3ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@test.com' LIMIT 1
|
452513
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["email", "test@test.com"], ["encrypted_password", "$2a$04$0aqs1sC..CE4QYooYkEU6Ogojb7K.9niGtMHz8uDOVFic9Q17XwnO"], ["created_at", "2015-07-07 18:52:07.321947"], ["updated_at", "2015-07-07 18:52:07.321947"]]
|
452514
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452515
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_operations" SET "is_active" = 'f' WHERE "rails_workflow_operations"."assignment_id" = $1 AND "rails_workflow_operations"."assignment_type" = $2[0m [["assignment_id", 6], ["assignment_type", "User"]]
|
452516
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452517
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_operations" SET "assignment_id" = $1, "assignment_type" = $2, "is_active" = $3, "assigned_at" = $4, "updated_at" = $5 WHERE "rails_workflow_operations"."id" = $6[0m [["assignment_id", 6], ["assignment_type", "User"], ["is_active", "t"], ["assigned_at", "2015-07-07 18:52:07.323789"], ["updated_at", "2015-07-07 18:52:07.325165"], ["id", 41]]
|
452518
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452519
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452520
|
+
[1m[35mUser Exists (0.3ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'other@user.com' LIMIT 1
|
452521
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["email", "other@user.com"], ["encrypted_password", "$2a$04$CR70ok8csr2TnDPDeHibEOdHKlIJAPrMJu3XpjZ4RTAsgUjrzLxfW"], ["created_at", "2015-07-07 18:52:07.331301"], ["updated_at", "2015-07-07 18:52:07.331301"]]
|
452522
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452523
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
452524
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452525
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452526
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operations" ("title", "status", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Test Operation"], ["status", 0], ["created_at", "2015-07-07 18:52:07.335231"], ["updated_at", "2015-07-07 18:52:07.335231"]]
|
452527
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452528
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452529
|
+
[1m[36mUser Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@test.com' LIMIT 1[0m
|
452530
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "test@test.com"], ["encrypted_password", "$2a$04$LdbIDlN.zsLQ7xuRqPzZO.ZcGNDumC3v0IREQyrS08pF11YlK76Uy"], ["created_at", "2015-07-07 18:52:07.340481"], ["updated_at", "2015-07-07 18:52:07.340481"]]
|
452531
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452532
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_operations" SET "is_active" = 'f' WHERE "rails_workflow_operations"."assignment_id" = $1 AND "rails_workflow_operations"."assignment_type" = $2 [["assignment_id", 8], ["assignment_type", "User"]]
|
452533
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452534
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_operations" SET "assignment_id" = $1, "assignment_type" = $2, "is_active" = $3, "assigned_at" = $4, "updated_at" = $5 WHERE "rails_workflow_operations"."id" = $6 [["assignment_id", 8], ["assignment_type", "User"], ["is_active", "t"], ["assigned_at", "2015-07-07 18:52:07.342456"], ["updated_at", "2015-07-07 18:52:07.343841"], ["id", 42]]
|
452535
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452536
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452537
|
+
[1m[36mUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'other@user.com' LIMIT 1[0m
|
452538
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "other@user.com"], ["encrypted_password", "$2a$04$r1Sa1t7NprRAkz0fkiMhkuYRRm4e1P8M40fo1c30hvqdroA1xASw6"], ["created_at", "2015-07-07 18:52:07.348500"], ["updated_at", "2015-07-07 18:52:07.348500"]]
|
452539
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452540
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
452541
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
452542
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452543
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "8ddcb373-67e2-908a-ed9b-af33cbfac242"], ["created_at", "2015-07-07 18:52:07.354323"], ["updated_at", "2015-07-07 18:52:07.354323"]]
|
452544
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452545
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452546
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "role", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 73], ["role", "admin"], ["uuid", "83a9fd1c-15f9-d737-3efd-301f03862e27"], ["created_at", "2015-07-07 18:52:07.358933"], ["updated_at", "2015-07-07 18:52:07.358933"]]
|
452547
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452548
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452549
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Process Template"], ["uuid", "fcde0307-ea75-88e5-4458-95a83b097042"], ["created_at", "2015-07-07 18:52:07.362164"], ["updated_at", "2015-07-07 18:52:07.362164"]]
|
452550
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452551
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452552
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "group", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 74], ["group", "some_group"], ["uuid", "2fdee89e-4b44-b082-1251-c5d0b889ab64"], ["created_at", "2015-07-07 18:52:07.364313"], ["updated_at", "2015-07-07 18:52:07.364313"]]
|
452553
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452554
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452555
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operations" ("title", "status", "template_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["title", "Test Operation"], ["status", 3], ["template_id", 52], ["created_at", "2015-07-07 18:52:07.367651"], ["updated_at", "2015-07-07 18:52:07.367651"]]
|
452556
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452557
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452558
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operations" ("title", "status", "template_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "Test Operation"], ["status", 3], ["template_id", 51], ["created_at", "2015-07-07 18:52:07.370712"], ["updated_at", "2015-07-07 18:52:07.370712"]]
|
452559
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452560
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452561
|
+
[1m[36mUser Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "users" WHERE "users"."email" = 'test@test.com' LIMIT 1[0m
|
452562
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("email", "encrypted_password", "role", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["email", "test@test.com"], ["encrypted_password", "$2a$04$qugwrNIRexe7probWpVGh.Ed8efoSjErSCLQ/Y5RCs/juW84lhw/m"], ["role", "admin"], ["created_at", "2015-07-07 18:52:07.375663"], ["updated_at", "2015-07-07 18:52:07.375663"]]
|
452563
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452564
|
+
[1m[35mRailsWorkflow::Operation Load (0.7ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" INNER JOIN "rails_workflow_operation_templates" ON "rails_workflow_operation_templates"."id" = "rails_workflow_operations"."template_id" WHERE "rails_workflow_operations"."status" = 3 AND "rails_workflow_operations"."assignment_id" IS NULL AND (rails_workflow_operation_templates.role = 'admin')
|
452565
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
452566
|
+
[1m[35mUser Exists (0.3ms)[0m SELECT 1 AS one FROM "users" WHERE "users"."email" = 'fake@email.com' LIMIT 1
|
452567
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("email", "encrypted_password", "role", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["email", "fake@email.com"], ["encrypted_password", "$2a$04$5q3fj8TBx4zKtSD5bgMziuHGhA9.BwCxh845sA4KMWAxyPmZm/UY6"], ["role", "fake"], ["created_at", "2015-07-07 18:52:07.386121"], ["updated_at", "2015-07-07 18:52:07.386121"]]
|
452568
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452569
|
+
[1m[36mRailsWorkflow::Operation Load (0.6ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" INNER JOIN "rails_workflow_operation_templates" ON "rails_workflow_operation_templates"."id" = "rails_workflow_operations"."template_id" WHERE "rails_workflow_operations"."status" = 3 AND "rails_workflow_operations"."assignment_id" IS NULL AND (rails_workflow_operation_templates.role = 'fake')[0m
|
452570
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operations" SET "is_active" = 'f' WHERE "rails_workflow_operations"."assignment_id" = $1 AND "rails_workflow_operations"."assignment_type" = $2 [["assignment_id", 10], ["assignment_type", "User"]]
|
452571
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452572
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_operations" SET "assignment_id" = $1, "assignment_type" = $2, "is_active" = $3, "assigned_at" = $4, "updated_at" = $5 WHERE "rails_workflow_operations"."id" = $6 [["assignment_id", 10], ["assignment_type", "User"], ["is_active", "t"], ["assigned_at", "2015-07-07 18:52:07.390237"], ["updated_at", "2015-07-07 18:52:07.392062"], ["id", 44]]
|
452573
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452574
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."assignment_id" IS NULL
|
452575
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
452576
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452577
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452578
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["body", "{\"msg\":\"Test\"}"], ["created_at", "2015-07-07 18:52:07.398054"], ["updated_at", "2015-07-07 18:52:07.398054"]]
|
452579
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452580
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452581
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "rails_workflow_operations" ("title", "status", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["title", "Test Operation"], ["status", 0], ["created_at", "2015-07-07 18:52:07.400679"], ["updated_at", "2015-07-07 18:52:07.400679"]]
|
452582
|
+
[1m[35mSQL (0.9ms)[0m UPDATE "rails_workflow_contexts" SET "parent_type" = $1, "parent_id" = $2, "updated_at" = $3 WHERE "rails_workflow_contexts"."id" = $4 [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 45], ["updated_at", "2015-07-07 18:52:07.403660"], ["id", 67]]
|
452583
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452584
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452585
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3[0m [["status", 3], ["updated_at", "2015-07-07 18:52:07.409163"], ["id", 45]]
|
452586
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452587
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
452588
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452589
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452590
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operations" ("title", "status", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Test Operation"], ["status", 0], ["created_at", "2015-07-07 18:52:07.415002"], ["updated_at", "2015-07-07 18:52:07.415002"]]
|
452591
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452592
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452593
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("body", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["body", "{\"msg\":\"Test message\"}"], ["created_at", "2015-07-07 18:52:07.418031"], ["updated_at", "2015-07-07 18:52:07.418031"]]
|
452594
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452595
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452596
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_processes" ("status", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["status", 0], ["created_at", "2015-07-07 18:52:07.421482"], ["updated_at", "2015-07-07 18:52:07.421482"]]
|
452597
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_contexts" SET "parent_type" = $1, "parent_id" = $2, "updated_at" = $3 WHERE "rails_workflow_contexts"."id" = $4[0m [["parent_type", "RailsWorkflow::Process"], ["parent_id", 40], ["updated_at", "2015-07-07 18:52:07.423560"], ["id", 68]]
|
452598
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452599
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452600
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operations" SET "child_process_id" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["child_process_id", 40], ["updated_at", "2015-07-07 18:52:07.426469"], ["id", 46]]
|
452601
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452602
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452603
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3[0m [["status", 1], ["updated_at", "2015-07-07 18:52:07.428961"], ["id", 46]]
|
452604
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452605
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1[0m [["id", 46]]
|
452606
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452607
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 40]]
|
452608
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3 [["status", 1], ["updated_at", "2015-07-07 18:52:07.435268"], ["id", 40]]
|
452609
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND "rails_workflow_operations"."status" = $2[0m [["process_id", 40], ["status", 0]]
|
452610
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452611
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 40]]
|
452612
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
452613
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
452614
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452615
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operations" ("status", "completed_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["status", 2], ["completed_at", "2015-07-07 18:52:07.443899"], ["created_at", "2015-07-07 18:52:07.444742"], ["updated_at", "2015-07-07 18:52:07.444742"]]
|
452616
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452617
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
452618
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452619
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452620
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operations" ("status", "completed_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["status", 6], ["completed_at", "2015-07-07 18:52:07.450907"], ["created_at", "2015-07-07 18:52:07.451910"], ["updated_at", "2015-07-07 18:52:07.451910"]]
|
452621
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452622
|
+
[1m[35m (0.3ms)[0m ROLLBACK
|
452623
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
452624
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452625
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "rails_workflow_operations" ("status", "completed_at", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["status", 5], ["completed_at", "2015-07-07 18:52:07.459963"], ["created_at", "2015-07-07 18:52:07.461636"], ["updated_at", "2015-07-07 18:52:07.461636"]]
|
452626
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452627
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
452628
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452629
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452630
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "dcdaeb3a-00e2-9afe-f3a2-87bb68823630"], ["created_at", "2015-07-07 18:52:07.466844"], ["updated_at", "2015-07-07 18:52:07.466844"]]
|
452631
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452632
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452633
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("type", "title", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["type", "RailsWorkflow::CustomOperationTemplate"], ["title", "First Test project"], ["process_template_id", 75], ["uuid", "d55a33a3-97e4-ae3c-cb9c-88f72ea19e4b"], ["created_at", "2015-07-07 18:52:07.469747"], ["updated_at", "2015-07-07 18:52:07.469747"]]
|
452634
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452635
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
452636
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452637
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452638
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Process Template"], ["uuid", "64081366-b624-5b8a-5179-66cf45e7b0df"], ["created_at", "2015-07-07 18:52:07.474463"], ["updated_at", "2015-07-07 18:52:07.474463"]]
|
452639
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452640
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452641
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 76], ["uuid", "94a4faaf-bc9b-f405-0f7b-06c1740ab3e8"], ["created_at", "2015-07-07 18:52:07.477682"], ["updated_at", "2015-07-07 18:52:07.477682"]]
|
452642
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452643
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452644
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "kind", "is_background", "process_template_id", "dependencies", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["title", "Operation Template"], ["kind", "default"], ["is_background", "t"], ["process_template_id", 76], ["dependencies", "[{\"id\":54,\"statuses\":[2]}]"], ["uuid", "5a56e53d-88d4-e111-1cde-b326caaa98ea"], ["created_at", "2015-07-07 18:52:07.484192"], ["updated_at", "2015-07-07 18:52:07.484192"]]
|
452645
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452646
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."dependencies" IS NULL
|
452647
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
452648
|
+
[1m[35m (0.2ms)[0m BEGIN
|
452649
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452650
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_process_templates" ("title", "process_class", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "Process Template"], ["process_class", "RailsWorkflow::TestProcess"], ["uuid", "7cda2166-698d-337a-de84-b3de10a7b24c"], ["created_at", "2015-07-07 18:52:07.490539"], ["updated_at", "2015-07-07 18:52:07.490539"]]
|
452651
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452652
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452653
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_processes" ("type", "template_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["type", "RailsWorkflow::TestProcess"], ["template_id", 77], ["created_at", "2015-07-07 18:52:07.500343"], ["updated_at", "2015-07-07 18:52:07.500343"]]
|
452654
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452655
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452656
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4 [["title", "Process Template"], ["status", 0], ["updated_at", "2015-07-07 18:52:07.503058"], ["id", 41]]
|
452657
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_id", 41], ["parent_type", "RailsWorkflow::Process"], ["body", "{}"], ["created_at", "2015-07-07 18:52:07.506073"], ["updated_at", "2015-07-07 18:52:07.506073"]]
|
452658
|
+
[1m[35mRailsWorkflow::Context Load (0.2ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 41], ["parent_type", "RailsWorkflow::Process"]]
|
452659
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 77]]
|
452660
|
+
[1m[35mRailsWorkflow::TestProcess Load (0.2ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."type" IN ('RailsWorkflow::TestProcess') AND "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 41]]
|
452661
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452662
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 77]]
|
452663
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
452664
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452665
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."uuid" = $1 ORDER BY "rails_workflow_process_templates"."id" ASC LIMIT 1[0m [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"]]
|
452666
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452667
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("uuid", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"], ["created_at", "2015-07-07 18:52:07.516750"], ["updated_at", "2015-07-07 18:52:07.516750"]]
|
452668
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452669
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452670
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "rails_workflow_process_templates" SET "title" = $1, "manager_class" = $2, "process_class" = $3, "type" = $4, "updated_at" = $5 WHERE "rails_workflow_process_templates"."id" = $6 [["title", "Test Process"], ["manager_class", ""], ["process_class", ""], ["type", ""], ["updated_at", "2015-07-07 18:52:07.519462"], ["id", 78]]
|
452671
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452672
|
+
[1m[35m (0.3ms)[0m SELECT "rails_workflow_operation_templates"."id" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 78]]
|
452673
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1[0m [["process_template_id", 78], ["uuid", "0347a15a-9298-c4a2-3b5e-b521b614e9e3"]]
|
452674
|
+
[1m[35m (0.4ms)[0m SAVEPOINT active_record_1
|
452675
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["process_template_id", 78], ["uuid", "0347a15a-9298-c4a2-3b5e-b521b614e9e3"], ["created_at", "2015-07-07 18:52:07.527874"], ["updated_at", "2015-07-07 18:52:07.527874"]]
|
452676
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452677
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452678
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "rails_workflow_operation_templates" SET "title" = $1, "dependencies" = $2, "operation_class" = $3, "async" = $4, "kind" = $5, "is_background" = $6, "type" = $7, "partial_name" = $8, "updated_at" = $9 WHERE "rails_workflow_operation_templates"."id" = $10 [["title", "Default Operation 2"], ["dependencies", "[]"], ["operation_class", ""], ["async", "f"], ["kind", "default"], ["is_background", "t"], ["type", ""], ["partial_name", ""], ["updated_at", "2015-07-07 18:52:07.534695"], ["id", 56]]
|
452679
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452680
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1 [["process_template_id", 78], ["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"]]
|
452681
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452682
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operation_templates" ("process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["process_template_id", 78], ["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"], ["created_at", "2015-07-07 18:52:07.538961"], ["updated_at", "2015-07-07 18:52:07.538961"]]
|
452683
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452684
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452685
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_operation_templates" SET "title" = $1, "dependencies" = $2, "operation_class" = $3, "async" = $4, "kind" = $5, "group" = $6, "instruction" = $7, "is_background" = $8, "type" = $9, "partial_name" = $10, "updated_at" = $11 WHERE "rails_workflow_operation_templates"."id" = $12[0m [["title", "TEST 2"], ["dependencies", "[{\"statuses\":[2,3],\"uuid\":\"893ecf5d-b6e5-e0bf-7d07-adcadaafcb75\"}]"], ["operation_class", ""], ["async", "f"], ["kind", "user_group"], ["group", "stock_team"], ["instruction", ""], ["is_background", "t"], ["type", ""], ["partial_name", ""], ["updated_at", "2015-07-07 18:52:07.543751"], ["id", 57]]
|
452686
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452687
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1[0m [["process_template_id", 78], ["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"]]
|
452688
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452689
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["process_template_id", 78], ["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"], ["created_at", "2015-07-07 18:52:07.548076"], ["updated_at", "2015-07-07 18:52:07.548076"]]
|
452690
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452691
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452692
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operation_templates" SET "title" = $1, "dependencies" = $2, "operation_class" = $3, "async" = $4, "kind" = $5, "role" = $6, "instruction" = $7, "is_background" = $8, "type" = $9, "partial_name" = $10, "updated_at" = $11 WHERE "rails_workflow_operation_templates"."id" = $12 [["title", "Admin Operation"], ["dependencies", "[{\"statuses\":[2,3],\"uuid\":\"9ee9a27e-0790-0d45-9534-a6469e5b9ce9\"}]"], ["operation_class", ""], ["async", "f"], ["kind", "user_role"], ["role", "admin"], ["instruction", ""], ["is_background", "t"], ["type", ""], ["partial_name", ""], ["updated_at", "2015-07-07 18:52:07.552882"], ["id", 58]]
|
452693
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452694
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452695
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452696
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."uuid" = $1 LIMIT 1 [["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"]]
|
452697
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452698
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", "[{\"statuses\":[2,3],\"id\":57}]"], ["updated_at", "2015-07-07 18:52:07.559595"], ["id", 57]]
|
452699
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452700
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."uuid" = $1 LIMIT 1 [["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"]]
|
452701
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452702
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", "[{\"statuses\":[2,3],\"id\":58}]"], ["updated_at", "2015-07-07 18:52:07.563021"], ["id", 58]]
|
452703
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452704
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."uuid" = $1 LIMIT 1 [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"]]
|
452705
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
452706
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452707
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."uuid" = $1 ORDER BY "rails_workflow_process_templates"."id" ASC LIMIT 1[0m [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"]]
|
452708
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452709
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("uuid", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"], ["created_at", "2015-07-07 18:52:07.571714"], ["updated_at", "2015-07-07 18:52:07.571714"]]
|
452710
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452711
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452712
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_process_templates" SET "title" = $1, "manager_class" = $2, "process_class" = $3, "type" = $4, "updated_at" = $5 WHERE "rails_workflow_process_templates"."id" = $6 [["title", "Test Process"], ["manager_class", ""], ["process_class", ""], ["type", ""], ["updated_at", "2015-07-07 18:52:07.574538"], ["id", 79]]
|
452713
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452714
|
+
[1m[35m (0.3ms)[0m SELECT "rails_workflow_operation_templates"."id" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 79]]
|
452715
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1[0m [["process_template_id", 79], ["uuid", "0347a15a-9298-c4a2-3b5e-b521b614e9e3"]]
|
452716
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452717
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["process_template_id", 79], ["uuid", "0347a15a-9298-c4a2-3b5e-b521b614e9e3"], ["created_at", "2015-07-07 18:52:07.579657"], ["updated_at", "2015-07-07 18:52:07.579657"]]
|
452718
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452719
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452720
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operation_templates" SET "title" = $1, "dependencies" = $2, "operation_class" = $3, "async" = $4, "kind" = $5, "is_background" = $6, "type" = $7, "partial_name" = $8, "updated_at" = $9 WHERE "rails_workflow_operation_templates"."id" = $10 [["title", "Default Operation 2"], ["dependencies", "[]"], ["operation_class", ""], ["async", "f"], ["kind", "default"], ["is_background", "t"], ["type", ""], ["partial_name", ""], ["updated_at", "2015-07-07 18:52:07.583756"], ["id", 59]]
|
452721
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452722
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1 [["process_template_id", 79], ["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"]]
|
452723
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
452724
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "rails_workflow_operation_templates" ("process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["process_template_id", 79], ["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"], ["created_at", "2015-07-07 18:52:07.588609"], ["updated_at", "2015-07-07 18:52:07.588609"]]
|
452725
|
+
[1m[36m (0.5ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452726
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452727
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "rails_workflow_operation_templates" SET "title" = $1, "dependencies" = $2, "operation_class" = $3, "async" = $4, "kind" = $5, "group" = $6, "instruction" = $7, "is_background" = $8, "type" = $9, "partial_name" = $10, "updated_at" = $11 WHERE "rails_workflow_operation_templates"."id" = $12[0m [["title", "TEST 2"], ["dependencies", "[{\"statuses\":[2,3],\"uuid\":\"893ecf5d-b6e5-e0bf-7d07-adcadaafcb75\"}]"], ["operation_class", ""], ["async", "f"], ["kind", "user_group"], ["group", "stock_team"], ["instruction", ""], ["is_background", "t"], ["type", ""], ["partial_name", ""], ["updated_at", "2015-07-07 18:52:07.596883"], ["id", 60]]
|
452728
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452729
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.5ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1[0m [["process_template_id", 79], ["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"]]
|
452730
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452731
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["process_template_id", 79], ["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"], ["created_at", "2015-07-07 18:52:07.602272"], ["updated_at", "2015-07-07 18:52:07.602272"]]
|
452732
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452733
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452734
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operation_templates" SET "title" = $1, "dependencies" = $2, "operation_class" = $3, "async" = $4, "kind" = $5, "role" = $6, "instruction" = $7, "is_background" = $8, "type" = $9, "partial_name" = $10, "updated_at" = $11 WHERE "rails_workflow_operation_templates"."id" = $12 [["title", "Admin Operation"], ["dependencies", "[{\"statuses\":[2,3],\"uuid\":\"9ee9a27e-0790-0d45-9534-a6469e5b9ce9\"}]"], ["operation_class", ""], ["async", "f"], ["kind", "user_role"], ["role", "admin"], ["instruction", ""], ["is_background", "t"], ["type", ""], ["partial_name", ""], ["updated_at", "2015-07-07 18:52:07.606815"], ["id", 61]]
|
452735
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452736
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452737
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452738
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."uuid" = $1 LIMIT 1 [["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"]]
|
452739
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452740
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", "[{\"statuses\":[2,3],\"id\":60}]"], ["updated_at", "2015-07-07 18:52:07.611290"], ["id", 60]]
|
452741
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452742
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."uuid" = $1 LIMIT 1 [["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"]]
|
452743
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452744
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", "[{\"statuses\":[2,3],\"id\":61}]"], ["updated_at", "2015-07-07 18:52:07.614504"], ["id", 61]]
|
452745
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452746
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."uuid" = $1 LIMIT 1 [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"]]
|
452747
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452748
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_process_templates" SET "title" = $1, "updated_at" = $2 WHERE "rails_workflow_process_templates"."id" = $3 [["title", "Some new name"], ["updated_at", "2015-07-07 18:52:07.617691"], ["id", 79]]
|
452749
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452750
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."uuid" = $1 ORDER BY "rails_workflow_process_templates"."id" ASC LIMIT 1 [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"]]
|
452751
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452752
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_process_templates" SET "title" = $1, "updated_at" = $2 WHERE "rails_workflow_process_templates"."id" = $3 [["title", "Test Process"], ["updated_at", "2015-07-07 18:52:07.621372"], ["id", 79]]
|
452753
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452754
|
+
[1m[35m (0.3ms)[0m SELECT "rails_workflow_operation_templates"."id" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 79]]
|
452755
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1[0m [["process_template_id", 79], ["uuid", "0347a15a-9298-c4a2-3b5e-b521b614e9e3"]]
|
452756
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452757
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452758
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1 [["process_template_id", 79], ["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"]]
|
452759
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452760
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", "[{\"statuses\":[2,3],\"uuid\":\"893ecf5d-b6e5-e0bf-7d07-adcadaafcb75\"}]"], ["updated_at", "2015-07-07 18:52:07.632768"], ["id", 60]]
|
452761
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452762
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1 [["process_template_id", 79], ["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"]]
|
452763
|
+
[1m[36m (0.4ms)[0m [1mSAVEPOINT active_record_1[0m
|
452764
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", "[{\"statuses\":[2,3],\"uuid\":\"9ee9a27e-0790-0d45-9534-a6469e5b9ce9\"}]"], ["updated_at", "2015-07-07 18:52:07.642085"], ["id", 61]]
|
452765
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452766
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452767
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452768
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."uuid" = $1 LIMIT 1 [["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"]]
|
452769
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452770
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", "[{\"statuses\":[2,3],\"id\":60}]"], ["updated_at", "2015-07-07 18:52:07.646840"], ["id", 60]]
|
452771
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452772
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."uuid" = $1 LIMIT 1 [["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"]]
|
452773
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452774
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", "[{\"statuses\":[2,3],\"id\":61}]"], ["updated_at", "2015-07-07 18:52:07.650175"], ["id", 61]]
|
452775
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452776
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."uuid" = $1 LIMIT 1 [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"]]
|
452777
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
452778
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452779
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."uuid" = $1 ORDER BY "rails_workflow_process_templates"."id" ASC LIMIT 1[0m [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"]]
|
452780
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452781
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("uuid", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"], ["created_at", "2015-07-07 18:52:07.656493"], ["updated_at", "2015-07-07 18:52:07.656493"]]
|
452782
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452783
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452784
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_process_templates" SET "title" = $1, "manager_class" = $2, "process_class" = $3, "type" = $4, "updated_at" = $5 WHERE "rails_workflow_process_templates"."id" = $6 [["title", "Test Process"], ["manager_class", ""], ["process_class", ""], ["type", ""], ["updated_at", "2015-07-07 18:52:07.658811"], ["id", 80]]
|
452785
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452786
|
+
[1m[35m (0.3ms)[0m SELECT "rails_workflow_operation_templates"."id" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 80]]
|
452787
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1[0m [["process_template_id", 80], ["uuid", "0347a15a-9298-c4a2-3b5e-b521b614e9e3"]]
|
452788
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452789
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["process_template_id", 80], ["uuid", "0347a15a-9298-c4a2-3b5e-b521b614e9e3"], ["created_at", "2015-07-07 18:52:07.663604"], ["updated_at", "2015-07-07 18:52:07.663604"]]
|
452790
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452791
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452792
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operation_templates" SET "title" = $1, "dependencies" = $2, "operation_class" = $3, "async" = $4, "kind" = $5, "is_background" = $6, "type" = $7, "partial_name" = $8, "updated_at" = $9 WHERE "rails_workflow_operation_templates"."id" = $10 [["title", "Default Operation 2"], ["dependencies", "[]"], ["operation_class", ""], ["async", "f"], ["kind", "default"], ["is_background", "t"], ["type", ""], ["partial_name", ""], ["updated_at", "2015-07-07 18:52:07.667499"], ["id", 62]]
|
452793
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452794
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1 [["process_template_id", 80], ["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"]]
|
452795
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452796
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["process_template_id", 80], ["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"], ["created_at", "2015-07-07 18:52:07.670922"], ["updated_at", "2015-07-07 18:52:07.670922"]]
|
452797
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452798
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452799
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_operation_templates" SET "title" = $1, "dependencies" = $2, "operation_class" = $3, "async" = $4, "kind" = $5, "group" = $6, "instruction" = $7, "is_background" = $8, "type" = $9, "partial_name" = $10, "updated_at" = $11 WHERE "rails_workflow_operation_templates"."id" = $12[0m [["title", "TEST 2"], ["dependencies", "[{\"statuses\":[2,3],\"uuid\":\"893ecf5d-b6e5-e0bf-7d07-adcadaafcb75\"}]"], ["operation_class", ""], ["async", "f"], ["kind", "user_group"], ["group", "stock_team"], ["instruction", ""], ["is_background", "t"], ["type", ""], ["partial_name", ""], ["updated_at", "2015-07-07 18:52:07.675147"], ["id", 63]]
|
452800
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452801
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1[0m [["process_template_id", 80], ["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"]]
|
452802
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452803
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["process_template_id", 80], ["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"], ["created_at", "2015-07-07 18:52:07.678668"], ["updated_at", "2015-07-07 18:52:07.678668"]]
|
452804
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452805
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452806
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operation_templates" SET "title" = $1, "dependencies" = $2, "operation_class" = $3, "async" = $4, "kind" = $5, "role" = $6, "instruction" = $7, "is_background" = $8, "type" = $9, "partial_name" = $10, "updated_at" = $11 WHERE "rails_workflow_operation_templates"."id" = $12 [["title", "Admin Operation"], ["dependencies", "[{\"statuses\":[2,3],\"uuid\":\"9ee9a27e-0790-0d45-9534-a6469e5b9ce9\"}]"], ["operation_class", ""], ["async", "f"], ["kind", "user_role"], ["role", "admin"], ["instruction", ""], ["is_background", "t"], ["type", ""], ["partial_name", ""], ["updated_at", "2015-07-07 18:52:07.683085"], ["id", 64]]
|
452807
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452808
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452809
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452810
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."uuid" = $1 LIMIT 1 [["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"]]
|
452811
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452812
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", "[{\"statuses\":[2,3],\"id\":63}]"], ["updated_at", "2015-07-07 18:52:07.687369"], ["id", 63]]
|
452813
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452814
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."uuid" = $1 LIMIT 1 [["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"]]
|
452815
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452816
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", "[{\"statuses\":[2,3],\"id\":64}]"], ["updated_at", "2015-07-07 18:52:07.690973"], ["id", 64]]
|
452817
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452818
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."uuid" = $1 LIMIT 1 [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"]]
|
452819
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["process_template_id", 80]]
|
452820
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
452821
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
452822
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."uuid" = $1 ORDER BY "rails_workflow_process_templates"."id" ASC LIMIT 1 [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"]]
|
452823
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452824
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_process_templates" ("uuid", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"], ["created_at", "2015-07-07 18:52:07.697851"], ["updated_at", "2015-07-07 18:52:07.697851"]]
|
452825
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452826
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452827
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_process_templates" SET "title" = $1, "manager_class" = $2, "process_class" = $3, "type" = $4, "updated_at" = $5 WHERE "rails_workflow_process_templates"."id" = $6[0m [["title", "Test Process"], ["manager_class", ""], ["process_class", ""], ["type", ""], ["updated_at", "2015-07-07 18:52:07.700125"], ["id", 81]]
|
452828
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452829
|
+
[1m[36m (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates"."id" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 81]]
|
452830
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1 [["process_template_id", 81], ["uuid", "0347a15a-9298-c4a2-3b5e-b521b614e9e3"]]
|
452831
|
+
[1m[36m (0.5ms)[0m [1mSAVEPOINT active_record_1[0m
|
452832
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operation_templates" ("process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["process_template_id", 81], ["uuid", "0347a15a-9298-c4a2-3b5e-b521b614e9e3"], ["created_at", "2015-07-07 18:52:07.706495"], ["updated_at", "2015-07-07 18:52:07.706495"]]
|
452833
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452834
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452835
|
+
[1m[36mSQL (0.5ms)[0m [1mUPDATE "rails_workflow_operation_templates" SET "title" = $1, "dependencies" = $2, "operation_class" = $3, "async" = $4, "kind" = $5, "is_background" = $6, "type" = $7, "partial_name" = $8, "updated_at" = $9 WHERE "rails_workflow_operation_templates"."id" = $10[0m [["title", "Default Operation 2"], ["dependencies", "[]"], ["operation_class", ""], ["async", "f"], ["kind", "default"], ["is_background", "t"], ["type", ""], ["partial_name", ""], ["updated_at", "2015-07-07 18:52:07.712218"], ["id", 65]]
|
452836
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452837
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1[0m [["process_template_id", 81], ["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"]]
|
452838
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452839
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["process_template_id", 81], ["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"], ["created_at", "2015-07-07 18:52:07.716620"], ["updated_at", "2015-07-07 18:52:07.716620"]]
|
452840
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452841
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452842
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "rails_workflow_operation_templates" SET "title" = $1, "dependencies" = $2, "operation_class" = $3, "async" = $4, "kind" = $5, "group" = $6, "instruction" = $7, "is_background" = $8, "type" = $9, "partial_name" = $10, "updated_at" = $11 WHERE "rails_workflow_operation_templates"."id" = $12 [["title", "TEST 2"], ["dependencies", "[{\"statuses\":[2,3],\"uuid\":\"893ecf5d-b6e5-e0bf-7d07-adcadaafcb75\"}]"], ["operation_class", ""], ["async", "f"], ["kind", "user_group"], ["group", "stock_team"], ["instruction", ""], ["is_background", "t"], ["type", ""], ["partial_name", ""], ["updated_at", "2015-07-07 18:52:07.721088"], ["id", 66]]
|
452843
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452844
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1 [["process_template_id", 81], ["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"]]
|
452845
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452846
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "rails_workflow_operation_templates" ("process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["process_template_id", 81], ["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"], ["created_at", "2015-07-07 18:52:07.725083"], ["updated_at", "2015-07-07 18:52:07.725083"]]
|
452847
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452848
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452849
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "rails_workflow_operation_templates" SET "title" = $1, "dependencies" = $2, "operation_class" = $3, "async" = $4, "kind" = $5, "role" = $6, "instruction" = $7, "is_background" = $8, "type" = $9, "partial_name" = $10, "updated_at" = $11 WHERE "rails_workflow_operation_templates"."id" = $12[0m [["title", "Admin Operation"], ["dependencies", "[{\"statuses\":[2,3],\"uuid\":\"9ee9a27e-0790-0d45-9534-a6469e5b9ce9\"}]"], ["operation_class", ""], ["async", "f"], ["kind", "user_role"], ["role", "admin"], ["instruction", ""], ["is_background", "t"], ["type", ""], ["partial_name", ""], ["updated_at", "2015-07-07 18:52:07.729228"], ["id", 67]]
|
452850
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452851
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452852
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452853
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."uuid" = $1 LIMIT 1[0m [["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"]]
|
452854
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452855
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3[0m [["dependencies", "[{\"statuses\":[2,3],\"id\":66}]"], ["updated_at", "2015-07-07 18:52:07.733336"], ["id", 66]]
|
452856
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452857
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.5ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."uuid" = $1 LIMIT 1[0m [["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"]]
|
452858
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452859
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3[0m [["dependencies", "[{\"statuses\":[2,3],\"id\":67}]"], ["updated_at", "2015-07-07 18:52:07.736966"], ["id", 67]]
|
452860
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452861
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."uuid" = $1 LIMIT 1[0m [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"]]
|
452862
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1 [["process_template_id", 81]]
|
452863
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452864
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operation_templates" SET "title" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["title", "Some new operation name"], ["updated_at", "2015-07-07 18:52:07.742777"], ["id", 65]]
|
452865
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452866
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."uuid" = $1 ORDER BY "rails_workflow_process_templates"."id" ASC LIMIT 1 [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"]]
|
452867
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452868
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452869
|
+
[1m[36m (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates"."id" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 81]]
|
452870
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1 [["process_template_id", 81], ["uuid", "0347a15a-9298-c4a2-3b5e-b521b614e9e3"]]
|
452871
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452872
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "rails_workflow_operation_templates" SET "title" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["title", "Default Operation 2"], ["updated_at", "2015-07-07 18:52:07.752839"], ["id", 65]]
|
452873
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452874
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1 [["process_template_id", 81], ["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"]]
|
452875
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
452876
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", "[{\"statuses\":[2,3],\"uuid\":\"893ecf5d-b6e5-e0bf-7d07-adcadaafcb75\"}]"], ["updated_at", "2015-07-07 18:52:07.761100"], ["id", 66]]
|
452877
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452878
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1 [["process_template_id", 81], ["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"]]
|
452879
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452880
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", "[{\"statuses\":[2,3],\"uuid\":\"9ee9a27e-0790-0d45-9534-a6469e5b9ce9\"}]"], ["updated_at", "2015-07-07 18:52:07.768118"], ["id", 67]]
|
452881
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452882
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452883
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452884
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."uuid" = $1 LIMIT 1 [["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"]]
|
452885
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452886
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", "[{\"statuses\":[2,3],\"id\":66}]"], ["updated_at", "2015-07-07 18:52:07.771985"], ["id", 66]]
|
452887
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452888
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."uuid" = $1 LIMIT 1 [["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"]]
|
452889
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452890
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", "[{\"statuses\":[2,3],\"id\":67}]"], ["updated_at", "2015-07-07 18:52:07.775173"], ["id", 67]]
|
452891
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452892
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
|
452893
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
452894
|
+
[1m[35m (0.1ms)[0m BEGIN
|
452895
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."uuid" = $1 ORDER BY "rails_workflow_process_templates"."id" ASC LIMIT 1[0m [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"]]
|
452896
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452897
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_process_templates" ("uuid", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"], ["created_at", "2015-07-07 18:52:07.781440"], ["updated_at", "2015-07-07 18:52:07.781440"]]
|
452898
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452899
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452900
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_process_templates" SET "title" = $1, "manager_class" = $2, "process_class" = $3, "type" = $4, "updated_at" = $5 WHERE "rails_workflow_process_templates"."id" = $6 [["title", "Test Process"], ["manager_class", ""], ["process_class", ""], ["type", ""], ["updated_at", "2015-07-07 18:52:07.783697"], ["id", 82]]
|
452901
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452902
|
+
[1m[35m (0.2ms)[0m SELECT "rails_workflow_operation_templates"."id" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 82]]
|
452903
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1[0m [["process_template_id", 82], ["uuid", "0347a15a-9298-c4a2-3b5e-b521b614e9e3"]]
|
452904
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452905
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["process_template_id", 82], ["uuid", "0347a15a-9298-c4a2-3b5e-b521b614e9e3"], ["created_at", "2015-07-07 18:52:07.787686"], ["updated_at", "2015-07-07 18:52:07.787686"]]
|
452906
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452907
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452908
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operation_templates" SET "title" = $1, "dependencies" = $2, "operation_class" = $3, "async" = $4, "kind" = $5, "is_background" = $6, "type" = $7, "partial_name" = $8, "updated_at" = $9 WHERE "rails_workflow_operation_templates"."id" = $10 [["title", "Default Operation 2"], ["dependencies", "[]"], ["operation_class", ""], ["async", "f"], ["kind", "default"], ["is_background", "t"], ["type", ""], ["partial_name", ""], ["updated_at", "2015-07-07 18:52:07.791077"], ["id", 68]]
|
452909
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452910
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1 [["process_template_id", 82], ["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"]]
|
452911
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452912
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "rails_workflow_operation_templates" ("process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["process_template_id", 82], ["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"], ["created_at", "2015-07-07 18:52:07.794398"], ["updated_at", "2015-07-07 18:52:07.794398"]]
|
452913
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452914
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452915
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_operation_templates" SET "title" = $1, "dependencies" = $2, "operation_class" = $3, "async" = $4, "kind" = $5, "group" = $6, "instruction" = $7, "is_background" = $8, "type" = $9, "partial_name" = $10, "updated_at" = $11 WHERE "rails_workflow_operation_templates"."id" = $12[0m [["title", "TEST 2"], ["dependencies", "[{\"statuses\":[2,3],\"uuid\":\"893ecf5d-b6e5-e0bf-7d07-adcadaafcb75\"}]"], ["operation_class", ""], ["async", "f"], ["kind", "user_group"], ["group", "stock_team"], ["instruction", ""], ["is_background", "t"], ["type", ""], ["partial_name", ""], ["updated_at", "2015-07-07 18:52:07.799010"], ["id", 69]]
|
452916
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452917
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1[0m [["process_template_id", 82], ["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"]]
|
452918
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452919
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "rails_workflow_operation_templates" ("process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"[0m [["process_template_id", 82], ["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"], ["created_at", "2015-07-07 18:52:07.802558"], ["updated_at", "2015-07-07 18:52:07.802558"]]
|
452920
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
452921
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452922
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operation_templates" SET "title" = $1, "dependencies" = $2, "operation_class" = $3, "async" = $4, "kind" = $5, "role" = $6, "instruction" = $7, "is_background" = $8, "type" = $9, "partial_name" = $10, "updated_at" = $11 WHERE "rails_workflow_operation_templates"."id" = $12 [["title", "Admin Operation"], ["dependencies", "[{\"statuses\":[2,3],\"uuid\":\"9ee9a27e-0790-0d45-9534-a6469e5b9ce9\"}]"], ["operation_class", ""], ["async", "f"], ["kind", "user_role"], ["role", "admin"], ["instruction", ""], ["is_background", "t"], ["type", ""], ["partial_name", ""], ["updated_at", "2015-07-07 18:52:07.807075"], ["id", 70]]
|
452923
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452924
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452925
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452926
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."uuid" = $1 LIMIT 1 [["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"]]
|
452927
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452928
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", "[{\"statuses\":[2,3],\"id\":69}]"], ["updated_at", "2015-07-07 18:52:07.811186"], ["id", 69]]
|
452929
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452930
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."uuid" = $1 LIMIT 1 [["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"]]
|
452931
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
452932
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", "[{\"statuses\":[2,3],\"id\":70}]"], ["updated_at", "2015-07-07 18:52:07.814364"], ["id", 70]]
|
452933
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452934
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."uuid" = $1 LIMIT 1 [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"]]
|
452935
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452936
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "rails_workflow_operation_templates" ("title", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["title", "Some new operation"], ["process_template_id", 82], ["uuid", "c1777ff8-4654-5d3e-307b-bf1f9b5ee3e1"], ["created_at", "2015-07-07 18:52:07.819957"], ["updated_at", "2015-07-07 18:52:07.819957"]]
|
452937
|
+
[1m[36m (0.3ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452938
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 82]]
|
452939
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."uuid" = $1 ORDER BY "rails_workflow_process_templates"."id" ASC LIMIT 1[0m [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"]]
|
452940
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452941
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452942
|
+
[1m[35m (0.2ms)[0m SELECT "rails_workflow_operation_templates"."id" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 82]]
|
452943
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1[0m [["process_template_id", 82], ["uuid", "0347a15a-9298-c4a2-3b5e-b521b614e9e3"]]
|
452944
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452945
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452946
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1 [["process_template_id", 82], ["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"]]
|
452947
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452948
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", "[{\"statuses\":[2,3],\"uuid\":\"893ecf5d-b6e5-e0bf-7d07-adcadaafcb75\"}]"], ["updated_at", "2015-07-07 18:52:07.838227"], ["id", 69]]
|
452949
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452950
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."uuid" = $2 ORDER BY "rails_workflow_operation_templates"."id" ASC LIMIT 1 [["process_template_id", 82], ["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"]]
|
452951
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452952
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", "[{\"statuses\":[2,3],\"uuid\":\"9ee9a27e-0790-0d45-9534-a6469e5b9ce9\"}]"], ["updated_at", "2015-07-07 18:52:07.844960"], ["id", 70]]
|
452953
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
452954
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = 71
|
452955
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
452956
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452957
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."uuid" = $1 LIMIT 1[0m [["uuid", "893ecf5d-b6e5-e0bf-7d07-adcadaafcb75"]]
|
452958
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
452959
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3[0m [["dependencies", "[{\"statuses\":[2,3],\"id\":69}]"], ["updated_at", "2015-07-07 18:52:07.850121"], ["id", 69]]
|
452960
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452961
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."uuid" = $1 LIMIT 1[0m [["uuid", "9ee9a27e-0790-0d45-9534-a6469e5b9ce9"]]
|
452962
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
452963
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3[0m [["dependencies", "[{\"statuses\":[2,3],\"id\":70}]"], ["updated_at", "2015-07-07 18:52:07.853624"], ["id", 70]]
|
452964
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
452965
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."uuid" = $1 LIMIT 1[0m [["uuid", "a708ce2c-cdff-b059-be0e-6bd16d552169"]]
|
452966
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 82]]
|
452967
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|