rails_workflow 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -134892,3 +134892,2365 @@ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-
134892
134892
 
134893
134893
 
134894
134894
  Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-25 22:10:02 +0400
134895
+ ActiveRecord::SchemaMigration Load (2.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
134896
+ Migrating to CreateWorkflowProcesses (20150629171932)
134897
+  (0.2ms) BEGIN
134898
+  (47.3ms) ALTER TABLE "rails_workflow_operations" ALTER COLUMN "dependencies" TYPE text
134899
+  (6.0ms) ALTER TABLE "rails_workflow_operation_templates" ALTER COLUMN "dependencies" TYPE text
134900
+  (7.4ms) ALTER TABLE "rails_workflow_contexts" ALTER COLUMN "body" TYPE text
134901
+ SQL (6.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150629171932"]]
134902
+  (22.2ms) COMMIT
134903
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
134904
+  (2.4ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
134905
+ FROM pg_constraint c
134906
+ JOIN pg_class t1 ON c.conrelid = t1.oid
134907
+ JOIN pg_class t2 ON c.confrelid = t2.oid
134908
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
134909
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
134910
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
134911
+ WHERE c.contype = 'f'
134912
+ AND t1.relname = 'leads'
134913
+ AND t3.nspname = ANY (current_schemas(false))
134914
+ ORDER BY c.conname
134915
+ 
134916
+  (2.1ms) 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
134917
+ FROM pg_constraint c
134918
+ JOIN pg_class t1 ON c.conrelid = t1.oid
134919
+ JOIN pg_class t2 ON c.confrelid = t2.oid
134920
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
134921
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
134922
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
134923
+ WHERE c.contype = 'f'
134924
+ AND t1.relname = 'rails_workflow_contexts'
134925
+ AND t3.nspname = ANY (current_schemas(false))
134926
+ ORDER BY c.conname
134927
+
134928
+  (1.8ms) 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
134929
+ FROM pg_constraint c
134930
+ JOIN pg_class t1 ON c.conrelid = t1.oid
134931
+ JOIN pg_class t2 ON c.confrelid = t2.oid
134932
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
134933
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
134934
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
134935
+ WHERE c.contype = 'f'
134936
+ AND t1.relname = 'rails_workflow_errors'
134937
+ AND t3.nspname = ANY (current_schemas(false))
134938
+ ORDER BY c.conname
134939
+ 
134940
+  (1.9ms) 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
134941
+ FROM pg_constraint c
134942
+ JOIN pg_class t1 ON c.conrelid = t1.oid
134943
+ JOIN pg_class t2 ON c.confrelid = t2.oid
134944
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
134945
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
134946
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
134947
+ WHERE c.contype = 'f'
134948
+ AND t1.relname = 'rails_workflow_operation_templates'
134949
+ AND t3.nspname = ANY (current_schemas(false))
134950
+ ORDER BY c.conname
134951
+
134952
+  (2.2ms) 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
134953
+ FROM pg_constraint c
134954
+ JOIN pg_class t1 ON c.conrelid = t1.oid
134955
+ JOIN pg_class t2 ON c.confrelid = t2.oid
134956
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
134957
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
134958
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
134959
+ WHERE c.contype = 'f'
134960
+ AND t1.relname = 'rails_workflow_operations'
134961
+ AND t3.nspname = ANY (current_schemas(false))
134962
+ ORDER BY c.conname
134963
+ 
134964
+  (1.9ms) 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
134965
+ FROM pg_constraint c
134966
+ JOIN pg_class t1 ON c.conrelid = t1.oid
134967
+ JOIN pg_class t2 ON c.confrelid = t2.oid
134968
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
134969
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
134970
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
134971
+ WHERE c.contype = 'f'
134972
+ AND t1.relname = 'rails_workflow_process_templates'
134973
+ AND t3.nspname = ANY (current_schemas(false))
134974
+ ORDER BY c.conname
134975
+
134976
+  (2.1ms) 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
134977
+ FROM pg_constraint c
134978
+ JOIN pg_class t1 ON c.conrelid = t1.oid
134979
+ JOIN pg_class t2 ON c.confrelid = t2.oid
134980
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
134981
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
134982
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
134983
+ WHERE c.contype = 'f'
134984
+ AND t1.relname = 'rails_workflow_processes'
134985
+ AND t3.nspname = ANY (current_schemas(false))
134986
+ ORDER BY c.conname
134987
+ 
134988
+  (1.9ms) 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
134989
+ FROM pg_constraint c
134990
+ JOIN pg_class t1 ON c.conrelid = t1.oid
134991
+ JOIN pg_class t2 ON c.confrelid = t2.oid
134992
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
134993
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
134994
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
134995
+ WHERE c.contype = 'f'
134996
+ AND t1.relname = 'sales_contacts'
134997
+ AND t3.nspname = ANY (current_schemas(false))
134998
+ ORDER BY c.conname
134999
+
135000
+  (1.9ms) 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
135001
+ FROM pg_constraint c
135002
+ JOIN pg_class t1 ON c.conrelid = t1.oid
135003
+ JOIN pg_class t2 ON c.confrelid = t2.oid
135004
+ JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
135005
+ JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
135006
+ JOIN pg_namespace t3 ON c.connamespace = t3.oid
135007
+ WHERE c.contype = 'f'
135008
+ AND t1.relname = 'users'
135009
+ AND t3.nspname = ANY (current_schemas(false))
135010
+ ORDER BY c.conname
135011
+ 
135012
+
135013
+
135014
+ Started GET "/" for ::1 at 2015-06-29 21:22:41 +0400
135015
+ ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations"
135016
+ Processing by Rails::WelcomeController#index as HTML
135017
+ Rendered /Users/maxim/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/railties-4.2.0/lib/rails/templates/rails/welcome/index.html.erb (2.0ms)
135018
+ Completed 200 OK in 13ms (Views: 13.0ms | ActiveRecord: 0.0ms)
135019
+
135020
+
135021
+ Started GET "/workflow/" for ::1 at 2015-06-29 21:22:44 +0400
135022
+ Processing by RailsWorkflow::OperationsController#index as HTML
135023
+ RailsWorkflow::Operation Load (25.0ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."status" = 3 ORDER BY "rails_workflow_operations"."created_at" DESC
135024
+ RailsWorkflow::Process Load (1.9ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 273]]
135025
+ RailsWorkflow::OperationTemplate Load (20.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
135026
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 258]]
135027
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
135028
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 257]]
135029
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
135030
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 250]]
135031
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
135032
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 249]]
135033
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
135034
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 248]]
135035
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
135036
+ RailsWorkflow::Process Load (0.9ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 201]]
135037
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
135038
+ RailsWorkflow::Process Load (0.7ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 200]]
135039
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 63]]
135040
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operations/index.html.slim within layouts/rails_workflow/application (218.0ms)
135041
+ Completed 200 OK in 574ms (Views: 469.9ms | ActiveRecord: 58.4ms)
135042
+
135043
+
135044
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-06-29 21:22:45 +0400
135045
+
135046
+
135047
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-29 21:22:45 +0400
135048
+
135049
+
135050
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-29 21:22:45 +0400
135051
+
135052
+
135053
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-06-29 21:22:45 +0400
135054
+
135055
+
135056
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-06-29 21:22:45 +0400
135057
+
135058
+
135059
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-06-29 21:22:45 +0400
135060
+
135061
+
135062
+ Started GET "/workflow/config" for ::1 at 2015-06-29 21:22:47 +0400
135063
+ Processing by RailsWorkflow::ProcessTemplatesController#index as HTML
135064
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (3.9ms)
135065
+ RailsWorkflow::ProcessTemplate Load (21.2ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" ORDER BY "rails_workflow_process_templates"."id" DESC
135066
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/index.html.slim within layouts/rails_workflow/application (57.2ms)
135067
+ Completed 200 OK in 102ms (Views: 71.9ms | ActiveRecord: 22.6ms)
135068
+
135069
+
135070
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-29 21:22:47 +0400
135071
+
135072
+
135073
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-06-29 21:22:47 +0400
135074
+
135075
+
135076
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-29 21:22:47 +0400
135077
+
135078
+
135079
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-06-29 21:22:47 +0400
135080
+
135081
+
135082
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-06-29 21:22:47 +0400
135083
+
135084
+
135085
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-06-29 21:22:47 +0400
135086
+
135087
+
135088
+ Started GET "/workflow/config/28/operation_templates" for ::1 at 2015-06-29 21:22:51 +0400
135089
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
135090
+ Parameters: {"process_template_id"=>"28"}
135091
+ RailsWorkflow::ProcessTemplate Load (0.6ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135092
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
135093
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
135094
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
135095
+  (0.2ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
135096
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (24.2ms)
135097
+ Completed 200 OK in 72ms (Views: 58.3ms | ActiveRecord: 1.4ms)
135098
+
135099
+
135100
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-06-29 21:22:51 +0400
135101
+
135102
+
135103
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-06-29 21:22:51 +0400
135104
+
135105
+
135106
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-06-29 21:22:51 +0400
135107
+
135108
+
135109
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-29 21:22:51 +0400
135110
+
135111
+
135112
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-06-29 21:22:51 +0400
135113
+
135114
+
135115
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-29 21:22:51 +0400
135116
+
135117
+
135118
+ Started POST "/workflow/processes?process%5Btemplate_id%5D=28" for ::1 at 2015-06-29 21:22:56 +0400
135119
+ Processing by RailsWorkflow::ProcessesController#create as HTML
135120
+ Parameters: {"authenticity_token"=>"Q8aaZBZYTF5+bq8w89gDHWYnNuCWSzmERBbublnC25LvR034F3VVk/saZkL5sQZoxvfRBERAAndyyb89c5VN4Q==", "process"=>{"template_id"=>"28"}}
135121
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135122
+  (0.2ms) BEGIN
135123
+ SQL (24.2ms) INSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["template_id", 28], ["created_at", "2015-06-29 17:22:56.114963"], ["updated_at", "2015-06-29 17:22:56.114963"]]
135124
+  (0.6ms) COMMIT
135125
+  (0.3ms) BEGIN
135126
+ SQL (0.3ms) UPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4 [["title", "Test Process"], ["status", 0], ["updated_at", "2015-06-29 17:22:56.144207"], ["id", 284]]
135127
+ SQL (14.3ms) INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 284], ["parent_type", "RailsWorkflow::Process"], ["body", "{}"], ["created_at", "2015-06-29 17:22:56.166124"], ["updated_at", "2015-06-29 17:22:56.166124"]]
135128
+ RailsWorkflow::Context Load (0.8ms) 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", 284], ["parent_type", "RailsWorkflow::Process"]]
135129
+ RailsWorkflow::OperationTemplate Load (0.5ms) 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 [["process_template_id", 28]]
135130
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
135131
+  (0.5ms) COMMIT
135132
+  (0.3ms) SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 284]]
135133
+ Redirected to http://localhost:3000/workflow/processes/284
135134
+ Completed 302 Found in 88ms (ActiveRecord: 44.7ms)
135135
+
135136
+
135137
+ Started GET "/workflow/processes/284" for ::1 at 2015-06-29 21:22:56 +0400
135138
+ Processing by RailsWorkflow::ProcessesController#show as HTML
135139
+ Parameters: {"id"=>"284"}
135140
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
135141
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 284]]
135142
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.0ms)
135143
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 284]]
135144
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135145
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
135146
+  (0.4ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
135147
+  (0.5ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
135148
+ RailsWorkflow::Error Load (22.3ms) SELECT "rails_workflow_errors".* 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", 284], ["parent_type", "RailsWorkflow::Process"]]
135149
+ RailsWorkflow::Context Load (0.4ms) 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", 284], ["parent_type", "RailsWorkflow::Process"]]
135150
+ RailsWorkflow::Process Load (0.2ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
135151
+ CACHE (0.0ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135152
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (4.2ms)
135153
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (75.7ms)
135154
+ Completed 200 OK in 199ms (Views: 171.1ms | ActiveRecord: 26.4ms)
135155
+
135156
+
135157
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-06-29 21:22:56 +0400
135158
+
135159
+
135160
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-06-29 21:22:56 +0400
135161
+
135162
+
135163
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-06-29 21:22:56 +0400
135164
+
135165
+
135166
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-29 21:22:56 +0400
135167
+
135168
+
135169
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-06-29 21:22:56 +0400
135170
+
135171
+
135172
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-29 21:22:56 +0400
135173
+
135174
+
135175
+ Started GET "/workflow/processes/284" for ::1 at 2015-06-29 21:22:59 +0400
135176
+ Processing by RailsWorkflow::ProcessesController#show as HTML
135177
+ Parameters: {"id"=>"284"}
135178
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
135179
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 284]]
135180
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.0ms)
135181
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 284]]
135182
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135183
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
135184
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
135185
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
135186
+ RailsWorkflow::Error Load (0.3ms) SELECT "rails_workflow_errors".* 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", 284], ["parent_type", "RailsWorkflow::Process"]]
135187
+ RailsWorkflow::Context Load (0.4ms) 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", 284], ["parent_type", "RailsWorkflow::Process"]]
135188
+ RailsWorkflow::Process Load (0.2ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
135189
+ CACHE (0.0ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135190
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (0.1ms)
135191
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (18.1ms)
135192
+ Completed 200 OK in 53ms (Views: 48.0ms | ActiveRecord: 3.2ms)
135193
+
135194
+
135195
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-06-29 21:22:59 +0400
135196
+
135197
+
135198
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-06-29 21:22:59 +0400
135199
+
135200
+
135201
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-06-29 21:22:59 +0400
135202
+
135203
+
135204
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-06-29 21:22:59 +0400
135205
+
135206
+
135207
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-29 21:22:59 +0400
135208
+
135209
+
135210
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-29 21:22:59 +0400
135211
+
135212
+
135213
+ Started GET "/workflow/processes/284" for ::1 at 2015-06-29 21:23:15 +0400
135214
+ Processing by RailsWorkflow::ProcessesController#show as HTML
135215
+ Parameters: {"id"=>"284"}
135216
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
135217
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 284]]
135218
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
135219
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 284]]
135220
+ RailsWorkflow::ProcessTemplate Load (0.5ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135221
+ RailsWorkflow::OperationTemplate Load (1.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
135222
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
135223
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
135224
+ RailsWorkflow::Error Load (7.5ms) SELECT "rails_workflow_errors".* 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", 284], ["parent_type", "RailsWorkflow::Process"]]
135225
+ RailsWorkflow::Context Load (0.6ms) 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", 284], ["parent_type", "RailsWorkflow::Process"]]
135226
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
135227
+ CACHE (0.0ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135228
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (0.2ms)
135229
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (34.3ms)
135230
+ Completed 200 OK in 75ms (Views: 60.2ms | ActiveRecord: 11.8ms)
135231
+
135232
+
135233
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-06-29 21:23:15 +0400
135234
+
135235
+
135236
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-06-29 21:23:15 +0400
135237
+
135238
+
135239
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-06-29 21:23:15 +0400
135240
+
135241
+
135242
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-29 21:23:15 +0400
135243
+
135244
+
135245
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-06-29 21:23:15 +0400
135246
+
135247
+
135248
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-29 21:23:15 +0400
135249
+
135250
+
135251
+ Started GET "/workflow/processes/284" for ::1 at 2015-06-29 21:29:12 +0400
135252
+ Processing by RailsWorkflow::ProcessesController#show as HTML
135253
+ Parameters: {"id"=>"284"}
135254
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
135255
+ RailsWorkflow::Operation Load (0.7ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 284]]
135256
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
135257
+ RailsWorkflow::Operation Load (1.1ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 284]]
135258
+ RailsWorkflow::ProcessTemplate Load (3.6ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135259
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
135260
+  (0.6ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
135261
+  (0.4ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
135262
+ RailsWorkflow::Error Load (0.8ms) SELECT "rails_workflow_errors".* 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", 284], ["parent_type", "RailsWorkflow::Process"]]
135263
+ RailsWorkflow::Context Load (0.6ms) 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", 284], ["parent_type", "RailsWorkflow::Process"]]
135264
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
135265
+ CACHE (0.0ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135266
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (0.4ms)
135267
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (182.3ms)
135268
+ Completed 200 OK in 266ms (Views: 212.8ms | ActiveRecord: 23.8ms)
135269
+
135270
+
135271
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-29 21:29:13 +0400
135272
+
135273
+
135274
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-06-29 21:29:13 +0400
135275
+
135276
+
135277
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-29 21:29:13 +0400
135278
+
135279
+
135280
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-06-29 21:29:13 +0400
135281
+
135282
+
135283
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-06-29 21:29:13 +0400
135284
+
135285
+
135286
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-06-29 21:29:13 +0400
135287
+
135288
+
135289
+ Started GET "/workflow/processes/284" for ::1 at 2015-06-29 21:29:17 +0400
135290
+ Processing by RailsWorkflow::ProcessesController#show as HTML
135291
+ Parameters: {"id"=>"284"}
135292
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
135293
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 284]]
135294
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
135295
+ RailsWorkflow::Operation Load (0.6ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 284]]
135296
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135297
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
135298
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
135299
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
135300
+ RailsWorkflow::Error Load (0.3ms) SELECT "rails_workflow_errors".* 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", 284], ["parent_type", "RailsWorkflow::Process"]]
135301
+ RailsWorkflow::Context Load (0.4ms) 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", 284], ["parent_type", "RailsWorkflow::Process"]]
135302
+ RailsWorkflow::Process Load (0.2ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
135303
+ CACHE (0.0ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135304
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (0.1ms)
135305
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (17.3ms)
135306
+ Completed 200 OK in 48ms (Views: 43.8ms | ActiveRecord: 3.4ms)
135307
+
135308
+
135309
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-29 21:29:18 +0400
135310
+
135311
+
135312
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-06-29 21:29:18 +0400
135313
+
135314
+
135315
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-06-29 21:29:18 +0400
135316
+
135317
+
135318
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-29 21:29:18 +0400
135319
+
135320
+
135321
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-06-29 21:29:18 +0400
135322
+
135323
+
135324
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-06-29 21:29:18 +0400
135325
+
135326
+
135327
+ Started GET "/workflow/processes" for ::1 at 2015-06-29 21:29:24 +0400
135328
+ Processing by RailsWorkflow::ProcessesController#index as HTML
135329
+  (0.4ms) SELECT COUNT(*) FROM "rails_workflow_processes"
135330
+  (2.4ms) select status, cnt from (
135331
+ select row_number() over (partition by status),
135332
+ count(*) over (partition by status) cnt,
135333
+ status from rails_workflow_processes)t
135334
+ where row_number = 1
135335
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" ORDER BY "rails_workflow_processes"."created_at" DESC LIMIT 30 OFFSET 0
135336
+ CACHE (0.0ms) SELECT COUNT(*) FROM "rails_workflow_processes"
135337
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 284]]
135338
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 284]]
135339
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 283]]
135340
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 283]]
135341
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 282]]
135342
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 282]]
135343
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 281]]
135344
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 281]]
135345
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 280]]
135346
+ RailsWorkflow::Operation Load (0.7ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 280]]
135347
+ RailsWorkflow::Operation Load (2.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 279]]
135348
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 279]]
135349
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 278]]
135350
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 278]]
135351
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 277]]
135352
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 277]]
135353
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 276]]
135354
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 276]]
135355
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 275]]
135356
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 275]]
135357
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 274]]
135358
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 274]]
135359
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 273]]
135360
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 273]]
135361
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 272]]
135362
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 271]]
135363
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 272]]
135364
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 271]]
135365
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 271]]
135366
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 272]]
135367
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 270]]
135368
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 270]]
135369
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 269]]
135370
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 269]]
135371
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 268]]
135372
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 268]]
135373
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 267]]
135374
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 267]]
135375
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 266]]
135376
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 266]]
135377
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 265]]
135378
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 265]]
135379
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 264]]
135380
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 264]]
135381
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 263]]
135382
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 263]]
135383
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 262]]
135384
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 262]]
135385
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 261]]
135386
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 261]]
135387
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 260]]
135388
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 260]]
135389
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 259]]
135390
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 259]]
135391
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 258]]
135392
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 258]]
135393
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 257]]
135394
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 257]]
135395
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 256]]
135396
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 256]]
135397
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 255]]
135398
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 255]]
135399
+ RailsWorkflow::Error Load (13.6ms) SELECT "rails_workflow_errors".* FROM "rails_workflow_errors" WHERE (resolved is null or resolved = false) ORDER BY "rails_workflow_errors"."id" ASC LIMIT 10
135400
+ RailsWorkflow::Process Load (0.6ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" IN (204, 205, 211, 212, 213, 214, 215, 216, 218)
135401
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" IN (27)
135402
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."status" = 3 AND "rails_workflow_operations"."assignment_id" IS NULL LIMIT 20
135403
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" IN (63, 51, 65)
135404
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/index.html.slim within layouts/rails_workflow/application (196.2ms)
135405
+ Completed 200 OK in 232ms (Views: 190.6ms | ActiveRecord: 38.9ms)
135406
+
135407
+
135408
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-06-29 21:29:24 +0400
135409
+
135410
+
135411
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-06-29 21:29:24 +0400
135412
+
135413
+
135414
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-29 21:29:24 +0400
135415
+
135416
+
135417
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-06-29 21:29:24 +0400
135418
+
135419
+
135420
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-29 21:29:24 +0400
135421
+
135422
+
135423
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-06-29 21:29:24 +0400
135424
+
135425
+
135426
+ Started GET "/workflow/processes/284" for ::1 at 2015-06-29 21:29:26 +0400
135427
+ Processing by RailsWorkflow::ProcessesController#show as HTML
135428
+ Parameters: {"id"=>"284"}
135429
+ RailsWorkflow::Process Load (0.7ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
135430
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 284]]
135431
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.0ms)
135432
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 284]]
135433
+ RailsWorkflow::ProcessTemplate Load (0.2ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135434
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
135435
+  (0.2ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
135436
+  (0.2ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
135437
+ RailsWorkflow::Error Load (0.3ms) SELECT "rails_workflow_errors".* 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", 284], ["parent_type", "RailsWorkflow::Process"]]
135438
+ RailsWorkflow::Context Load (0.2ms) 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", 284], ["parent_type", "RailsWorkflow::Process"]]
135439
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
135440
+ CACHE (0.0ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135441
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (0.1ms)
135442
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (15.0ms)
135443
+ Completed 200 OK in 47ms (Views: 41.4ms | ActiveRecord: 3.0ms)
135444
+
135445
+
135446
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-06-29 21:29:26 +0400
135447
+
135448
+
135449
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-06-29 21:29:26 +0400
135450
+
135451
+
135452
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-06-29 21:29:26 +0400
135453
+
135454
+
135455
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-29 21:29:26 +0400
135456
+
135457
+
135458
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-06-29 21:29:26 +0400
135459
+
135460
+
135461
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-29 21:29:26 +0400
135462
+
135463
+
135464
+ Started GET "/workflow/config/28" for ::1 at 2015-06-29 21:29:29 +0400
135465
+ Processing by RailsWorkflow::ProcessTemplatesController#show as HTML
135466
+ Parameters: {"id"=>"28"}
135467
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135468
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.0ms)
135469
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/show.html.slim within layouts/rails_workflow/application (12.6ms)
135470
+ Completed 200 OK in 47ms (Views: 44.3ms | ActiveRecord: 0.3ms)
135471
+
135472
+
135473
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-06-29 21:29:29 +0400
135474
+
135475
+
135476
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-29 21:29:29 +0400
135477
+
135478
+
135479
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-06-29 21:29:29 +0400
135480
+
135481
+
135482
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-06-29 21:29:29 +0400
135483
+
135484
+
135485
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-29 21:29:29 +0400
135486
+
135487
+
135488
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-06-29 21:29:29 +0400
135489
+
135490
+
135491
+ Started POST "/workflow/processes?process%5Btemplate_id%5D=28" for ::1 at 2015-06-29 21:29:31 +0400
135492
+ Processing by RailsWorkflow::ProcessesController#create as HTML
135493
+ Parameters: {"authenticity_token"=>"j4XE6sOqhd/GhBbMbXTI9d9JMbVlq1TjmZSE6iKgn6AjBBN2woecEkPw375nHc2Af5nWUbegbxCvS9W5CPcJ0w==", "process"=>{"template_id"=>"28"}}
135494
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135495
+  (0.2ms) BEGIN
135496
+ SQL (0.4ms) INSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["template_id", 28], ["created_at", "2015-06-29 17:29:31.256964"], ["updated_at", "2015-06-29 17:29:31.256964"]]
135497
+  (2.0ms) COMMIT
135498
+  (0.6ms) BEGIN
135499
+ SQL (0.4ms) UPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4 [["title", "Test Process"], ["status", 0], ["updated_at", "2015-06-29 17:29:31.264203"], ["id", 285]]
135500
+ SQL (0.4ms) INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 285], ["parent_type", "RailsWorkflow::Process"], ["body", "{}"], ["created_at", "2015-06-29 17:29:31.267499"], ["updated_at", "2015-06-29 17:29:31.267499"]]
135501
+ RailsWorkflow::Context Load (0.2ms) 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", 285], ["parent_type", "RailsWorkflow::Process"]]
135502
+ RailsWorkflow::OperationTemplate Load (0.4ms) 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 [["process_template_id", 28]]
135503
+ RailsWorkflow::Process Load (0.2ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 285]]
135504
+  (0.4ms) COMMIT
135505
+  (0.6ms) SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 285]]
135506
+ Redirected to http://localhost:3000/workflow/processes/285
135507
+ Completed 302 Found in 23ms (ActiveRecord: 6.0ms)
135508
+
135509
+
135510
+ Started GET "/workflow/processes/285" for ::1 at 2015-06-29 21:29:31 +0400
135511
+ Processing by RailsWorkflow::ProcessesController#show as HTML
135512
+ Parameters: {"id"=>"285"}
135513
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 285]]
135514
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 285]]
135515
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.0ms)
135516
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 285]]
135517
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135518
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
135519
+  (0.4ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
135520
+  (0.2ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
135521
+ RailsWorkflow::Error Load (0.2ms) SELECT "rails_workflow_errors".* 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", 285], ["parent_type", "RailsWorkflow::Process"]]
135522
+ RailsWorkflow::Context Load (0.3ms) 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", 285], ["parent_type", "RailsWorkflow::Process"]]
135523
+ RailsWorkflow::Process Load (0.2ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 285]]
135524
+ CACHE (0.0ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135525
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (0.1ms)
135526
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (18.2ms)
135527
+ Completed 200 OK in 49ms (Views: 44.7ms | ActiveRecord: 2.9ms)
135528
+
135529
+
135530
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-06-29 21:29:31 +0400
135531
+
135532
+
135533
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-29 21:29:31 +0400
135534
+
135535
+
135536
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-06-29 21:29:31 +0400
135537
+
135538
+
135539
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-06-29 21:29:31 +0400
135540
+
135541
+
135542
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-29 21:29:31 +0400
135543
+
135544
+
135545
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-06-29 21:29:31 +0400
135546
+
135547
+
135548
+ Started GET "/workflow/processes" for ::1 at 2015-06-29 21:29:34 +0400
135549
+ Processing by RailsWorkflow::ProcessesController#index as HTML
135550
+  (0.3ms) SELECT COUNT(*) FROM "rails_workflow_processes"
135551
+  (0.4ms) select status, cnt from (
135552
+ select row_number() over (partition by status),
135553
+ count(*) over (partition by status) cnt,
135554
+ status from rails_workflow_processes)t
135555
+ where row_number = 1
135556
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" ORDER BY "rails_workflow_processes"."created_at" DESC LIMIT 30 OFFSET 0
135557
+ CACHE (0.0ms) SELECT COUNT(*) FROM "rails_workflow_processes"
135558
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 285]]
135559
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 285]]
135560
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 284]]
135561
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 284]]
135562
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 283]]
135563
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 283]]
135564
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 282]]
135565
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 282]]
135566
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 281]]
135567
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 281]]
135568
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 280]]
135569
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 280]]
135570
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 279]]
135571
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 279]]
135572
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 278]]
135573
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 278]]
135574
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 277]]
135575
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 277]]
135576
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 276]]
135577
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 276]]
135578
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 275]]
135579
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 275]]
135580
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 274]]
135581
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 274]]
135582
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 273]]
135583
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 273]]
135584
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 272]]
135585
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 271]]
135586
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 272]]
135587
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 271]]
135588
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 271]]
135589
+ RailsWorkflow::Process Load (0.2ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 272]]
135590
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 270]]
135591
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 270]]
135592
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 269]]
135593
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 269]]
135594
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 268]]
135595
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 268]]
135596
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 267]]
135597
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 267]]
135598
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 266]]
135599
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 266]]
135600
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 265]]
135601
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 265]]
135602
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 264]]
135603
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 264]]
135604
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 263]]
135605
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 263]]
135606
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 262]]
135607
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 262]]
135608
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 261]]
135609
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 261]]
135610
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 260]]
135611
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 260]]
135612
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 259]]
135613
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 259]]
135614
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 258]]
135615
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 258]]
135616
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 257]]
135617
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 257]]
135618
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 256]]
135619
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 256]]
135620
+ RailsWorkflow::Error Load (0.9ms) SELECT "rails_workflow_errors".* FROM "rails_workflow_errors" WHERE (resolved is null or resolved = false) ORDER BY "rails_workflow_errors"."id" ASC LIMIT 10
135621
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" IN (204, 205, 211, 212, 213, 214, 215, 216, 218)
135622
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" IN (27)
135623
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."status" = 3 AND "rails_workflow_operations"."assignment_id" IS NULL LIMIT 20
135624
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" IN (63, 51, 65)
135625
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/index.html.slim within layouts/rails_workflow/application (97.2ms)
135626
+ Completed 200 OK in 126ms (Views: 105.5ms | ActiveRecord: 18.8ms)
135627
+
135628
+
135629
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-06-29 21:29:34 +0400
135630
+
135631
+
135632
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-06-29 21:29:34 +0400
135633
+
135634
+
135635
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-29 21:29:34 +0400
135636
+
135637
+
135638
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-29 21:29:34 +0400
135639
+
135640
+
135641
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-06-29 21:29:34 +0400
135642
+
135643
+
135644
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-06-29 21:29:34 +0400
135645
+
135646
+
135647
+ Started GET "/workflow/processes/284" for ::1 at 2015-06-29 21:29:36 +0400
135648
+ Processing by RailsWorkflow::ProcessesController#show as HTML
135649
+ Parameters: {"id"=>"284"}
135650
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
135651
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 284]]
135652
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.0ms)
135653
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 284]]
135654
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135655
+ RailsWorkflow::OperationTemplate Load (0.2ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
135656
+  (0.2ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
135657
+  (0.2ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
135658
+ RailsWorkflow::Error Load (0.2ms) SELECT "rails_workflow_errors".* 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", 284], ["parent_type", "RailsWorkflow::Process"]]
135659
+ RailsWorkflow::Context Load (0.3ms) 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", 284], ["parent_type", "RailsWorkflow::Process"]]
135660
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
135661
+ CACHE (0.0ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135662
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (0.1ms)
135663
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (15.0ms)
135664
+ Completed 200 OK in 49ms (Views: 44.5ms | ActiveRecord: 2.8ms)
135665
+
135666
+
135667
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-06-29 21:29:37 +0400
135668
+
135669
+
135670
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-29 21:29:37 +0400
135671
+
135672
+
135673
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-06-29 21:29:37 +0400
135674
+
135675
+
135676
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-06-29 21:29:37 +0400
135677
+
135678
+
135679
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-29 21:29:37 +0400
135680
+
135681
+
135682
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-06-29 21:29:37 +0400
135683
+
135684
+
135685
+ Started GET "/workflow/processes/284" for ::1 at 2015-06-29 21:31:26 +0400
135686
+ Processing by RailsWorkflow::ProcessesController#show as HTML
135687
+ Parameters: {"id"=>"284"}
135688
+ RailsWorkflow::Process Load (0.7ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
135689
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 284]]
135690
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
135691
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 284]]
135692
+ RailsWorkflow::ProcessTemplate Load (0.7ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135693
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
135694
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
135695
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
135696
+ RailsWorkflow::Error Load (0.6ms) SELECT "rails_workflow_errors".* 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", 284], ["parent_type", "RailsWorkflow::Process"]]
135697
+ RailsWorkflow::Context Load (1.2ms) 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", 284], ["parent_type", "RailsWorkflow::Process"]]
135698
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
135699
+ CACHE (0.0ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135700
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (0.4ms)
135701
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (51.8ms)
135702
+ Completed 200 OK in 153ms (Views: 122.5ms | ActiveRecord: 5.5ms)
135703
+
135704
+
135705
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-06-29 21:31:27 +0400
135706
+
135707
+
135708
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-06-29 21:31:27 +0400
135709
+
135710
+
135711
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-29 21:31:27 +0400
135712
+
135713
+
135714
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-29 21:31:27 +0400
135715
+
135716
+
135717
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-06-29 21:31:27 +0400
135718
+
135719
+
135720
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-06-29 21:31:27 +0400
135721
+
135722
+
135723
+ Started GET "/workflow/config" for ::1 at 2015-06-29 21:31:38 +0400
135724
+ Processing by RailsWorkflow::ProcessTemplatesController#index as HTML
135725
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
135726
+ RailsWorkflow::ProcessTemplate Load (0.7ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" ORDER BY "rails_workflow_process_templates"."id" DESC
135727
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/index.html.slim within layouts/rails_workflow/application (15.4ms)
135728
+ Completed 200 OK in 57ms (Views: 54.6ms | ActiveRecord: 0.7ms)
135729
+
135730
+
135731
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-06-29 21:31:39 +0400
135732
+
135733
+
135734
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-29 21:31:39 +0400
135735
+
135736
+
135737
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-06-29 21:31:39 +0400
135738
+
135739
+
135740
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-06-29 21:31:39 +0400
135741
+
135742
+
135743
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-06-29 21:31:39 +0400
135744
+
135745
+
135746
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-29 21:31:39 +0400
135747
+
135748
+
135749
+ Started GET "/workflow/config/28/operation_templates" for ::1 at 2015-06-29 21:31:41 +0400
135750
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
135751
+ Parameters: {"process_template_id"=>"28"}
135752
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135753
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.0ms)
135754
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
135755
+  (0.2ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
135756
+  (0.2ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
135757
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (9.1ms)
135758
+ Completed 200 OK in 53ms (Views: 49.4ms | ActiveRecord: 1.0ms)
135759
+
135760
+
135761
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-06-29 21:31:41 +0400
135762
+
135763
+
135764
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-29 21:31:41 +0400
135765
+
135766
+
135767
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-06-29 21:31:41 +0400
135768
+
135769
+
135770
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-06-29 21:31:41 +0400
135771
+
135772
+
135773
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-29 21:31:41 +0400
135774
+
135775
+
135776
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-06-29 21:31:41 +0400
135777
+
135778
+
135779
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-06-29 21:31:45 +0400
135780
+
135781
+
135782
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-06-29 21:31:45 +0400
135783
+
135784
+
135785
+ Started GET "/assets/bootstrap/bootstrap.css.map" for ::1 at 2015-06-29 21:31:46 +0400
135786
+
135787
+ ActionController::RoutingError (No route matches [GET] "/assets/bootstrap/bootstrap.css.map"):
135788
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
135789
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
135790
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
135791
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
135792
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
135793
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
135794
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
135795
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
135796
+ request_store (1.1.0) lib/request_store/middleware.rb:8:in `call'
135797
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
135798
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
135799
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
135800
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
135801
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
135802
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
135803
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
135804
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
135805
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
135806
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
135807
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
135808
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
135809
+ /Users/maxim/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
135810
+ /Users/maxim/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
135811
+ /Users/maxim/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
135812
+
135813
+
135814
+ Rendered /Users/maxim/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
135815
+ Rendered /Users/maxim/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.5ms)
135816
+ Rendered /Users/maxim/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms)
135817
+ Rendered /Users/maxim/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (10.6ms)
135818
+ Rendered /Users/maxim/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
135819
+ Rendered /Users/maxim/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (117.6ms)
135820
+
135821
+
135822
+ Started POST "/workflow/processes?process%5Btemplate_id%5D=28" for 127.0.0.1 at 2015-06-29 21:32:50 +0400
135823
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
135824
+ Processing by RailsWorkflow::ProcessesController#create as HTML
135825
+ Parameters: {"authenticity_token"=>"nx08u02itkL/ax5cyuk/h8HM65CDjg5fqFL7oHZ7ZCsznOsnTI+vj3of1y7AgDryYRwMdFGFNayejarzXCzyWA==", "process"=>{"template_id"=>"28"}}
135826
+ RailsWorkflow::ProcessTemplate Load (0.7ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135827
+  (0.3ms) BEGIN
135828
+ SQL (0.7ms) INSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["template_id", 28], ["created_at", "2015-06-29 17:32:58.490021"], ["updated_at", "2015-06-29 17:32:58.490021"]]
135829
+  (5.8ms) COMMIT
135830
+  (0.3ms) BEGIN
135831
+ SQL (0.6ms) UPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4 [["title", "Test Process"], ["status", 0], ["updated_at", "2015-06-29 17:32:58.512737"], ["id", 286]]
135832
+ SQL (7.7ms) INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 286], ["parent_type", "RailsWorkflow::Process"], ["body", "{}"], ["created_at", "2015-06-29 17:32:58.561669"], ["updated_at", "2015-06-29 17:32:58.561669"]]
135833
+ RailsWorkflow::Context Load (0.6ms) 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", 286], ["parent_type", "RailsWorkflow::Process"]]
135834
+ RailsWorkflow::OperationTemplate Load (0.8ms) 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 [["process_template_id", 28]]
135835
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 286]]
135836
+  (5.4ms) COMMIT
135837
+  (0.7ms) SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 286]]
135838
+ Redirected to http://localhost:3000/workflow/processes/286
135839
+ Completed 302 Found in 41227ms (ActiveRecord: 33.7ms)
135840
+
135841
+
135842
+ Started GET "/workflow/processes/286" for 127.0.0.1 at 2015-06-29 21:33:32 +0400
135843
+ Processing by RailsWorkflow::ProcessesController#show as HTML
135844
+ Parameters: {"id"=>"286"}
135845
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 286]]
135846
+ RailsWorkflow::Operation Load (0.6ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 286]]
135847
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (119.2ms)
135848
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 286]]
135849
+ RailsWorkflow::ProcessTemplate Load (0.5ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135850
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
135851
+  (0.4ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
135852
+  (0.4ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
135853
+ RailsWorkflow::Error Load (0.5ms) SELECT "rails_workflow_errors".* 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", 286], ["parent_type", "RailsWorkflow::Process"]]
135854
+ RailsWorkflow::Context Load (0.4ms) 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", 286], ["parent_type", "RailsWorkflow::Process"]]
135855
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 286]]
135856
+ CACHE (0.1ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135857
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (127.4ms)
135858
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (725.9ms)
135859
+ Completed 200 OK in 1982ms (Views: 1963.2ms | ActiveRecord: 6.3ms)
135860
+
135861
+
135862
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:33:35 +0400
135863
+
135864
+
135865
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:33:35 +0400
135866
+
135867
+
135868
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:33:35 +0400
135869
+
135870
+
135871
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:33:35 +0400
135872
+
135873
+
135874
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:33:35 +0400
135875
+
135876
+
135877
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:33:35 +0400
135878
+
135879
+
135880
+ Started GET "/workflow/config/28" for 127.0.0.1 at 2015-06-29 21:33:36 +0400
135881
+ Processing by RailsWorkflow::ProcessTemplatesController#show as HTML
135882
+ Parameters: {"id"=>"28"}
135883
+ RailsWorkflow::ProcessTemplate Load (0.6ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135884
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
135885
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/show.html.slim within layouts/rails_workflow/application (207.5ms)
135886
+ Completed 200 OK in 338ms (Views: 330.0ms | ActiveRecord: 0.6ms)
135887
+
135888
+
135889
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:33:37 +0400
135890
+
135891
+
135892
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:33:37 +0400
135893
+
135894
+
135895
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:33:37 +0400
135896
+
135897
+
135898
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:33:37 +0400
135899
+
135900
+
135901
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:33:37 +0400
135902
+
135903
+
135904
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:33:37 +0400
135905
+
135906
+
135907
+ Started POST "/workflow/processes?process%5Btemplate_id%5D=28" for 127.0.0.1 at 2015-06-29 21:33:38 +0400
135908
+ Processing by RailsWorkflow::ProcessesController#create as HTML
135909
+ Parameters: {"authenticity_token"=>"51kF1g93tH6+zkoV6fmAkaXC7iEQkTZTUInjMe8G0FFL2NJKDlqtszu6g2fjkIXkBRIJxcKaDaBmVrJixVFGIg==", "process"=>{"template_id"=>"28"}}
135910
+ RailsWorkflow::ProcessTemplate Load (0.5ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135911
+  (0.2ms) BEGIN
135912
+ SQL (0.5ms) INSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["template_id", 28], ["created_at", "2015-06-29 17:33:38.259091"], ["updated_at", "2015-06-29 17:33:38.259091"]]
135913
+  (1.1ms) COMMIT
135914
+  (0.2ms) BEGIN
135915
+ SQL (0.4ms) UPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4 [["title", "Test Process"], ["status", 0], ["updated_at", "2015-06-29 17:33:38.272057"], ["id", 287]]
135916
+ SQL (0.5ms) INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 287], ["parent_type", "RailsWorkflow::Process"], ["body", "{}"], ["created_at", "2015-06-29 17:33:38.288059"], ["updated_at", "2015-06-29 17:33:38.288059"]]
135917
+ RailsWorkflow::Context Load (0.5ms) 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", 287], ["parent_type", "RailsWorkflow::Process"]]
135918
+ RailsWorkflow::OperationTemplate Load (0.4ms) 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 [["process_template_id", 28]]
135919
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 287]]
135920
+  (0.5ms) COMMIT
135921
+  (0.5ms) SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 287]]
135922
+ Redirected to http://localhost:3000/workflow/processes/287
135923
+ Completed 302 Found in 96537ms (ActiveRecord: 5.8ms)
135924
+
135925
+
135926
+ Started GET "/workflow/processes/287" for 127.0.0.1 at 2015-06-29 21:35:14 +0400
135927
+ Processing by RailsWorkflow::ProcessesController#show as HTML
135928
+ Parameters: {"id"=>"287"}
135929
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 287]]
135930
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 287]]
135931
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
135932
+ RailsWorkflow::Operation Load (0.6ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 287]]
135933
+ RailsWorkflow::ProcessTemplate Load (0.6ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135934
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
135935
+  (0.4ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
135936
+  (0.8ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
135937
+ RailsWorkflow::Error Load (0.4ms) SELECT "rails_workflow_errors".* 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", 287], ["parent_type", "RailsWorkflow::Process"]]
135938
+ RailsWorkflow::Context Load (0.6ms) 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", 287], ["parent_type", "RailsWorkflow::Process"]]
135939
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 287]]
135940
+ CACHE (0.1ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135941
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (0.4ms)
135942
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (86.2ms)
135943
+ Completed 200 OK in 238ms (Views: 222.1ms | ActiveRecord: 5.6ms)
135944
+
135945
+
135946
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:35:15 +0400
135947
+
135948
+
135949
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:35:15 +0400
135950
+
135951
+
135952
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:35:15 +0400
135953
+
135954
+
135955
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:35:15 +0400
135956
+
135957
+
135958
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:35:15 +0400
135959
+
135960
+
135961
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:35:15 +0400
135962
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 287]]
135963
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 287]]
135964
+ RailsWorkflow::ProcessTemplate Load (0.6ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135965
+ RailsWorkflow::OperationTemplate Load (0.5ms) 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 [["process_template_id", 28]]
135966
+
135967
+
135968
+ Started GET "/workflow/config/28" for 127.0.0.1 at 2015-06-29 21:36:08 +0400
135969
+ Processing by RailsWorkflow::ProcessTemplatesController#show as HTML
135970
+ Parameters: {"id"=>"28"}
135971
+ RailsWorkflow::ProcessTemplate Load (0.7ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135972
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
135973
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/show.html.slim within layouts/rails_workflow/application (15.9ms)
135974
+ Completed 200 OK in 158ms (Views: 150.6ms | ActiveRecord: 0.7ms)
135975
+
135976
+
135977
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:36:08 +0400
135978
+
135979
+
135980
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:36:08 +0400
135981
+
135982
+
135983
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:36:08 +0400
135984
+
135985
+
135986
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:36:08 +0400
135987
+
135988
+
135989
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:36:08 +0400
135990
+
135991
+
135992
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:36:08 +0400
135993
+
135994
+
135995
+ Started GET "/workflow/config/28/operation_templates" for 127.0.0.1 at 2015-06-29 21:36:17 +0400
135996
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
135997
+ Parameters: {"process_template_id"=>"28"}
135998
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
135999
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
136000
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
136001
+  (0.4ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
136002
+  (0.4ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
136003
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (244.2ms)
136004
+ Completed 200 OK in 381ms (Views: 372.4ms | ActiveRecord: 1.7ms)
136005
+
136006
+
136007
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:36:17 +0400
136008
+
136009
+
136010
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:36:17 +0400
136011
+
136012
+
136013
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:36:17 +0400
136014
+
136015
+
136016
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:36:17 +0400
136017
+
136018
+
136019
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:36:17 +0400
136020
+
136021
+
136022
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:36:17 +0400
136023
+
136024
+
136025
+ Started GET "/workflow/config/28/operation_templates/68/edit" for 127.0.0.1 at 2015-06-29 21:38:05 +0400
136026
+ Processing by RailsWorkflow::OperationTemplatesController#edit as HTML
136027
+ Parameters: {"process_template_id"=>"28", "id"=>"68"}
136028
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 68]]
136029
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
136030
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
136031
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE ("rails_workflow_process_templates"."id" != $1) [["id", 28]]
136032
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/_default_form.html.slim (267.5ms)
136033
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND ("rails_workflow_operation_templates"."id" != $2) ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 28], ["id", 68]]
136034
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND ("rails_workflow_operation_templates"."id" != $2) ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 28], ["id", 68]]
136035
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/edit.html.slim within layouts/rails_workflow/application (578.2ms)
136036
+ Completed 200 OK in 722ms (Views: 710.7ms | ActiveRecord: 2.0ms)
136037
+
136038
+
136039
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:38:05 +0400
136040
+
136041
+
136042
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:38:05 +0400
136043
+
136044
+
136045
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:38:05 +0400
136046
+
136047
+
136048
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:38:05 +0400
136049
+
136050
+
136051
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:38:05 +0400
136052
+
136053
+
136054
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:38:06 +0400
136055
+
136056
+
136057
+ Started PATCH "/workflow/config/28/operation_templates/68" for 127.0.0.1 at 2015-06-29 21:38:10 +0400
136058
+ Processing by RailsWorkflow::OperationTemplatesController#update as HTML
136059
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"GyiwSjFCbHBmiVZHeLBTpjA+LC0azIwXX/UcTpaXqve3qWfWMG91veP9nzVy2VbTkO7LycjHt+RpKk0dvMA8hA==", "operation_template"=>{"kind"=>"default", "title"=>"Default Operation 2", "operation_class"=>"", "type"=>"", "partial_name"=>"", "child_process_id"=>"", "async"=>"0", "is_background"=>"1"}, "commit"=>"Save", "process_template_id"=>"28", "id"=>"68"}
136060
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 68]]
136061
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
136062
+ Unpermitted parameters: utf8, _method, authenticity_token, commit, process_template_id, id
136063
+  (0.2ms) BEGIN
136064
+ SQL (0.5ms) UPDATE "rails_workflow_operation_templates" SET "dependencies" = $1, "updated_at" = $2 WHERE "rails_workflow_operation_templates"."id" = $3 [["dependencies", nil], ["updated_at", "2015-06-29 17:38:10.062521"], ["id", 68]]
136065
+  (1.2ms) COMMIT
136066
+ Redirected to http://localhost:3000/workflow/config/28/operation_templates
136067
+ Completed 302 Found in 59ms (ActiveRecord: 2.8ms)
136068
+
136069
+
136070
+ Started GET "/workflow/config/28/operation_templates" for 127.0.0.1 at 2015-06-29 21:38:10 +0400
136071
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
136072
+ Parameters: {"process_template_id"=>"28"}
136073
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
136074
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
136075
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
136076
+  (0.4ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
136077
+  (0.4ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
136078
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (36.0ms)
136079
+ Completed 200 OK in 168ms (Views: 160.1ms | ActiveRecord: 1.7ms)
136080
+
136081
+
136082
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:38:10 +0400
136083
+
136084
+
136085
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:38:10 +0400
136086
+
136087
+
136088
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:38:10 +0400
136089
+
136090
+
136091
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:38:10 +0400
136092
+
136093
+
136094
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:38:10 +0400
136095
+
136096
+
136097
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:38:10 +0400
136098
+
136099
+
136100
+ Started POST "/workflow/processes?process%5Btemplate_id%5D=28" for 127.0.0.1 at 2015-06-29 21:38:59 +0400
136101
+ Processing by RailsWorkflow::ProcessesController#create as HTML
136102
+ Parameters: {"authenticity_token"=>"0L5wT5dwW44uIpkSNy7YxlruN2EnCBf7Stprfwg8BQZ8P6fTll1CQ6tWUGA9R92z+j7QhfUDLAh8BTosImuTdQ==", "process"=>{"template_id"=>"28"}}
136103
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
136104
+  (0.2ms) BEGIN
136105
+ SQL (0.5ms) INSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["template_id", 28], ["created_at", "2015-06-29 17:38:59.969676"], ["updated_at", "2015-06-29 17:38:59.969676"]]
136106
+  (0.6ms) COMMIT
136107
+  (0.2ms) BEGIN
136108
+ SQL (0.5ms) UPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4 [["title", "Test Process"], ["status", 0], ["updated_at", "2015-06-29 17:38:59.988975"], ["id", 288]]
136109
+ SQL (0.6ms) INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 288], ["parent_type", "RailsWorkflow::Process"], ["body", "{}"], ["created_at", "2015-06-29 17:39:00.008946"], ["updated_at", "2015-06-29 17:39:00.008946"]]
136110
+ RailsWorkflow::Context Load (0.6ms) 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", 288], ["parent_type", "RailsWorkflow::Process"]]
136111
+ RailsWorkflow::OperationTemplate Load (0.5ms) 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 [["process_template_id", 28]]
136112
+ CACHE (0.0ms) 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 [["process_template_id", 28]]
136113
+ CACHE (0.1ms) 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 [["process_template_id", 28]]
136114
+ SQL (5.3ms) INSERT INTO "rails_workflow_operations" ("title", "async", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Default Operation 2"], ["async", "f"], ["is_background", "t"], ["template_id", 68], ["process_id", 288], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-06-29 17:39:07.454316"], ["updated_at", "2015-06-29 17:39:07.454316"]]
136115
+ SQL (0.8ms) 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", 466], ["body", "{}"], ["created_at", "2015-06-29 17:39:07.478104"], ["updated_at", "2015-06-29 17:39:07.478104"]]
136116
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 288]]
136117
+  (0.6ms) COMMIT
136118
+  (0.5ms) SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 288]]
136119
+  (0.2ms) BEGIN
136120
+ SQL (0.4ms) UPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3 [["status", 1], ["updated_at", "2015-06-29 17:39:10.056648"], ["id", 288]]
136121
+  (1.1ms) COMMIT
136122
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND "rails_workflow_operations"."status" = $2 [["process_id", 288], ["status", 0]]
136123
+  (0.2ms) BEGIN
136124
+ SQL (0.5ms) UPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["status", 1], ["updated_at", "2015-06-29 17:39:10.076355"], ["id", 466]]
136125
+  (0.4ms) COMMIT
136126
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 466]]
136127
+  (0.3ms) BEGIN
136128
+  (0.3ms) COMMIT
136129
+  (0.2ms) BEGIN
136130
+ SQL (0.5ms) UPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4 [["status", 2], ["completed_at", "2015-06-29 17:39:10.102113"], ["updated_at", "2015-06-29 17:39:10.109941"], ["id", 466]]
136131
+  (0.4ms) COMMIT
136132
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 288]]
136133
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
136134
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
136135
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 68]]
136136
+ RailsWorkflow::Operation Load (0.6ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 288]]
136137
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 68]]
136138
+  (0.3ms) 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", 288], ["parent_type", "RailsWorkflow::Process"]]
136139
+ CACHE (0.1ms) 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", 288], ["parent_type", "RailsWorkflow::Process"]]
136140
+  (0.2ms) BEGIN
136141
+ SQL (0.4ms) UPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3 [["status", 2], ["updated_at", "2015-06-29 17:39:10.172293"], ["id", 288]]
136142
+  (1.1ms) COMMIT
136143
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 288]]
136144
+ Redirected to http://localhost:3000/workflow/processes/288
136145
+ Completed 302 Found in 12923ms (ActiveRecord: 22.9ms)
136146
+
136147
+
136148
+ Started GET "/workflow/processes/288" for 127.0.0.1 at 2015-06-29 21:39:12 +0400
136149
+ Processing by RailsWorkflow::ProcessesController#show as HTML
136150
+ Parameters: {"id"=>"288"}
136151
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 288]]
136152
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 288]]
136153
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
136154
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 288]]
136155
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 68]]
136156
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
136157
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
136158
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
136159
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
136160
+ RailsWorkflow::Error Load (0.4ms) SELECT "rails_workflow_errors".* 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", 288], ["parent_type", "RailsWorkflow::Process"]]
136161
+ RailsWorkflow::Context Load (0.5ms) 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", 288], ["parent_type", "RailsWorkflow::Process"]]
136162
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 288]]
136163
+ CACHE (0.1ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
136164
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (0.3ms)
136165
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (58.8ms)
136166
+ Completed 200 OK in 179ms (Views: 170.4ms | ActiveRecord: 4.3ms)
136167
+
136168
+
136169
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:13 +0400
136170
+
136171
+
136172
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:39:13 +0400
136173
+
136174
+
136175
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:13 +0400
136176
+
136177
+
136178
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:13 +0400
136179
+
136180
+
136181
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:39:13 +0400
136182
+
136183
+
136184
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:13 +0400
136185
+
136186
+
136187
+ Started GET "/workflow/config/28/operation_templates/69" for 127.0.0.1 at 2015-06-29 21:39:18 +0400
136188
+ Processing by RailsWorkflow::OperationTemplatesController#show as HTML
136189
+ Parameters: {"process_template_id"=>"28", "id"=>"69"}
136190
+ RailsWorkflow::OperationTemplate Load (0.7ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 69]]
136191
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
136192
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
136193
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
136194
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/show.html.slim within layouts/rails_workflow/application (88.0ms)
136195
+ Completed 200 OK in 204ms (Views: 193.9ms | ActiveRecord: 1.4ms)
136196
+
136197
+
136198
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:39:19 +0400
136199
+
136200
+
136201
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:19 +0400
136202
+
136203
+
136204
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:19 +0400
136205
+
136206
+
136207
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:39:19 +0400
136208
+
136209
+
136210
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:19 +0400
136211
+
136212
+
136213
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:19 +0400
136214
+
136215
+
136216
+ Started GET "/workflow/operations" for 127.0.0.1 at 2015-06-29 21:39:25 +0400
136217
+ Processing by RailsWorkflow::OperationsController#index as HTML
136218
+ RailsWorkflow::Operation Load (0.9ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."status" = 3 ORDER BY "rails_workflow_operations"."created_at" DESC
136219
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 273]]
136220
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
136221
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 258]]
136222
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
136223
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 257]]
136224
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
136225
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 250]]
136226
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
136227
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 249]]
136228
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
136229
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 248]]
136230
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
136231
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 201]]
136232
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
136233
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 200]]
136234
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 63]]
136235
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operations/index.html.slim within layouts/rails_workflow/application (254.5ms)
136236
+ Completed 200 OK in 438ms (Views: 429.5ms | ActiveRecord: 4.9ms)
136237
+
136238
+
136239
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:39:25 +0400
136240
+
136241
+
136242
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:39:25 +0400
136243
+
136244
+
136245
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:25 +0400
136246
+
136247
+
136248
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:26 +0400
136249
+
136250
+
136251
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:26 +0400
136252
+
136253
+
136254
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:26 +0400
136255
+
136256
+
136257
+ Started GET "/workflow/config" for 127.0.0.1 at 2015-06-29 21:39:51 +0400
136258
+ Processing by RailsWorkflow::ProcessTemplatesController#index as HTML
136259
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
136260
+ RailsWorkflow::ProcessTemplate Load (0.5ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" ORDER BY "rails_workflow_process_templates"."id" DESC
136261
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/index.html.slim within layouts/rails_workflow/application (116.3ms)
136262
+ Completed 200 OK in 227ms (Views: 225.3ms | ActiveRecord: 0.5ms)
136263
+
136264
+
136265
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:52 +0400
136266
+
136267
+
136268
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:39:52 +0400
136269
+
136270
+
136271
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:52 +0400
136272
+
136273
+
136274
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:39:52 +0400
136275
+
136276
+
136277
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:52 +0400
136278
+
136279
+
136280
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:52 +0400
136281
+
136282
+
136283
+ Started GET "/workflow/config/18/operation_templates" for 127.0.0.1 at 2015-06-29 21:39:56 +0400
136284
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
136285
+ Parameters: {"process_template_id"=>"18"}
136286
+ RailsWorkflow::ProcessTemplate Load (0.6ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 18]]
136287
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
136288
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 18]]
136289
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 50]]
136290
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 51]]
136291
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 51]]
136292
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (37.2ms)
136293
+ Completed 200 OK in 165ms (Views: 155.4ms | ActiveRecord: 1.6ms)
136294
+
136295
+
136296
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:56 +0400
136297
+
136298
+
136299
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:39:56 +0400
136300
+
136301
+
136302
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:56 +0400
136303
+
136304
+
136305
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:56 +0400
136306
+
136307
+
136308
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:39:56 +0400
136309
+
136310
+
136311
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:39:56 +0400
136312
+
136313
+
136314
+ Started GET "/workflow/config/22/operation_templates" for 127.0.0.1 at 2015-06-29 21:40:02 +0400
136315
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
136316
+ Parameters: {"process_template_id"=>"22"}
136317
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 22]]
136318
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
136319
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 22]]
136320
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 56]]
136321
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (28.8ms)
136322
+ Completed 200 OK in 151ms (Views: 144.0ms | ActiveRecord: 0.9ms)
136323
+
136324
+
136325
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:02 +0400
136326
+
136327
+
136328
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:40:02 +0400
136329
+
136330
+
136331
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:40:02 +0400
136332
+
136333
+
136334
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:02 +0400
136335
+
136336
+
136337
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:02 +0400
136338
+
136339
+
136340
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:02 +0400
136341
+
136342
+
136343
+ Started GET "/workflow/config/new" for 127.0.0.1 at 2015-06-29 21:40:06 +0400
136344
+ Processing by RailsWorkflow::ProcessTemplatesController#new as HTML
136345
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/_form.html.slim (57.0ms)
136346
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/new.html.slim within layouts/rails_workflow/application (104.6ms)
136347
+ Completed 200 OK in 213ms (Views: 211.5ms | ActiveRecord: 0.0ms)
136348
+
136349
+
136350
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:40:06 +0400
136351
+
136352
+
136353
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:40:07 +0400
136354
+
136355
+
136356
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:07 +0400
136357
+
136358
+
136359
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:07 +0400
136360
+
136361
+
136362
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:07 +0400
136363
+
136364
+
136365
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:07 +0400
136366
+
136367
+
136368
+ Started POST "/workflow/config" for 127.0.0.1 at 2015-06-29 21:40:12 +0400
136369
+ Processing by RailsWorkflow::ProcessTemplatesController#create as HTML
136370
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Vocg/uNX/2T303tceX5adfVpCg9RszhS6sCGPsb6R/r6Bvdi4nrmqXKnsi5zF18AVbnt64O4A6HcH9dt7K3RiQ==", "process_template"=>{"title"=>"Some Test Process", "manager_class"=>"", "process_class"=>"", "type"=>""}, "commit"=>"Save"}
136371
+ Unpermitted parameters: utf8, authenticity_token, commit
136372
+  (0.3ms) BEGIN
136373
+ SQL (2.9ms) INSERT INTO "rails_workflow_process_templates" ("title", "manager_class", "process_class", "type", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Some Test Process"], ["manager_class", ""], ["process_class", ""], ["type", ""], ["uuid", "a342690b-27a9-77df-9c66-4e871931e38c"], ["created_at", "2015-06-29 17:40:12.783888"], ["updated_at", "2015-06-29 17:40:12.783888"]]
136374
+  (0.5ms) COMMIT
136375
+ Redirected to http://localhost:3000/workflow/config/29/operation_templates
136376
+ Completed 302 Found in 45ms (ActiveRecord: 3.6ms)
136377
+
136378
+
136379
+ Started GET "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:40:12 +0400
136380
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
136381
+ Parameters: {"process_template_id"=>"29"}
136382
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136383
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
136384
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
136385
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (16.9ms)
136386
+ Completed 200 OK in 144ms (Views: 138.3ms | ActiveRecord: 0.7ms)
136387
+
136388
+
136389
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:40:13 +0400
136390
+
136391
+
136392
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:13 +0400
136393
+
136394
+
136395
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:13 +0400
136396
+
136397
+
136398
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:13 +0400
136399
+
136400
+
136401
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:13 +0400
136402
+
136403
+
136404
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:40:13 +0400
136405
+
136406
+
136407
+ Started GET "/workflow/config/29/operation_templates/new?operation_template%5Bkind%5D=default" for 127.0.0.1 at 2015-06-29 21:40:16 +0400
136408
+ Processing by RailsWorkflow::OperationTemplatesController#new as HTML
136409
+ Parameters: {"operation_template"=>{"kind"=>"default"}, "process_template_id"=>"29"}
136410
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136411
+ Unpermitted parameter: process_template_id
136412
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
136413
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE ("rails_workflow_process_templates"."id" != $1) [["id", 29]]
136414
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/_default_form.html.slim (19.0ms)
136415
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
136416
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/new.html.slim within layouts/rails_workflow/application (102.7ms)
136417
+ Completed 200 OK in 251ms (Views: 225.7ms | ActiveRecord: 1.1ms)
136418
+
136419
+
136420
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:40:16 +0400
136421
+
136422
+
136423
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:40:16 +0400
136424
+
136425
+
136426
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:16 +0400
136427
+
136428
+
136429
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:16 +0400
136430
+
136431
+
136432
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:16 +0400
136433
+
136434
+
136435
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:16 +0400
136436
+
136437
+
136438
+ Started POST "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:40:21 +0400
136439
+ Processing by RailsWorkflow::OperationTemplatesController#create as HTML
136440
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"7ph2E/r8YeYvomIe4PPq44huPoOV8HYCFZ2RL3wpMfdCGaGP+9F4K6rWq2zqmu+WKL7ZZ0f7TfEjQsB8Vn6nhA==", "operation_template"=>{"kind"=>"default", "title"=>"Start", "operation_class"=>"", "type"=>"", "partial_name"=>"", "child_process_id"=>"", "async"=>"0", "is_background"=>"1"}, "commit"=>"Save", "process_template_id"=>"29"}
136441
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136442
+ Unpermitted parameters: utf8, authenticity_token, commit, process_template_id
136443
+  (0.3ms) BEGIN
136444
+ SQL (3.0ms) INSERT INTO "rails_workflow_operation_templates" ("kind", "type", "title", "operation_class", "partial_name", "async", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["kind", "default"], ["type", ""], ["title", "Start"], ["operation_class", ""], ["partial_name", ""], ["async", "f"], ["uuid", "499d5b5a-bcf9-1bf4-2731-cc5d895a793e"], ["created_at", "2015-06-29 17:40:21.753405"], ["updated_at", "2015-06-29 17:40:21.753405"]]
136445
+  (0.5ms) COMMIT
136446
+ Redirected to http://localhost:3000/workflow/config/29/operation_templates
136447
+ Completed 302 Found in 77ms (ActiveRecord: 4.1ms)
136448
+
136449
+
136450
+ Started GET "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:40:21 +0400
136451
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
136452
+ Parameters: {"process_template_id"=>"29"}
136453
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136454
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
136455
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
136456
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (13.2ms)
136457
+ Completed 200 OK in 123ms (Views: 116.0ms | ActiveRecord: 0.7ms)
136458
+
136459
+
136460
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:40:21 +0400
136461
+
136462
+
136463
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:40:22 +0400
136464
+
136465
+
136466
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:22 +0400
136467
+
136468
+
136469
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:22 +0400
136470
+
136471
+
136472
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:22 +0400
136473
+
136474
+
136475
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:22 +0400
136476
+
136477
+
136478
+ Started GET "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:40:26 +0400
136479
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
136480
+ Parameters: {"process_template_id"=>"29"}
136481
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136482
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
136483
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
136484
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (14.1ms)
136485
+ Completed 200 OK in 137ms (Views: 130.0ms | ActiveRecord: 0.7ms)
136486
+
136487
+
136488
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:26 +0400
136489
+
136490
+
136491
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:26 +0400
136492
+
136493
+
136494
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:40:26 +0400
136495
+
136496
+
136497
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:26 +0400
136498
+
136499
+
136500
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:26 +0400
136501
+
136502
+
136503
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:40:26 +0400
136504
+
136505
+
136506
+ Started GET "/workflow/config/29/operation_templates/new?operation_template%5Bkind%5D=default" for 127.0.0.1 at 2015-06-29 21:40:29 +0400
136507
+ Processing by RailsWorkflow::OperationTemplatesController#new as HTML
136508
+ Parameters: {"operation_template"=>{"kind"=>"default"}, "process_template_id"=>"29"}
136509
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136510
+ Unpermitted parameter: process_template_id
136511
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
136512
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE ("rails_workflow_process_templates"."id" != $1) [["id", 29]]
136513
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/_default_form.html.slim (22.4ms)
136514
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
136515
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/new.html.slim within layouts/rails_workflow/application (45.2ms)
136516
+ Completed 200 OK in 177ms (Views: 157.9ms | ActiveRecord: 1.0ms)
136517
+
136518
+
136519
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:40:30 +0400
136520
+
136521
+
136522
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:30 +0400
136523
+
136524
+
136525
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:30 +0400
136526
+
136527
+
136528
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:30 +0400
136529
+
136530
+
136531
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:40:30 +0400
136532
+
136533
+
136534
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:40:30 +0400
136535
+
136536
+
136537
+ Started POST "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:41:12 +0400
136538
+ Processing by RailsWorkflow::OperationTemplatesController#create as HTML
136539
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"nJk74GbXn6RBYWMNyuWzNuFjPZm+//Lvh9bdJVHrHrIwGOx8Z/qGacQVqn/AjLZDQbPafWz0yRyxCYx2e7yIwQ==", "operation_template"=>{"kind"=>"default", "title"=>"Start Operation", "operation_class"=>"", "type"=>"", "partial_name"=>"", "child_process_id"=>"", "async"=>"0", "is_background"=>"1"}, "commit"=>"Save", "process_template_id"=>"29"}
136540
+ RailsWorkflow::ProcessTemplate Load (0.5ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136541
+ Unpermitted parameters: utf8, authenticity_token, commit, process_template_id
136542
+  (0.3ms) BEGIN
136543
+ SQL (0.7ms) INSERT INTO "rails_workflow_operation_templates" ("kind", "type", "title", "operation_class", "partial_name", "async", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["kind", "default"], ["type", ""], ["title", "Start Operation"], ["operation_class", ""], ["partial_name", ""], ["async", "f"], ["uuid", "3f11c580-2930-7881-d09d-5bfedc9d8fb0"], ["created_at", "2015-06-29 17:41:12.511069"], ["updated_at", "2015-06-29 17:41:12.511069"]]
136544
+  (1.1ms) COMMIT
136545
+ Redirected to http://localhost:3000/workflow/config/29/operation_templates
136546
+ Completed 302 Found in 88ms (ActiveRecord: 2.6ms)
136547
+
136548
+
136549
+ Started GET "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:41:12 +0400
136550
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
136551
+ Parameters: {"process_template_id"=>"29"}
136552
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136553
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.3ms)
136554
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
136555
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (19.6ms)
136556
+ Completed 200 OK in 169ms (Views: 162.3ms | ActiveRecord: 0.8ms)
136557
+
136558
+
136559
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:41:12 +0400
136560
+
136561
+
136562
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:41:12 +0400
136563
+
136564
+
136565
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:41:12 +0400
136566
+
136567
+
136568
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:41:12 +0400
136569
+
136570
+
136571
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:41:12 +0400
136572
+
136573
+
136574
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:41:12 +0400
136575
+
136576
+
136577
+ Started GET "/workflow/config" for 127.0.0.1 at 2015-06-29 21:41:35 +0400
136578
+ Processing by RailsWorkflow::ProcessTemplatesController#index as HTML
136579
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
136580
+ RailsWorkflow::ProcessTemplate Load (0.9ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" ORDER BY "rails_workflow_process_templates"."id" DESC
136581
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/index.html.slim within layouts/rails_workflow/application (61.9ms)
136582
+ Completed 200 OK in 171ms (Views: 167.7ms | ActiveRecord: 0.9ms)
136583
+
136584
+
136585
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:41:35 +0400
136586
+
136587
+
136588
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:41:35 +0400
136589
+
136590
+
136591
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:41:35 +0400
136592
+
136593
+
136594
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:41:35 +0400
136595
+
136596
+
136597
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:41:35 +0400
136598
+
136599
+
136600
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:41:35 +0400
136601
+
136602
+
136603
+ Started GET "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:41:45 +0400
136604
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
136605
+ Parameters: {"process_template_id"=>"29"}
136606
+ RailsWorkflow::ProcessTemplate Load (0.5ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136607
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
136608
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
136609
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (14.9ms)
136610
+ Completed 200 OK in 141ms (Views: 133.0ms | ActiveRecord: 0.8ms)
136611
+
136612
+
136613
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:41:45 +0400
136614
+
136615
+
136616
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:41:45 +0400
136617
+
136618
+
136619
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:41:45 +0400
136620
+
136621
+
136622
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:41:45 +0400
136623
+
136624
+
136625
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:41:45 +0400
136626
+
136627
+
136628
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:41:45 +0400
136629
+
136630
+
136631
+ Started GET "/workflow/config/29/operation_templates/new?operation_template%5Bkind%5D=default" for 127.0.0.1 at 2015-06-29 21:45:49 +0400
136632
+ Processing by RailsWorkflow::OperationTemplatesController#new as HTML
136633
+ Parameters: {"operation_template"=>{"kind"=>"default"}, "process_template_id"=>"29"}
136634
+ RailsWorkflow::ProcessTemplate Load (0.7ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136635
+ Unpermitted parameter: process_template_id
136636
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.3ms)
136637
+ RailsWorkflow::ProcessTemplate Load (0.6ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE ("rails_workflow_process_templates"."id" != $1) [["id", 29]]
136638
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/_default_form.html.slim (52.5ms)
136639
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
136640
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/new.html.slim within layouts/rails_workflow/application (95.8ms)
136641
+ Completed 200 OK in 509ms (Views: 242.4ms | ActiveRecord: 10.2ms)
136642
+
136643
+
136644
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:45:50 +0400
136645
+
136646
+
136647
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:45:50 +0400
136648
+
136649
+
136650
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:45:50 +0400
136651
+
136652
+
136653
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:45:50 +0400
136654
+
136655
+
136656
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:45:50 +0400
136657
+
136658
+
136659
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:45:50 +0400
136660
+
136661
+
136662
+ Started POST "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:45:54 +0400
136663
+ Processing by RailsWorkflow::OperationTemplatesController#create as HTML
136664
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"/fQuC+OHaDWicr6T93OAO1jFG1ULRRQtoyaJi0jOHNtRdfmX4qpx+CcGd+H9GoVO+BX8sdlOL96V+djYYpmKqA==", "operation_template"=>{"kind"=>"default", "title"=>"Process Start", "operation_class"=>"", "type"=>"", "partial_name"=>"", "child_process_id"=>"", "async"=>"0", "is_background"=>"1"}, "commit"=>"Save", "process_template_id"=>"29"}
136665
+ RailsWorkflow::ProcessTemplate Load (0.6ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136666
+ Unpermitted parameters: utf8, authenticity_token, commit, process_template_id
136667
+  (0.3ms) BEGIN
136668
+ SQL (1.9ms) INSERT INTO "rails_workflow_operation_templates" ("kind", "type", "title", "operation_class", "partial_name", "async", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["kind", "default"], ["type", ""], ["title", "Process Start"], ["operation_class", ""], ["partial_name", ""], ["async", "f"], ["uuid", "afad7ad7-5ebe-08dc-eacc-dafff05038fd"], ["created_at", "2015-06-29 17:45:55.020854"], ["updated_at", "2015-06-29 17:45:55.020854"]]
136669
+  (1.0ms) COMMIT
136670
+ Redirected to http://localhost:3000/workflow/config/29/operation_templates
136671
+ Completed 302 Found in 84ms (ActiveRecord: 3.8ms)
136672
+
136673
+
136674
+ Started GET "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:45:55 +0400
136675
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
136676
+ Parameters: {"process_template_id"=>"29"}
136677
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136678
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
136679
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
136680
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (18.1ms)
136681
+ Completed 200 OK in 153ms (Views: 143.3ms | ActiveRecord: 0.7ms)
136682
+
136683
+
136684
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:45:55 +0400
136685
+
136686
+
136687
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:45:55 +0400
136688
+
136689
+
136690
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:45:55 +0400
136691
+
136692
+
136693
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:45:55 +0400
136694
+
136695
+
136696
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:45:55 +0400
136697
+
136698
+
136699
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:45:55 +0400
136700
+
136701
+
136702
+ Started GET "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:45:57 +0400
136703
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
136704
+ Parameters: {"process_template_id"=>"29"}
136705
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136706
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
136707
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
136708
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (15.9ms)
136709
+ Completed 200 OK in 142ms (Views: 136.5ms | ActiveRecord: 0.6ms)
136710
+
136711
+
136712
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:45:57 +0400
136713
+
136714
+
136715
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:45:57 +0400
136716
+
136717
+
136718
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:45:57 +0400
136719
+
136720
+
136721
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:45:57 +0400
136722
+
136723
+
136724
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:45:57 +0400
136725
+
136726
+
136727
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:45:57 +0400
136728
+
136729
+
136730
+ Started GET "/workflow/config/29/operation_templates/new?operation_template%5Bkind%5D=default" for 127.0.0.1 at 2015-06-29 21:46:36 +0400
136731
+ ActiveRecord::SchemaMigration Load (1.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
136732
+ Processing by RailsWorkflow::OperationTemplatesController#new as HTML
136733
+ Parameters: {"operation_template"=>{"kind"=>"default"}, "process_template_id"=>"29"}
136734
+ RailsWorkflow::ProcessTemplate Load (0.8ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136735
+ Unpermitted parameter: process_template_id
136736
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (31.2ms)
136737
+ RailsWorkflow::ProcessTemplate Load (0.6ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE ("rails_workflow_process_templates"."id" != $1) [["id", 29]]
136738
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/_default_form.html.slim (245.9ms)
136739
+ RailsWorkflow::OperationTemplate Load (0.9ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
136740
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/new.html.slim within layouts/rails_workflow/application (483.8ms)
136741
+ Completed 200 OK in 1425ms (Views: 1179.1ms | ActiveRecord: 8.8ms)
136742
+
136743
+
136744
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:46:38 +0400
136745
+
136746
+
136747
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:46:38 +0400
136748
+
136749
+
136750
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:46:38 +0400
136751
+
136752
+
136753
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:46:38 +0400
136754
+
136755
+
136756
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:46:38 +0400
136757
+
136758
+
136759
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:46:38 +0400
136760
+
136761
+
136762
+ Started POST "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:46:42 +0400
136763
+ Processing by RailsWorkflow::OperationTemplatesController#create as HTML
136764
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"jlOxpS34ZiK2jh2o7c6oJ56kZhND8LVeCoBSSGWiPNgi0mY5LNV/7zP61Nrnp61SPnSB95H7jq08XwMbT/Wqqw==", "operation_template"=>{"kind"=>"default", "title"=>"Start Operation", "operation_class"=>"", "type"=>"", "partial_name"=>"", "child_process_id"=>"", "async"=>"0", "is_background"=>"1"}, "commit"=>"Save", "process_template_id"=>"29"}
136765
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136766
+ Unpermitted parameters: utf8, authenticity_token, commit, process_template_id
136767
+  (0.3ms) BEGIN
136768
+ SQL (2.9ms) INSERT INTO "rails_workflow_operation_templates" ("kind", "type", "title", "operation_class", "partial_name", "async", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["kind", "default"], ["type", ""], ["title", "Start Operation"], ["operation_class", ""], ["partial_name", ""], ["async", "f"], ["uuid", "39969248-9431-2eb6-73b5-c9599a8eff15"], ["created_at", "2015-06-29 17:46:42.091951"], ["updated_at", "2015-06-29 17:46:42.091951"]]
136769
+  (0.6ms) COMMIT
136770
+ Redirected to http://localhost:3000/workflow/config/29/operation_templates
136771
+ Completed 302 Found in 56ms (ActiveRecord: 4.2ms)
136772
+
136773
+
136774
+ Started GET "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:46:42 +0400
136775
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
136776
+ Parameters: {"process_template_id"=>"29"}
136777
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136778
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
136779
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
136780
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (117.4ms)
136781
+ Completed 200 OK in 228ms (Views: 220.0ms | ActiveRecord: 0.9ms)
136782
+
136783
+
136784
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:46:42 +0400
136785
+
136786
+
136787
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:46:42 +0400
136788
+
136789
+
136790
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:46:42 +0400
136791
+
136792
+
136793
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:46:42 +0400
136794
+
136795
+
136796
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:46:42 +0400
136797
+
136798
+
136799
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:46:42 +0400
136800
+
136801
+
136802
+ Started GET "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:46:44 +0400
136803
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
136804
+ Parameters: {"process_template_id"=>"29"}
136805
+ RailsWorkflow::ProcessTemplate Load (0.5ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136806
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
136807
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
136808
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (14.4ms)
136809
+ Completed 200 OK in 128ms (Views: 121.4ms | ActiveRecord: 0.9ms)
136810
+
136811
+
136812
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:46:45 +0400
136813
+
136814
+
136815
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:46:45 +0400
136816
+
136817
+
136818
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:46:45 +0400
136819
+
136820
+
136821
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:46:45 +0400
136822
+
136823
+
136824
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:46:45 +0400
136825
+
136826
+
136827
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:46:45 +0400
136828
+
136829
+
136830
+ Started POST "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:47:54 +0400
136831
+ Processing by RailsWorkflow::OperationTemplatesController#create as HTML
136832
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"jlOxpS34ZiK2jh2o7c6oJ56kZhND8LVeCoBSSGWiPNgi0mY5LNV/7zP61Nrnp61SPnSB95H7jq08XwMbT/Wqqw==", "operation_template"=>{"kind"=>"default", "title"=>"Start Operation", "operation_class"=>"", "type"=>"", "partial_name"=>"", "child_process_id"=>"", "async"=>"0", "is_background"=>"1"}, "commit"=>"Save", "process_template_id"=>"29"}
136833
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136834
+ Unpermitted parameters: utf8, authenticity_token, commit, process_template_id
136835
+  (0.3ms) BEGIN
136836
+ SQL (0.5ms) INSERT INTO "rails_workflow_operation_templates" ("kind", "type", "title", "operation_class", "partial_name", "async", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["kind", "default"], ["type", ""], ["title", "Start Operation"], ["operation_class", ""], ["partial_name", ""], ["async", "f"], ["uuid", "847e088d-dea8-3072-8a2c-288e8dd49564"], ["created_at", "2015-06-29 17:47:55.648385"], ["updated_at", "2015-06-29 17:47:55.648385"]]
136837
+  (1.1ms) COMMIT
136838
+ Redirected to http://localhost:3000/workflow/config/29/operation_templates
136839
+ Completed 302 Found in 170ms (ActiveRecord: 5.7ms)
136840
+
136841
+
136842
+ Started GET "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:47:55 +0400
136843
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
136844
+ Parameters: {"process_template_id"=>"29"}
136845
+ RailsWorkflow::ProcessTemplate Load (0.5ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136846
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
136847
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
136848
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (20.6ms)
136849
+ Completed 200 OK in 159ms (Views: 145.5ms | ActiveRecord: 1.0ms)
136850
+
136851
+
136852
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:47:55 +0400
136853
+
136854
+
136855
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:47:55 +0400
136856
+
136857
+
136858
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:47:55 +0400
136859
+
136860
+
136861
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:47:55 +0400
136862
+
136863
+
136864
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:47:55 +0400
136865
+
136866
+
136867
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:47:56 +0400
136868
+
136869
+
136870
+ Started GET "/workflow/config/29/operation_templates/new?operation_template%5Bkind%5D=default" for 127.0.0.1 at 2015-06-29 21:48:32 +0400
136871
+ Processing by RailsWorkflow::OperationTemplatesController#new as HTML
136872
+ Parameters: {"operation_template"=>{"kind"=>"default"}, "process_template_id"=>"29"}
136873
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136874
+ Unpermitted parameter: process_template_id
136875
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
136876
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE ("rails_workflow_process_templates"."id" != $1) [["id", 29]]
136877
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/_default_form.html.slim (23.9ms)
136878
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
136879
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/new.html.slim within layouts/rails_workflow/application (43.9ms)
136880
+ Completed 200 OK in 178ms (Views: 152.5ms | ActiveRecord: 1.2ms)
136881
+
136882
+
136883
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:48:32 +0400
136884
+
136885
+
136886
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:48:32 +0400
136887
+
136888
+
136889
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:48:32 +0400
136890
+
136891
+
136892
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:48:32 +0400
136893
+
136894
+
136895
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:48:32 +0400
136896
+
136897
+
136898
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:48:32 +0400
136899
+
136900
+
136901
+ Started POST "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:51:23 +0400
136902
+ Processing by RailsWorkflow::OperationTemplatesController#create as HTML
136903
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Leu9DNdShWTW8PtAXrVEu5uAgTO6+MqlXNJlFhqxXE6BamqQ1n+cqVOEMjJU3EHOO1Bm12jz8VZqDTRFMObKPQ==", "operation_template"=>{"kind"=>"default", "title"=>"", "operation_class"=>"", "type"=>"", "partial_name"=>"", "child_process_id"=>"", "async"=>"0", "is_background"=>"1"}, "commit"=>"Save", "process_template_id"=>"29"}
136904
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136905
+ Unpermitted parameters: utf8, authenticity_token, commit, process_template_id
136906
+  (0.2ms) BEGIN
136907
+ SQL (0.4ms) INSERT INTO "rails_workflow_operation_templates" ("kind", "type", "title", "operation_class", "partial_name", "async", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["kind", "default"], ["type", ""], ["title", ""], ["operation_class", ""], ["partial_name", ""], ["async", "f"], ["process_template_id", 29], ["uuid", "798fb421-7ff7-0d90-6429-087d0a7d224a"], ["created_at", "2015-06-29 17:51:24.133676"], ["updated_at", "2015-06-29 17:51:24.133676"]]
136908
+  (6.3ms) COMMIT
136909
+ Redirected to http://localhost:3000/workflow/config/29/operation_templates
136910
+ Completed 302 Found in 177ms (ActiveRecord: 11.3ms)
136911
+
136912
+
136913
+ Started GET "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:51:24 +0400
136914
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
136915
+ Parameters: {"process_template_id"=>"29"}
136916
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136917
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
136918
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
136919
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (27.5ms)
136920
+ Completed 200 OK in 293ms (Views: 282.6ms | ActiveRecord: 0.7ms)
136921
+
136922
+
136923
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:51:24 +0400
136924
+
136925
+
136926
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:51:24 +0400
136927
+
136928
+
136929
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:51:24 +0400
136930
+
136931
+
136932
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:51:24 +0400
136933
+
136934
+
136935
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:51:24 +0400
136936
+
136937
+
136938
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:51:24 +0400
136939
+
136940
+
136941
+ Started DELETE "/workflow/config/29/operation_templates/76" for 127.0.0.1 at 2015-06-29 21:51:27 +0400
136942
+ Processing by RailsWorkflow::OperationTemplatesController#destroy as HTML
136943
+ Parameters: {"authenticity_token"=>"+vnNPtKNKNNbvZtZ2s50fPcSF9u6OVW2kgt5qiFyk3tWeBqi06AxHt7JUivQp3EJV8LwP2gybkWk1Cj5CyUFCA==", "process_template_id"=>"29", "id"=>"76"}
136944
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 76]]
136945
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136946
+  (0.3ms) BEGIN
136947
+ SQL (0.3ms) DELETE FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 76]]
136948
+  (0.5ms) COMMIT
136949
+ Redirected to http://localhost:3000/workflow/config/29/operation_templates
136950
+ Completed 302 Found in 16ms (ActiveRecord: 1.8ms)
136951
+
136952
+
136953
+ Started GET "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:51:27 +0400
136954
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
136955
+ Parameters: {"process_template_id"=>"29"}
136956
+ RailsWorkflow::ProcessTemplate Load (0.6ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136957
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.7ms)
136958
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
136959
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (21.8ms)
136960
+ Completed 200 OK in 190ms (Views: 180.9ms | ActiveRecord: 1.1ms)
136961
+
136962
+
136963
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:51:28 +0400
136964
+
136965
+
136966
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:51:28 +0400
136967
+
136968
+
136969
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:51:28 +0400
136970
+
136971
+
136972
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:51:28 +0400
136973
+
136974
+
136975
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:51:28 +0400
136976
+
136977
+
136978
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:51:28 +0400
136979
+
136980
+
136981
+ Started GET "/workflow/config/29/edit" for 127.0.0.1 at 2015-06-29 21:52:12 +0400
136982
+ Processing by RailsWorkflow::ProcessTemplatesController#edit as HTML
136983
+ Parameters: {"id"=>"29"}
136984
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
136985
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
136986
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/_form.html.slim (98.5ms)
136987
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/edit.html.slim within layouts/rails_workflow/application (189.9ms)
136988
+ Completed 200 OK in 395ms (Views: 387.8ms | ActiveRecord: 0.4ms)
136989
+
136990
+
136991
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:52:12 +0400
136992
+
136993
+
136994
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:12 +0400
136995
+
136996
+
136997
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:12 +0400
136998
+
136999
+
137000
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:12 +0400
137001
+
137002
+
137003
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:12 +0400
137004
+
137005
+
137006
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:52:12 +0400
137007
+
137008
+
137009
+ Started GET "/workflow/config/29/operation_templates/new?operation_template%5Bkind%5D=default" for 127.0.0.1 at 2015-06-29 21:52:16 +0400
137010
+ Processing by RailsWorkflow::OperationTemplatesController#new as HTML
137011
+ Parameters: {"operation_template"=>{"kind"=>"default"}, "process_template_id"=>"29"}
137012
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
137013
+ Unpermitted parameter: process_template_id
137014
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
137015
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE ("rails_workflow_process_templates"."id" != $1) [["id", 29]]
137016
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/_default_form.html.slim (24.8ms)
137017
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
137018
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/new.html.slim within layouts/rails_workflow/application (43.0ms)
137019
+ Completed 200 OK in 162ms (Views: 143.0ms | ActiveRecord: 1.0ms)
137020
+
137021
+
137022
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:52:16 +0400
137023
+
137024
+
137025
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:16 +0400
137026
+
137027
+
137028
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:16 +0400
137029
+
137030
+
137031
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:16 +0400
137032
+
137033
+
137034
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:52:16 +0400
137035
+
137036
+
137037
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:16 +0400
137038
+
137039
+
137040
+ Started POST "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:52:20 +0400
137041
+ Processing by RailsWorkflow::OperationTemplatesController#create as HTML
137042
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZaaEdfqyg//ehgtzRU5vxPoxDfEcGtn8PGp19nWuk7HJJ1Pp+5+aMlvywgFPJ2qxWuHqFc4R4g8KtSSlX/kFwg==", "operation_template"=>{"kind"=>"default", "title"=>"Start Operation", "operation_class"=>"", "type"=>"", "partial_name"=>"", "child_process_id"=>"", "async"=>"0", "is_background"=>"1"}, "commit"=>"Save", "process_template_id"=>"29"}
137043
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
137044
+ Unpermitted parameters: utf8, authenticity_token, commit, process_template_id
137045
+  (0.2ms) BEGIN
137046
+ SQL (0.5ms) INSERT INTO "rails_workflow_operation_templates" ("kind", "type", "title", "operation_class", "partial_name", "async", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["kind", "default"], ["type", ""], ["title", "Start Operation"], ["operation_class", ""], ["partial_name", ""], ["async", "f"], ["process_template_id", 29], ["uuid", "0bbed3ea-aa5d-746c-9697-13fd0ac44cc5"], ["created_at", "2015-06-29 17:52:21.076909"], ["updated_at", "2015-06-29 17:52:21.076909"]]
137047
+  (1.2ms) COMMIT
137048
+ Redirected to http://localhost:3000/workflow/config/29/operation_templates
137049
+ Completed 302 Found in 84ms (ActiveRecord: 2.3ms)
137050
+
137051
+
137052
+ Started GET "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:52:21 +0400
137053
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
137054
+ Parameters: {"process_template_id"=>"29"}
137055
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
137056
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
137057
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
137058
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (19.5ms)
137059
+ Completed 200 OK in 160ms (Views: 152.5ms | ActiveRecord: 0.7ms)
137060
+
137061
+
137062
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:21 +0400
137063
+
137064
+
137065
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:21 +0400
137066
+
137067
+
137068
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:21 +0400
137069
+
137070
+
137071
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:21 +0400
137072
+
137073
+
137074
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:52:21 +0400
137075
+
137076
+
137077
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:52:21 +0400
137078
+
137079
+
137080
+ Started GET "/workflow/config/29/operation_templates/new?operation_template%5Bkind%5D=default" for 127.0.0.1 at 2015-06-29 21:52:25 +0400
137081
+ Processing by RailsWorkflow::OperationTemplatesController#new as HTML
137082
+ Parameters: {"operation_template"=>{"kind"=>"default"}, "process_template_id"=>"29"}
137083
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
137084
+ Unpermitted parameter: process_template_id
137085
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
137086
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE ("rails_workflow_process_templates"."id" != $1) [["id", 29]]
137087
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/_default_form.html.slim (18.8ms)
137088
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
137089
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/new.html.slim within layouts/rails_workflow/application (45.2ms)
137090
+ Completed 200 OK in 178ms (Views: 159.2ms | ActiveRecord: 1.1ms)
137091
+
137092
+
137093
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:52:25 +0400
137094
+
137095
+
137096
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:25 +0400
137097
+
137098
+
137099
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:52:25 +0400
137100
+
137101
+
137102
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:25 +0400
137103
+
137104
+
137105
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:25 +0400
137106
+
137107
+
137108
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:25 +0400
137109
+
137110
+
137111
+ Started POST "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:52:33 +0400
137112
+ Processing by RailsWorkflow::OperationTemplatesController#create as HTML
137113
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"FKcrq+g2lxQL3i+8BlDzIAtm4W9RRYkP63mKYSC39I24Jvw36RuO2Y6q5s4MOfZVq7YGi4NOsvzdptsyCuBi/g==", "operation_template"=>{"kind"=>"default", "title"=>"End Operation", "operation_class"=>"", "type"=>"", "partial_name"=>"", "child_process_id"=>"", "async"=>"0", "is_background"=>"1", "dependencies"=>{"0"=>{"id"=>"77", "statuses"=>["2"]}}}, "commit"=>"Save", "process_template_id"=>"29"}
137114
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
137115
+ Unpermitted parameters: utf8, authenticity_token, commit, process_template_id
137116
+  (0.2ms) BEGIN
137117
+ SQL (0.4ms) INSERT INTO "rails_workflow_operation_templates" ("kind", "type", "title", "operation_class", "partial_name", "async", "dependencies", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id" [["kind", "default"], ["type", ""], ["title", "End Operation"], ["operation_class", ""], ["partial_name", ""], ["async", "f"], ["dependencies", "[{\"id\":77,\"statuses\":[2]}]"], ["process_template_id", 29], ["uuid", "2c2904b1-99a5-0bc8-e363-8aee10d0917e"], ["created_at", "2015-06-29 17:52:33.817886"], ["updated_at", "2015-06-29 17:52:33.817886"]]
137118
+  (0.5ms) COMMIT
137119
+ Redirected to http://localhost:3000/workflow/config/29/operation_templates
137120
+ Completed 302 Found in 66ms (ActiveRecord: 1.3ms)
137121
+
137122
+
137123
+ Started GET "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-06-29 21:52:33 +0400
137124
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
137125
+ Parameters: {"process_template_id"=>"29"}
137126
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
137127
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
137128
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
137129
+  (0.4ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 77]]
137130
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (23.5ms)
137131
+ Completed 200 OK in 140ms (Views: 134.4ms | ActiveRecord: 0.9ms)
137132
+
137133
+
137134
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:52:34 +0400
137135
+
137136
+
137137
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:34 +0400
137138
+
137139
+
137140
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:34 +0400
137141
+
137142
+
137143
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:34 +0400
137144
+
137145
+
137146
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:34 +0400
137147
+
137148
+
137149
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:52:34 +0400
137150
+
137151
+
137152
+ Started POST "/workflow/processes?process%5Btemplate_id%5D=29" for 127.0.0.1 at 2015-06-29 21:52:35 +0400
137153
+ Processing by RailsWorkflow::ProcessesController#create as HTML
137154
+ Parameters: {"authenticity_token"=>"v6MROG425I8p6Vb4IX797fbiwIlCUJIo0XFk9prGrcUTIsakbxv9Qqydn4orF/iYVjInbZBbqdvnrjWlsJE7tg==", "process"=>{"template_id"=>"29"}}
137155
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
137156
+  (0.2ms) BEGIN
137157
+ SQL (0.6ms) INSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["template_id", 29], ["created_at", "2015-06-29 17:52:36.064336"], ["updated_at", "2015-06-29 17:52:36.064336"]]
137158
+  (0.4ms) COMMIT
137159
+  (0.2ms) BEGIN
137160
+ SQL (0.4ms) UPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4 [["title", "Some Test Process"], ["status", 0], ["updated_at", "2015-06-29 17:52:36.080653"], ["id", 289]]
137161
+ SQL (8.0ms) INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 289], ["parent_type", "RailsWorkflow::Process"], ["body", "{}"], ["created_at", "2015-06-29 17:52:36.126192"], ["updated_at", "2015-06-29 17:52:36.126192"]]
137162
+ RailsWorkflow::Context Load (0.6ms) 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", 289], ["parent_type", "RailsWorkflow::Process"]]
137163
+ RailsWorkflow::OperationTemplate Load (0.4ms) 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 [["process_template_id", 29]]
137164
+ SQL (1.0ms) INSERT INTO "rails_workflow_operations" ("title", "async", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Start Operation"], ["async", "f"], ["is_background", "t"], ["template_id", 77], ["process_id", 289], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-06-29 17:52:39.577919"], ["updated_at", "2015-06-29 17:52:39.577919"]]
137165
+ SQL (0.5ms) 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", 467], ["body", "{}"], ["created_at", "2015-06-29 17:52:39.589438"], ["updated_at", "2015-06-29 17:52:39.589438"]]
137166
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 289]]
137167
+  (1.1ms) COMMIT
137168
+  (0.4ms) SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 289]]
137169
+  (0.2ms) BEGIN
137170
+ SQL (0.4ms) UPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3 [["status", 1], ["updated_at", "2015-06-29 17:52:39.623448"], ["id", 289]]
137171
+  (0.4ms) COMMIT
137172
+ RailsWorkflow::Operation Load (1.0ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND "rails_workflow_operations"."status" = $2 [["process_id", 289], ["status", 0]]
137173
+  (0.2ms) BEGIN
137174
+ SQL (0.3ms) UPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["status", 1], ["updated_at", "2015-06-29 17:52:39.640236"], ["id", 467]]
137175
+  (0.5ms) COMMIT
137176
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 467]]
137177
+  (0.2ms) BEGIN
137178
+  (0.2ms) COMMIT
137179
+  (0.2ms) BEGIN
137180
+ SQL (0.4ms) UPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4 [["status", 2], ["completed_at", "2015-06-29 17:52:39.663005"], ["updated_at", "2015-06-29 17:52:39.668081"], ["id", 467]]
137181
+  (5.1ms) COMMIT
137182
+ RailsWorkflow::Process Load (0.7ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 289]]
137183
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
137184
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
137185
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 77]]
137186
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 289]]
137187
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 77]]
137188
+ RailsWorkflow::Context Load (0.4ms) 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", 467], ["parent_type", "RailsWorkflow::Operation"]]
137189
+  (0.2ms) BEGIN
137190
+ SQL (0.4ms) INSERT INTO "rails_workflow_operations" ("title", "async", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "End Operation"], ["async", "f"], ["is_background", "t"], ["template_id", 78], ["process_id", 289], ["status", 0], ["dependencies", "[{\"operation_id\":467,\"status\":2}]"], ["created_at", "2015-06-29 17:52:39.731241"], ["updated_at", "2015-06-29 17:52:39.731241"]]
137191
+ SQL (0.3ms) 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", 468], ["body", "{}"], ["created_at", "2015-06-29 17:52:39.743443"], ["updated_at", "2015-06-29 17:52:39.743443"]]
137192
+  (0.8ms) COMMIT
137193
+  (0.2ms) BEGIN
137194
+  (0.2ms) COMMIT
137195
+  (0.2ms) BEGIN
137196
+ SQL (0.4ms) UPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["status", 1], ["updated_at", "2015-06-29 17:52:39.767698"], ["id", 468]]
137197
+  (0.4ms) COMMIT
137198
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 468]]
137199
+  (0.2ms) BEGIN
137200
+  (0.2ms) COMMIT
137201
+  (0.2ms) BEGIN
137202
+ SQL (0.4ms) UPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4 [["status", 2], ["completed_at", "2015-06-29 17:52:39.782611"], ["updated_at", "2015-06-29 17:52:39.787895"], ["id", 468]]
137203
+  (0.4ms) COMMIT
137204
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 289]]
137205
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
137206
+ RailsWorkflow::OperationTemplate Load (0.2ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
137207
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 78]]
137208
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 289]]
137209
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 77]]
137210
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 78]]
137211
+  (0.5ms) 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", 289], ["parent_type", "RailsWorkflow::Process"]]
137212
+ CACHE (0.1ms) 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", 289], ["parent_type", "RailsWorkflow::Process"]]
137213
+  (0.2ms) BEGIN
137214
+ SQL (0.3ms) UPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3 [["status", 2], ["updated_at", "2015-06-29 17:52:39.840474"], ["id", 289]]
137215
+  (5.0ms) COMMIT
137216
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 289]]
137217
+ Redirected to http://localhost:3000/workflow/processes/289
137218
+ Completed 302 Found in 3854ms (ActiveRecord: 46.9ms)
137219
+
137220
+
137221
+ Started GET "/workflow/processes/289" for 127.0.0.1 at 2015-06-29 21:52:39 +0400
137222
+ Processing by RailsWorkflow::ProcessesController#show as HTML
137223
+ Parameters: {"id"=>"289"}
137224
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 289]]
137225
+ RailsWorkflow::Operation Load (11.7ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 289]]
137226
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
137227
+ RailsWorkflow::Operation Load (0.6ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 289]]
137228
+ RailsWorkflow::OperationTemplate Load (1.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 77]]
137229
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 78]]
137230
+ RailsWorkflow::ProcessTemplate Load (0.5ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
137231
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
137232
+ RailsWorkflow::Error Load (1.0ms) SELECT "rails_workflow_errors".* 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", 289], ["parent_type", "RailsWorkflow::Process"]]
137233
+ RailsWorkflow::Context Load (0.6ms) 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", 289], ["parent_type", "RailsWorkflow::Process"]]
137234
+ RailsWorkflow::Process Load (1.6ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 289]]
137235
+ CACHE (0.2ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
137236
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (85.3ms)
137237
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (366.6ms)
137238
+ Completed 200 OK in 554ms (Views: 522.7ms | ActiveRecord: 18.9ms)
137239
+
137240
+
137241
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:40 +0400
137242
+
137243
+
137244
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:52:40 +0400
137245
+
137246
+
137247
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:40 +0400
137248
+
137249
+
137250
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:40 +0400
137251
+
137252
+
137253
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-06-29 21:52:40 +0400
137254
+
137255
+
137256
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-06-29 21:52:40 +0400