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.
- checksums.yaml +4 -4
- data/app/concerns/rails_workflow/operation_templates/dependencies.rb +2 -0
- data/app/concerns/rails_workflow/operations/dependencies.rb +2 -0
- data/app/controllers/rails_workflow/operation_templates_controller.rb +1 -1
- data/app/models/rails_workflow/context.rb +2 -0
- data/db/migrate/{20150625034602_create_workflow_processes.rb → 20150629171932_create_workflow_processes.rb} +6 -5
- data/lib/generators/rails_workflow/install/templates/create_workflow_processes.rb +6 -5
- data/lib/rails_workflow/version.rb +1 -1
- data/spec/controllers/rails_workflow/operation_templates_controller_spec.rb +2 -0
- data/spec/dummy/config/database.yml.semaphore +4 -9
- data/spec/dummy/db/schema.rb +4 -4
- data/spec/dummy/log/development.log +2362 -0
- data/spec/dummy/log/test.log +8474 -0
- data/spec/dummy/tmp/pids/server.pid +1 -1
- metadata +3 -3
@@ -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
|
+
[1m[36mActiveRecord::SchemaMigration Load (2.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
134896
|
+
Migrating to CreateWorkflowProcesses (20150629171932)
|
134897
|
+
[1m[35m (0.2ms)[0m BEGIN
|
134898
|
+
[1m[36m (47.3ms)[0m [1mALTER TABLE "rails_workflow_operations" ALTER COLUMN "dependencies" TYPE text[0m
|
134899
|
+
[1m[35m (6.0ms)[0m ALTER TABLE "rails_workflow_operation_templates" ALTER COLUMN "dependencies" TYPE text
|
134900
|
+
[1m[36m (7.4ms)[0m [1mALTER TABLE "rails_workflow_contexts" ALTER COLUMN "body" TYPE text[0m
|
134901
|
+
[1m[35mSQL (6.7ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150629171932"]]
|
134902
|
+
[1m[36m (22.2ms)[0m [1mCOMMIT[0m
|
134903
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.3ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
134904
|
+
[1m[36m (2.4ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
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
|
+
[0m
|
134916
|
+
[1m[35m (2.1ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
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
|
+
[1m[36m (1.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
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
|
+
[0m
|
134940
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
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
|
+
[1m[36m (2.2ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
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
|
+
[0m
|
134964
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
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
|
+
[1m[36m (2.1ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
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
|
+
[0m
|
134988
|
+
[1m[35m (1.9ms)[0m SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
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
|
+
[1m[36m (1.9ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
|
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
|
+
[0m
|
135012
|
+
|
135013
|
+
|
135014
|
+
Started GET "/" for ::1 at 2015-06-29 21:22:41 +0400
|
135015
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.9ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
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
|
+
[1m[35mRailsWorkflow::Operation Load (25.0ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."status" = 3 ORDER BY "rails_workflow_operations"."created_at" DESC
|
135024
|
+
[1m[36mRailsWorkflow::Process Load (1.9ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 273]]
|
135025
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (20.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
|
135026
|
+
[1m[36mRailsWorkflow::Process Load (0.4ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 258]]
|
135027
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.4ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
|
135028
|
+
[1m[36mRailsWorkflow::Process Load (0.4ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 257]]
|
135029
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
|
135030
|
+
[1m[36mRailsWorkflow::Process Load (0.4ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 250]]
|
135031
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
|
135032
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 249]]
|
135033
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
|
135034
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 248]]
|
135035
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
|
135036
|
+
[1m[36mRailsWorkflow::Process Load (0.9ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 201]]
|
135037
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
|
135038
|
+
[1m[36mRailsWorkflow::Process Load (0.7ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 200]]
|
135039
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.5ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (21.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" ORDER BY "rails_workflow_process_templates"."id" DESC[0m
|
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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.6ms)[0m 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
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["process_template_id", 28]]
|
135094
|
+
[1m[35m (0.3ms)[0m SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
|
135095
|
+
[1m[36m (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
|
135122
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
135123
|
+
[1m[35mSQL (24.2ms)[0m 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
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
135125
|
+
[1m[35m (0.3ms)[0m BEGIN
|
135126
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4[0m [["title", "Test Process"], ["status", 0], ["updated_at", "2015-06-29 17:22:56.144207"], ["id", 284]]
|
135127
|
+
[1m[35mSQL (14.3ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 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
|
+
[1m[36mRailsWorkflow::Context Load (0.8ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 284], ["parent_type", "RailsWorkflow::Process"]]
|
135129
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.5ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL [["process_template_id", 28]]
|
135130
|
+
[1m[36mRailsWorkflow::Process Load (0.4ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 284]]
|
135131
|
+
[1m[35m (0.5ms)[0m COMMIT
|
135132
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["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
|
+
[1m[35mRailsWorkflow::Process Load (0.5ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
|
135141
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 284]]
|
135142
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.0ms)
|
135143
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 284]]
|
135144
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 28]]
|
135145
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.4ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
|
135146
|
+
[1m[36m (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["id", 69]]
|
135147
|
+
[1m[35m (0.5ms)[0m SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
|
135148
|
+
[1m[36mRailsWorkflow::Error Load (22.3ms)[0m [1mSELECT "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)[0m [["parent_id", 284], ["parent_type", "RailsWorkflow::Process"]]
|
135149
|
+
[1m[35mRailsWorkflow::Context Load (0.4ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 284], ["parent_type", "RailsWorkflow::Process"]]
|
135150
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 284]]
|
135151
|
+
[1m[35mCACHE (0.0ms)[0m 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
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 284]]
|
135179
|
+
[1m[35mRailsWorkflow::Operation Load (0.4ms)[0m 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
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["process_id", 284]]
|
135182
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
|
135183
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["process_template_id", 28]]
|
135184
|
+
[1m[35m (0.3ms)[0m SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
|
135185
|
+
[1m[36m (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["id", 70]]
|
135186
|
+
[1m[35mRailsWorkflow::Error Load (0.3ms)[0m 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
|
+
[1m[36mRailsWorkflow::Context Load (0.4ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 284], ["parent_type", "RailsWorkflow::Process"]]
|
135188
|
+
[1m[35mRailsWorkflow::Process Load (0.2ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
|
135189
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["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
|
+
[1m[35mRailsWorkflow::Process Load (0.5ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
|
135217
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 284]]
|
135218
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
|
135219
|
+
[1m[35mRailsWorkflow::Operation Load (0.5ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 284]]
|
135220
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.5ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 28]]
|
135221
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (1.1ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
|
135222
|
+
[1m[36m (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["id", 69]]
|
135223
|
+
[1m[35m (0.3ms)[0m SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
|
135224
|
+
[1m[36mRailsWorkflow::Error Load (7.5ms)[0m [1mSELECT "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)[0m [["parent_id", 284], ["parent_type", "RailsWorkflow::Process"]]
|
135225
|
+
[1m[35mRailsWorkflow::Context Load (0.6ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 284], ["parent_type", "RailsWorkflow::Process"]]
|
135226
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 284]]
|
135227
|
+
[1m[35mCACHE (0.0ms)[0m 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
|
+
[1m[36mRailsWorkflow::Process Load (0.4ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 284]]
|
135255
|
+
[1m[35mRailsWorkflow::Operation Load (0.7ms)[0m 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
|
+
[1m[36mRailsWorkflow::Operation Load (1.1ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["process_id", 284]]
|
135258
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (3.6ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
|
135259
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.6ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["process_template_id", 28]]
|
135260
|
+
[1m[35m (0.6ms)[0m SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
|
135261
|
+
[1m[36m (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["id", 70]]
|
135262
|
+
[1m[35mRailsWorkflow::Error Load (0.8ms)[0m 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
|
+
[1m[36mRailsWorkflow::Context Load (0.6ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 284], ["parent_type", "RailsWorkflow::Process"]]
|
135264
|
+
[1m[35mRailsWorkflow::Process Load (0.3ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
|
135265
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["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
|
+
[1m[35mRailsWorkflow::Process Load (0.3ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
|
135293
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 284]]
|
135294
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
|
135295
|
+
[1m[35mRailsWorkflow::Operation Load (0.6ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 284]]
|
135296
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 28]]
|
135297
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.4ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
|
135298
|
+
[1m[36m (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["id", 69]]
|
135299
|
+
[1m[35m (0.3ms)[0m SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
|
135300
|
+
[1m[36mRailsWorkflow::Error Load (0.3ms)[0m [1mSELECT "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)[0m [["parent_id", 284], ["parent_type", "RailsWorkflow::Process"]]
|
135301
|
+
[1m[35mRailsWorkflow::Context Load (0.4ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 284], ["parent_type", "RailsWorkflow::Process"]]
|
135302
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 284]]
|
135303
|
+
[1m[35mCACHE (0.0ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_processes"[0m
|
135330
|
+
[1m[35m (2.4ms)[0m 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
|
+
[1m[36mRailsWorkflow::Process Load (0.5ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" ORDER BY "rails_workflow_processes"."created_at" DESC LIMIT 30 OFFSET 0[0m
|
135336
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "rails_workflow_processes"
|
135337
|
+
[1m[36mRailsWorkflow::Operation Load (0.4ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 284]]
|
135338
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 284]]
|
135339
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 283]]
|
135340
|
+
[1m[35mRailsWorkflow::Operation Load (0.4ms)[0m 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
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 282]]
|
135342
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 282]]
|
135343
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 281]]
|
135344
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 281]]
|
135345
|
+
[1m[36mRailsWorkflow::Operation Load (0.5ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 280]]
|
135346
|
+
[1m[35mRailsWorkflow::Operation Load (0.7ms)[0m 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
|
+
[1m[36mRailsWorkflow::Operation Load (2.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 279]]
|
135348
|
+
[1m[35mRailsWorkflow::Operation Load (0.5ms)[0m 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
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 278]]
|
135350
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 278]]
|
135351
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 277]]
|
135352
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 277]]
|
135353
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 276]]
|
135354
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 276]]
|
135355
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 275]]
|
135356
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 275]]
|
135357
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 274]]
|
135358
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 274]]
|
135359
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 273]]
|
135360
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 273]]
|
135361
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 272]]
|
135362
|
+
[1m[35mRailsWorkflow::Process Load (0.3ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 271]]
|
135363
|
+
[1m[36mRailsWorkflow::Operation Load (0.4ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL)[0m [["process_id", 272]]
|
135364
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 271]]
|
135365
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL)[0m [["process_id", 271]]
|
135366
|
+
[1m[35mRailsWorkflow::Process Load (0.3ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 272]]
|
135367
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 270]]
|
135368
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 270]]
|
135369
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 269]]
|
135370
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 269]]
|
135371
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 268]]
|
135372
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 268]]
|
135373
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 267]]
|
135374
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 267]]
|
135375
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 266]]
|
135376
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 266]]
|
135377
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 265]]
|
135378
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 265]]
|
135379
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 264]]
|
135380
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 264]]
|
135381
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 263]]
|
135382
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 263]]
|
135383
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 262]]
|
135384
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 262]]
|
135385
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 261]]
|
135386
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 261]]
|
135387
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 260]]
|
135388
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 260]]
|
135389
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 259]]
|
135390
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 259]]
|
135391
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 258]]
|
135392
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 258]]
|
135393
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 257]]
|
135394
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 257]]
|
135395
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 256]]
|
135396
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 256]]
|
135397
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 255]]
|
135398
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 255]]
|
135399
|
+
[1m[36mRailsWorkflow::Error Load (13.6ms)[0m [1mSELECT "rails_workflow_errors".* FROM "rails_workflow_errors" WHERE (resolved is null or resolved = false) ORDER BY "rails_workflow_errors"."id" ASC LIMIT 10[0m
|
135400
|
+
[1m[35mRailsWorkflow::Process Load (0.6ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" IN (204, 205, 211, 212, 213, 214, 215, 216, 218)
|
135401
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" IN (27)[0m
|
135402
|
+
[1m[35mRailsWorkflow::Operation Load (0.5ms)[0m 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
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.6ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" IN (63, 51, 65)[0m
|
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
|
+
[1m[35mRailsWorkflow::Process Load (0.7ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
|
135430
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 284]]
|
135431
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.0ms)
|
135432
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 284]]
|
135433
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 28]]
|
135434
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
|
135435
|
+
[1m[36m (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["id", 69]]
|
135436
|
+
[1m[35m (0.2ms)[0m SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
|
135437
|
+
[1m[36mRailsWorkflow::Error Load (0.3ms)[0m [1mSELECT "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)[0m [["parent_id", 284], ["parent_type", "RailsWorkflow::Process"]]
|
135438
|
+
[1m[35mRailsWorkflow::Context Load (0.2ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 284], ["parent_type", "RailsWorkflow::Process"]]
|
135439
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 284]]
|
135440
|
+
[1m[35mCACHE (0.0ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
|
135495
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
135496
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (2.0ms)[0m [1mCOMMIT[0m
|
135498
|
+
[1m[35m (0.6ms)[0m BEGIN
|
135499
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4[0m [["title", "Test Process"], ["status", 0], ["updated_at", "2015-06-29 17:29:31.264203"], ["id", 285]]
|
135500
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 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
|
+
[1m[36mRailsWorkflow::Context Load (0.2ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 285], ["parent_type", "RailsWorkflow::Process"]]
|
135502
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.4ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL [["process_template_id", 28]]
|
135503
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 285]]
|
135504
|
+
[1m[35m (0.4ms)[0m COMMIT
|
135505
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["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
|
+
[1m[35mRailsWorkflow::Process Load (0.3ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 285]]
|
135514
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 285]]
|
135515
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.0ms)
|
135516
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 285]]
|
135517
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 28]]
|
135518
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.4ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
|
135519
|
+
[1m[36m (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["id", 69]]
|
135520
|
+
[1m[35m (0.2ms)[0m SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
|
135521
|
+
[1m[36mRailsWorkflow::Error Load (0.2ms)[0m [1mSELECT "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)[0m [["parent_id", 285], ["parent_type", "RailsWorkflow::Process"]]
|
135522
|
+
[1m[35mRailsWorkflow::Context Load (0.3ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 285], ["parent_type", "RailsWorkflow::Process"]]
|
135523
|
+
[1m[36mRailsWorkflow::Process Load (0.2ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 285]]
|
135524
|
+
[1m[35mCACHE (0.0ms)[0m 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
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_processes"[0m
|
135551
|
+
[1m[35m (0.4ms)[0m 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
|
+
[1m[36mRailsWorkflow::Process Load (0.5ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" ORDER BY "rails_workflow_processes"."created_at" DESC LIMIT 30 OFFSET 0[0m
|
135557
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "rails_workflow_processes"
|
135558
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 285]]
|
135559
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 285]]
|
135560
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 284]]
|
135561
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 284]]
|
135562
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 283]]
|
135563
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 283]]
|
135564
|
+
[1m[36mRailsWorkflow::Operation Load (0.4ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 282]]
|
135565
|
+
[1m[35mRailsWorkflow::Operation Load (0.4ms)[0m 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
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 281]]
|
135567
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 281]]
|
135568
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 280]]
|
135569
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 280]]
|
135570
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 279]]
|
135571
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 279]]
|
135572
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 278]]
|
135573
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 278]]
|
135574
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 277]]
|
135575
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 277]]
|
135576
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 276]]
|
135577
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 276]]
|
135578
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 275]]
|
135579
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 275]]
|
135580
|
+
[1m[36mRailsWorkflow::Operation Load (0.4ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 274]]
|
135581
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 274]]
|
135582
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 273]]
|
135583
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 273]]
|
135584
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 272]]
|
135585
|
+
[1m[35mRailsWorkflow::Process Load (0.3ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 271]]
|
135586
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL)[0m [["process_id", 272]]
|
135587
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 271]]
|
135588
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL)[0m [["process_id", 271]]
|
135589
|
+
[1m[35mRailsWorkflow::Process Load (0.2ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 272]]
|
135590
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 270]]
|
135591
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 270]]
|
135592
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 269]]
|
135593
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 269]]
|
135594
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 268]]
|
135595
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 268]]
|
135596
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 267]]
|
135597
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 267]]
|
135598
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 266]]
|
135599
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 266]]
|
135600
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 265]]
|
135601
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 265]]
|
135602
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 264]]
|
135603
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 264]]
|
135604
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 263]]
|
135605
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 263]]
|
135606
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 262]]
|
135607
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 262]]
|
135608
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 261]]
|
135609
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 261]]
|
135610
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 260]]
|
135611
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 260]]
|
135612
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 259]]
|
135613
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 259]]
|
135614
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 258]]
|
135615
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 258]]
|
135616
|
+
[1m[36mRailsWorkflow::Operation Load (0.2ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 257]]
|
135617
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 257]]
|
135618
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 256]]
|
135619
|
+
[1m[35mRailsWorkflow::Operation Load (0.2ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 256]]
|
135620
|
+
[1m[36mRailsWorkflow::Error Load (0.9ms)[0m [1mSELECT "rails_workflow_errors".* FROM "rails_workflow_errors" WHERE (resolved is null or resolved = false) ORDER BY "rails_workflow_errors"."id" ASC LIMIT 10[0m
|
135621
|
+
[1m[35mRailsWorkflow::Process Load (0.4ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" IN (204, 205, 211, 212, 213, 214, 215, 216, 218)
|
135622
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" IN (27)[0m
|
135623
|
+
[1m[35mRailsWorkflow::Operation Load (0.4ms)[0m 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
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" IN (63, 51, 65)[0m
|
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
|
+
[1m[35mRailsWorkflow::Process Load (0.3ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
|
135651
|
+
[1m[36mRailsWorkflow::Operation Load (0.3ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 284]]
|
135652
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.0ms)
|
135653
|
+
[1m[35mRailsWorkflow::Operation Load (0.5ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 284]]
|
135654
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 28]]
|
135655
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
|
135656
|
+
[1m[36m (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["id", 69]]
|
135657
|
+
[1m[35m (0.2ms)[0m SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
|
135658
|
+
[1m[36mRailsWorkflow::Error Load (0.2ms)[0m [1mSELECT "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)[0m [["parent_id", 284], ["parent_type", "RailsWorkflow::Process"]]
|
135659
|
+
[1m[35mRailsWorkflow::Context Load (0.3ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 284], ["parent_type", "RailsWorkflow::Process"]]
|
135660
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 284]]
|
135661
|
+
[1m[35mCACHE (0.0ms)[0m 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
|
+
[1m[36mRailsWorkflow::Process Load (0.7ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 284]]
|
135689
|
+
[1m[35mRailsWorkflow::Operation Load (0.4ms)[0m 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
|
+
[1m[36mRailsWorkflow::Operation Load (0.5ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["process_id", 284]]
|
135692
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.7ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
|
135693
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.5ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["process_template_id", 28]]
|
135694
|
+
[1m[35m (0.3ms)[0m SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
|
135695
|
+
[1m[36m (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["id", 70]]
|
135696
|
+
[1m[35mRailsWorkflow::Error Load (0.6ms)[0m 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
|
+
[1m[36mRailsWorkflow::Context Load (1.2ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 284], ["parent_type", "RailsWorkflow::Process"]]
|
135698
|
+
[1m[35mRailsWorkflow::Process Load (0.3ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 284]]
|
135699
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.7ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 28]]
|
135753
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.0ms)
|
135754
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
|
135755
|
+
[1m[36m (0.2ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["id", 69]]
|
135756
|
+
[1m[35m (0.2ms)[0m 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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
135824
|
+
Processing by RailsWorkflow::ProcessesController#create as HTML
|
135825
|
+
Parameters: {"authenticity_token"=>"nx08u02itkL/ax5cyuk/h8HM65CDjg5fqFL7oHZ7ZCsznOsnTI+vj3of1y7AgDryYRwMdFGFNayejarzXCzyWA==", "process"=>{"template_id"=>"28"}}
|
135826
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.7ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
|
135827
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
135828
|
+
[1m[35mSQL (0.7ms)[0m 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
|
+
[1m[36m (5.8ms)[0m [1mCOMMIT[0m
|
135830
|
+
[1m[35m (0.3ms)[0m BEGIN
|
135831
|
+
[1m[36mSQL (0.6ms)[0m [1mUPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4[0m [["title", "Test Process"], ["status", 0], ["updated_at", "2015-06-29 17:32:58.512737"], ["id", 286]]
|
135832
|
+
[1m[35mSQL (7.7ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 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
|
+
[1m[36mRailsWorkflow::Context Load (0.6ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 286], ["parent_type", "RailsWorkflow::Process"]]
|
135834
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.8ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL [["process_template_id", 28]]
|
135835
|
+
[1m[36mRailsWorkflow::Process Load (0.5ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 286]]
|
135836
|
+
[1m[35m (5.4ms)[0m COMMIT
|
135837
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["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
|
+
[1m[35mRailsWorkflow::Process Load (0.5ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 286]]
|
135846
|
+
[1m[36mRailsWorkflow::Operation Load (0.6ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 286]]
|
135847
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (119.2ms)
|
135848
|
+
[1m[35mRailsWorkflow::Operation Load (0.4ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 286]]
|
135849
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.5ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 28]]
|
135850
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.4ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
|
135851
|
+
[1m[36m (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["id", 69]]
|
135852
|
+
[1m[35m (0.4ms)[0m SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
|
135853
|
+
[1m[36mRailsWorkflow::Error Load (0.5ms)[0m [1mSELECT "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)[0m [["parent_id", 286], ["parent_type", "RailsWorkflow::Process"]]
|
135854
|
+
[1m[35mRailsWorkflow::Context Load (0.4ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 286], ["parent_type", "RailsWorkflow::Process"]]
|
135855
|
+
[1m[36mRailsWorkflow::Process Load (0.5ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 286]]
|
135856
|
+
[1m[35mCACHE (0.1ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.6ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.5ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
|
135911
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
135912
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (1.1ms)[0m [1mCOMMIT[0m
|
135914
|
+
[1m[35m (0.2ms)[0m BEGIN
|
135915
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4[0m [["title", "Test Process"], ["status", 0], ["updated_at", "2015-06-29 17:33:38.272057"], ["id", 287]]
|
135916
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 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
|
+
[1m[36mRailsWorkflow::Context Load (0.5ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 287], ["parent_type", "RailsWorkflow::Process"]]
|
135918
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.4ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL [["process_template_id", 28]]
|
135919
|
+
[1m[36mRailsWorkflow::Process Load (0.4ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 287]]
|
135920
|
+
[1m[35m (0.5ms)[0m COMMIT
|
135921
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["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
|
+
[1m[35mRailsWorkflow::Process Load (0.5ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 287]]
|
135930
|
+
[1m[36mRailsWorkflow::Operation Load (0.5ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1[0m [["child_process_id", 287]]
|
135931
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
|
135932
|
+
[1m[35mRailsWorkflow::Operation Load (0.6ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 287]]
|
135933
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.6ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 28]]
|
135934
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.6ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
|
135935
|
+
[1m[36m (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["id", 69]]
|
135936
|
+
[1m[35m (0.8ms)[0m SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
|
135937
|
+
[1m[36mRailsWorkflow::Error Load (0.4ms)[0m [1mSELECT "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)[0m [["parent_id", 287], ["parent_type", "RailsWorkflow::Process"]]
|
135938
|
+
[1m[35mRailsWorkflow::Context Load (0.6ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 287], ["parent_type", "RailsWorkflow::Process"]]
|
135939
|
+
[1m[36mRailsWorkflow::Process Load (0.4ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 287]]
|
135940
|
+
[1m[35mCACHE (0.1ms)[0m 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
|
+
[1m[36mRailsWorkflow::Process Load (0.4ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 287]]
|
135963
|
+
[1m[35mRailsWorkflow::Operation Load (0.5ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 287]]
|
135964
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.6ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 28]]
|
135965
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.5ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL [["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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.7ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
|
135999
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
|
136000
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.6ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["process_template_id", 28]]
|
136001
|
+
[1m[35m (0.4ms)[0m SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
|
136002
|
+
[1m[36m (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["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
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.6ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 68]]
|
136029
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 28]]
|
136030
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
|
136031
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m 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
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.6ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND ("rails_workflow_operation_templates"."id" != $2) ORDER BY "rails_workflow_operation_templates"."id" ASC[0m [["process_template_id", 28], ["id", 68]]
|
136034
|
+
[1m[35mCACHE (0.1ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND ("rails_workflow_operation_templates"."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
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.6ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 68]]
|
136061
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
|
136062
|
+
Unpermitted parameters: utf8, _method, authenticity_token, commit, process_template_id, id
|
136063
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
136064
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (1.2ms)[0m [1mCOMMIT[0m
|
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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
|
136074
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
|
136075
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.6ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["process_template_id", 28]]
|
136076
|
+
[1m[35m (0.4ms)[0m SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 69]]
|
136077
|
+
[1m[36m (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
|
136104
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
136105
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.6ms)[0m [1mCOMMIT[0m
|
136107
|
+
[1m[35m (0.2ms)[0m BEGIN
|
136108
|
+
[1m[36mSQL (0.5ms)[0m [1mUPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4[0m [["title", "Test Process"], ["status", 0], ["updated_at", "2015-06-29 17:38:59.988975"], ["id", 288]]
|
136109
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 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
|
+
[1m[36mRailsWorkflow::Context Load (0.6ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 288], ["parent_type", "RailsWorkflow::Process"]]
|
136111
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.5ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL [["process_template_id", 28]]
|
136112
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL[0m [["process_template_id", 28]]
|
136113
|
+
[1m[35mCACHE (0.1ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL [["process_template_id", 28]]
|
136114
|
+
[1m[36mSQL (5.3ms)[0m [1mINSERT 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"[0m [["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
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 466], ["body", "{}"], ["created_at", "2015-06-29 17:39:07.478104"], ["updated_at", "2015-06-29 17:39:07.478104"]]
|
136116
|
+
[1m[36mRailsWorkflow::Process Load (0.4ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 288]]
|
136117
|
+
[1m[35m (0.6ms)[0m COMMIT
|
136118
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["process_id", 288]]
|
136119
|
+
[1m[35m (0.2ms)[0m BEGIN
|
136120
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3[0m [["status", 1], ["updated_at", "2015-06-29 17:39:10.056648"], ["id", 288]]
|
136121
|
+
[1m[35m (1.1ms)[0m COMMIT
|
136122
|
+
[1m[36mRailsWorkflow::Operation Load (0.5ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND "rails_workflow_operations"."status" = $2[0m [["process_id", 288], ["status", 0]]
|
136123
|
+
[1m[35m (0.2ms)[0m BEGIN
|
136124
|
+
[1m[36mSQL (0.5ms)[0m [1mUPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3[0m [["status", 1], ["updated_at", "2015-06-29 17:39:10.076355"], ["id", 466]]
|
136125
|
+
[1m[35m (0.4ms)[0m COMMIT
|
136126
|
+
[1m[36mRailsWorkflow::Operation Load (0.5ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1[0m [["id", 466]]
|
136127
|
+
[1m[35m (0.3ms)[0m BEGIN
|
136128
|
+
[1m[36m (0.3ms)[0m [1mCOMMIT[0m
|
136129
|
+
[1m[35m (0.2ms)[0m BEGIN
|
136130
|
+
[1m[36mSQL (0.5ms)[0m [1mUPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4[0m [["status", 2], ["completed_at", "2015-06-29 17:39:10.102113"], ["updated_at", "2015-06-29 17:39:10.109941"], ["id", 466]]
|
136131
|
+
[1m[35m (0.4ms)[0m COMMIT
|
136132
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 288]]
|
136133
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
|
136134
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.5ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["process_template_id", 28]]
|
136135
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.5ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 68]]
|
136136
|
+
[1m[36mRailsWorkflow::Operation Load (0.6ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["process_id", 288]]
|
136137
|
+
[1m[35mCACHE (0.1ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 68]]
|
136138
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false)[0m [["parent_id", 288], ["parent_type", "RailsWorkflow::Process"]]
|
136139
|
+
[1m[35mCACHE (0.1ms)[0m SELECT COUNT(*) FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false) [["parent_id", 288], ["parent_type", "RailsWorkflow::Process"]]
|
136140
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
136141
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (1.1ms)[0m [1mCOMMIT[0m
|
136143
|
+
[1m[35mRailsWorkflow::Operation Load (0.4ms)[0m 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
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 288]]
|
136152
|
+
[1m[35mRailsWorkflow::Operation Load (0.5ms)[0m 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
|
+
[1m[36mRailsWorkflow::Operation Load (0.4ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["process_id", 288]]
|
136155
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.4ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 68]]
|
136156
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 28]]
|
136157
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.4ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 28]]
|
136158
|
+
[1m[36m (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["id", 69]]
|
136159
|
+
[1m[35m (0.3ms)[0m SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
|
136160
|
+
[1m[36mRailsWorkflow::Error Load (0.4ms)[0m [1mSELECT "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)[0m [["parent_id", 288], ["parent_type", "RailsWorkflow::Process"]]
|
136161
|
+
[1m[35mRailsWorkflow::Context Load (0.5ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 288], ["parent_type", "RailsWorkflow::Process"]]
|
136162
|
+
[1m[36mRailsWorkflow::Process Load (0.4ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 288]]
|
136163
|
+
[1m[35mCACHE (0.1ms)[0m 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
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.7ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 69]]
|
136191
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
|
136192
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
|
136193
|
+
[1m[36m (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["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
|
+
[1m[35mRailsWorkflow::Operation Load (0.9ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."status" = 3 ORDER BY "rails_workflow_operations"."created_at" DESC
|
136219
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 273]]
|
136220
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.5ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
|
136221
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 258]]
|
136222
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
|
136223
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 257]]
|
136224
|
+
[1m[35mCACHE (0.1ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
|
136225
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 250]]
|
136226
|
+
[1m[35mCACHE (0.1ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
|
136227
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 249]]
|
136228
|
+
[1m[35mCACHE (0.1ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
|
136229
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 248]]
|
136230
|
+
[1m[35mCACHE (0.1ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
|
136231
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 201]]
|
136232
|
+
[1m[35mCACHE (0.1ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
|
136233
|
+
[1m[36mRailsWorkflow::Process Load (0.3ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 200]]
|
136234
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.5ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" ORDER BY "rails_workflow_process_templates"."id" DESC[0m
|
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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.6ms)[0m 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
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["process_template_id", 18]]
|
136289
|
+
[1m[35m (0.3ms)[0m SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 50]]
|
136290
|
+
[1m[36m (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["id", 51]]
|
136291
|
+
[1m[35mCACHE (0.1ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 22]]
|
136318
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
|
136319
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 22]]
|
136320
|
+
[1m[36m (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["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
|
+
[1m[35m (0.3ms)[0m BEGIN
|
136373
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT 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"[0m [["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
|
+
[1m[35m (0.5ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
136383
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
|
136384
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.4ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
136411
|
+
Unpermitted parameter: process_template_id
|
136412
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
|
136413
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m 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
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
|
136442
|
+
Unpermitted parameters: utf8, authenticity_token, commit, process_template_id
|
136443
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
136444
|
+
[1m[35mSQL (3.0ms)[0m 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
|
+
[1m[36m (0.5ms)[0m [1mCOMMIT[0m
|
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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
|
136454
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
|
136455
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
|
136482
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
|
136483
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
|
136510
|
+
Unpermitted parameter: process_template_id
|
136511
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
|
136512
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE ("rails_workflow_process_templates"."id" != $1)[0m [["id", 29]]
|
136513
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/_default_form.html.slim (22.4ms)
|
136514
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.4ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.5ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
136541
|
+
Unpermitted parameters: utf8, authenticity_token, commit, process_template_id
|
136542
|
+
[1m[35m (0.3ms)[0m BEGIN
|
136543
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT 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"[0m [["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
|
+
[1m[35m (1.1ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
136553
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.3ms)
|
136554
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.5ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.9ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" ORDER BY "rails_workflow_process_templates"."id" DESC[0m
|
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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.5ms)[0m 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
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.7ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.6ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE ("rails_workflow_process_templates"."id" != $1)[0m [["id", 29]]
|
136638
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/_default_form.html.slim (52.5ms)
|
136639
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.4ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.6ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
136666
|
+
Unpermitted parameters: utf8, authenticity_token, commit, process_template_id
|
136667
|
+
[1m[35m (0.3ms)[0m BEGIN
|
136668
|
+
[1m[36mSQL (1.9ms)[0m [1mINSERT 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"[0m [["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
|
+
[1m[35m (1.0ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
136678
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
|
136679
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
136706
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
|
136707
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["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
|
+
[1m[36mActiveRecord::SchemaMigration Load (1.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
136732
|
+
Processing by RailsWorkflow::OperationTemplatesController#new as HTML
|
136733
|
+
Parameters: {"operation_template"=>{"kind"=>"default"}, "process_template_id"=>"29"}
|
136734
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.8ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.6ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE ("rails_workflow_process_templates"."id" != $1)[0m [["id", 29]]
|
136738
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/_default_form.html.slim (245.9ms)
|
136739
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.9ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
136766
|
+
Unpermitted parameters: utf8, authenticity_token, commit, process_template_id
|
136767
|
+
[1m[35m (0.3ms)[0m BEGIN
|
136768
|
+
[1m[36mSQL (2.9ms)[0m [1mINSERT 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"[0m [["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
|
+
[1m[35m (0.6ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
136778
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
|
136779
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.5ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.5ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
136806
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
|
136807
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.4ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
136834
|
+
Unpermitted parameters: utf8, authenticity_token, commit, process_template_id
|
136835
|
+
[1m[35m (0.3ms)[0m BEGIN
|
136836
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT 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"[0m [["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
|
+
[1m[35m (1.1ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.5ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
136846
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
|
136847
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.5ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
136874
|
+
Unpermitted parameter: process_template_id
|
136875
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
|
136876
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m 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
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
|
136905
|
+
Unpermitted parameters: utf8, authenticity_token, commit, process_template_id
|
136906
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
136907
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (6.3ms)[0m [1mCOMMIT[0m
|
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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
|
136917
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
|
136918
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["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
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.4ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 76]]
|
136945
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
136946
|
+
[1m[35m (0.3ms)[0m BEGIN
|
136947
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1[0m [["id", 76]]
|
136948
|
+
[1m[35m (0.5ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.6ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
136957
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.7ms)
|
136958
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.6ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
|
137013
|
+
Unpermitted parameter: process_template_id
|
137014
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
|
137015
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE ("rails_workflow_process_templates"."id" != $1)[0m [["id", 29]]
|
137016
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/_default_form.html.slim (24.8ms)
|
137017
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
137044
|
+
Unpermitted parameters: utf8, authenticity_token, commit, process_template_id
|
137045
|
+
[1m[35m (0.2ms)[0m BEGIN
|
137046
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT 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"[0m [["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
|
+
[1m[35m (1.2ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
137056
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
|
137057
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
137084
|
+
Unpermitted parameter: process_template_id
|
137085
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
|
137086
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m 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
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
|
137115
|
+
Unpermitted parameters: utf8, authenticity_token, commit, process_template_id
|
137116
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
137117
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.5ms)[0m [1mCOMMIT[0m
|
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
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
|
137127
|
+
Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
|
137128
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["process_template_id", 29]]
|
137129
|
+
[1m[35m (0.4ms)[0m 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
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
137156
|
+
[1m[35m (0.2ms)[0m BEGIN
|
137157
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["template_id", 29], ["created_at", "2015-06-29 17:52:36.064336"], ["updated_at", "2015-06-29 17:52:36.064336"]]
|
137158
|
+
[1m[35m (0.4ms)[0m COMMIT
|
137159
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
137160
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36mSQL (8.0ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_id", 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
|
+
[1m[35mRailsWorkflow::Context Load (0.6ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 289], ["parent_type", "RailsWorkflow::Process"]]
|
137163
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND "rails_workflow_operation_templates"."dependencies" IS NULL[0m [["process_template_id", 29]]
|
137164
|
+
[1m[35mSQL (1.0ms)[0m 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
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 467], ["body", "{}"], ["created_at", "2015-06-29 17:52:39.589438"], ["updated_at", "2015-06-29 17:52:39.589438"]]
|
137166
|
+
[1m[35mRailsWorkflow::Process Load (0.4ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 289]]
|
137167
|
+
[1m[36m (1.1ms)[0m [1mCOMMIT[0m
|
137168
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 289]]
|
137169
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
137170
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3 [["status", 1], ["updated_at", "2015-06-29 17:52:39.623448"], ["id", 289]]
|
137171
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m
|
137172
|
+
[1m[35mRailsWorkflow::Operation Load (1.0ms)[0m 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
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
137174
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["status", 1], ["updated_at", "2015-06-29 17:52:39.640236"], ["id", 467]]
|
137175
|
+
[1m[36m (0.5ms)[0m [1mCOMMIT[0m
|
137176
|
+
[1m[35mRailsWorkflow::Operation Load (0.4ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 467]]
|
137177
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
137178
|
+
[1m[35m (0.2ms)[0m COMMIT
|
137179
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
137180
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4 [["status", 2], ["completed_at", "2015-06-29 17:52:39.663005"], ["updated_at", "2015-06-29 17:52:39.668081"], ["id", 467]]
|
137181
|
+
[1m[36m (5.1ms)[0m [1mCOMMIT[0m
|
137182
|
+
[1m[35mRailsWorkflow::Process Load (0.7ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 289]]
|
137183
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
137184
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.3ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
|
137185
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 77]]
|
137186
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 289]]
|
137187
|
+
[1m[36mCACHE (0.1ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 77]]
|
137188
|
+
[1m[35mRailsWorkflow::Context Load (0.4ms)[0m SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 467], ["parent_type", "RailsWorkflow::Operation"]]
|
137189
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
137190
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 468], ["body", "{}"], ["created_at", "2015-06-29 17:52:39.743443"], ["updated_at", "2015-06-29 17:52:39.743443"]]
|
137192
|
+
[1m[35m (0.8ms)[0m COMMIT
|
137193
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
137194
|
+
[1m[35m (0.2ms)[0m COMMIT
|
137195
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
137196
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m
|
137198
|
+
[1m[35mRailsWorkflow::Operation Load (0.5ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 468]]
|
137199
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
137200
|
+
[1m[35m (0.2ms)[0m COMMIT
|
137201
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
137202
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4 [["status", 2], ["completed_at", "2015-06-29 17:52:39.782611"], ["updated_at", "2015-06-29 17:52:39.787895"], ["id", 468]]
|
137203
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m
|
137204
|
+
[1m[35mRailsWorkflow::Process Load (0.4ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 289]]
|
137205
|
+
[1m[36mRailsWorkflow::ProcessTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["id", 29]]
|
137206
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (0.2ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 29]]
|
137207
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 78]]
|
137208
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 289]]
|
137209
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.4ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 77]]
|
137210
|
+
[1m[35mCACHE (0.1ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 78]]
|
137211
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false)[0m [["parent_id", 289], ["parent_type", "RailsWorkflow::Process"]]
|
137212
|
+
[1m[35mCACHE (0.1ms)[0m SELECT COUNT(*) FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false) [["parent_id", 289], ["parent_type", "RailsWorkflow::Process"]]
|
137213
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
137214
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3 [["status", 2], ["updated_at", "2015-06-29 17:52:39.840474"], ["id", 289]]
|
137215
|
+
[1m[36m (5.0ms)[0m [1mCOMMIT[0m
|
137216
|
+
[1m[35mRailsWorkflow::Operation Load (0.3ms)[0m SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 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
|
+
[1m[36mRailsWorkflow::Process Load (0.4ms)[0m [1mSELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1[0m [["id", 289]]
|
137225
|
+
[1m[35mRailsWorkflow::Operation Load (11.7ms)[0m 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
|
+
[1m[36mRailsWorkflow::Operation Load (0.6ms)[0m [1mSELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1[0m [["process_id", 289]]
|
137228
|
+
[1m[35mRailsWorkflow::OperationTemplate Load (1.4ms)[0m SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 77]]
|
137229
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.6ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1[0m [["id", 78]]
|
137230
|
+
[1m[35mRailsWorkflow::ProcessTemplate Load (0.5ms)[0m SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
|
137231
|
+
[1m[36mRailsWorkflow::OperationTemplate Load (0.3ms)[0m [1mSELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1[0m [["process_template_id", 29]]
|
137232
|
+
[1m[35mRailsWorkflow::Error Load (1.0ms)[0m 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
|
+
[1m[36mRailsWorkflow::Context Load (0.6ms)[0m [1mSELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1[0m [["parent_id", 289], ["parent_type", "RailsWorkflow::Process"]]
|
137234
|
+
[1m[35mRailsWorkflow::Process Load (1.6ms)[0m SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 289]]
|
137235
|
+
[1m[36mCACHE (0.2ms)[0m [1mSELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1[0m [["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
|