rails_workflow 0.3.4 → 0.3.5

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.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/app/concerns/rails_workflow/operation_templates/dependencies.rb +3 -2
  3. data/app/concerns/rails_workflow/process_templates/default_builder.rb +0 -5
  4. data/app/concerns/rails_workflow/processes/default_runner.rb +0 -2
  5. data/app/controllers/rails_workflow/application_controller.rb +2 -1
  6. data/app/controllers/rails_workflow/errors_controller.rb +1 -1
  7. data/app/controllers/rails_workflow/operation_templates_controller.rb +1 -1
  8. data/app/controllers/rails_workflow/operations_controller.rb +1 -1
  9. data/app/controllers/rails_workflow/process_templates_controller.rb +1 -1
  10. data/app/controllers/rails_workflow/processes_controller.rb +7 -9
  11. data/app/decorators/rails_workflow/process_decorator.rb +1 -1
  12. data/app/serializers/rails_workflow/operation_template_serializer.rb +2 -1
  13. data/lib/rails_workflow/version.rb +1 -1
  14. data/spec/controllers/rails_workflow/operation_templates_controller_spec.rb +1 -4
  15. data/spec/dummy/log/development.log +2213 -0
  16. data/spec/dummy/log/test.log +22669 -0
  17. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/0EIKn8sY_0M0E7Li-YyoTYGMuWkMSlAlIFc7Qnb2ioI.cache +1 -0
  18. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/1bDPFQYYoZ92zSB_1Yewvj1RrGqNGHrTLYXW0V5XGcY.cache +0 -0
  19. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/20ilgUZBVBBqe9X9yp-ZnBBYybYzf3WTT2Qc3CS1QYk.cache +1 -0
  20. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/3eNq8255nIx-uwNAqFfLBPGF_zcuaYmk1qLTzqdxLPY.cache +1 -0
  21. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/4fqYILPb73PNefY634gFdl-4gm7T1xyVcQ32PzXvVtk.cache +1 -0
  22. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/6SeOOkcKtXeaRgTA0bueQfwnws83WblhkTNvJtwuQyo.cache +0 -0
  23. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/86AMcjHILhoW6Ydej6dJPi-AtDF33ET69o8FBWHA5eM.cache +0 -0
  24. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/8Cc6PiprSk320Kyt7hGbHAzummWpCiPCJ4c1kaH_o1I.cache +0 -0
  25. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/8cROEJzplYgaGRvO8FMhFa7NGr-X4rOQowoNRr7QkCA.cache +0 -0
  26. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/BlL8se8iF_xGaHvIROyx4hjI0Giv1vnxRMTqA7Ie6Ng.cache +0 -0
  27. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/Bz2_G0w_AedgWd4KAS8TaIJx26bHtMTr7dMSTOG_XWo.cache +1 -0
  28. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/CbqzastumiJfEyKEW6YCj6JHTDZtPsP1CIWCyEbw3Y8.cache +0 -0
  29. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/Gn-Obq1PaNoJjfbeHqV1mmsxYof67dxMJzt-7KWCA48.cache +0 -0
  30. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/H8B55t5wL8VTMMrw5mOHFSjEaYKkN1D9PMoKe3R0RYI.cache +0 -0
  31. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/J5y6U_3pN2siipybKlQFMozxDhP0b7fM88TYcU-uVP0.cache +0 -0
  32. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/LFykY_atMVKC5n5kEBGnC1S-zmDH0j3k1B0OfGNjeb4.cache +0 -0
  33. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/NCN9IvNwAmJKd3TnY4CzigYxWVwYFCYQZLq3iXPdSRo.cache +1 -0
  34. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/P24OOGIKNWibs9oMyl8TYRfavh-iXgT7OJzEJ6qWPK4.cache +0 -0
  35. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/WDbX-T1fI0qdGGAalYwtkmbYOKeUrY1cUQxGHktQyZ8.cache +0 -0
  36. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/WE-Id74AVZ-7gUSLvkm5fTQZTSaVBq0k9wNaPEv3qgs.cache +1 -0
  37. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/XFpOHF6eXEOAuXiTzjRDDbP48USilJXWhZyu93BoJ_A.cache +0 -0
  38. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/ZKL-sXqpVAOPK_7OF0YQwjPkkQr5Yn4DyQsMufSGpqA.cache +1 -0
  39. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/ZOL8FGuGNTpvNUUsSzMT5ahd7SH4DroHx3SrklW4Kkg.cache +0 -0
  40. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/aThz_jb-IMJe0wKDIb43M-V9k4LRwJEWoQhBbM8JarQ.cache +0 -0
  41. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/cKrqNnKq1ljj0sfPALg0Km14OlVBYh5XkCh4w9aTtrY.cache +1 -0
  42. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/dmShfTrLpoxmBamKyX718Fxhn4R668mOU-eWYM_71OE.cache +1 -0
  43. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/gOedOIKQuejVG-daR98iyzkOBEG-z8LWwqFLpNpLF4M.cache +1 -0
  44. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/isc6UFf-rgvcpTogrWLXYRSLSGvPFKpnUHgCc0qA7Eg.cache +0 -0
  45. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/izr8yqsAK6K92dIGZRKuDiMiZx4ck5SLfH2r2p6FKDc.cache +0 -0
  46. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/kmcu5qEA6xe0TX6L8NknEZxfdRTNXlcChNcz7-pBhWw.cache +1 -0
  47. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/lF4IvO444Hc3QiPnrN47SDVxtvAaMSk6Bvco29gd3GA.cache +0 -0
  48. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/m_KoMFPYzMsgBl6U9ks26UHmvQWIfpSaOS7Vz18VY-M.cache +0 -0
  49. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/meUAmvZ36ls8PVDaQIIP0uhq8kTgyu4Xa1psCfXaV6k.cache +0 -0
  50. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/nHTym1XaEZcCX8euPzYoN9Z4oSFlsxfj5tcOkmC9FjE.cache +3 -0
  51. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/nfSVuvwgMu1JkhcJ3PHzcwo0dji6jxOS9ajEh_gFCEM.cache +1 -0
  52. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/oD5Ypm1kW3mrhrVFsYB7MbyWZ_RqxHR7br1kOkw62zw.cache +0 -0
  53. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/q2dXQx2au72ieiBBglM2a1HlZnIy3O2ZJglcK1Xbfz4.cache +1 -0
  54. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/qPoe31z0TY8Pb49hlAPrvvt0fL8TRKkrb0hqWrCVNGM.cache +1 -0
  55. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/rPmABz0raf_Mu_97pCTl8Uya3_-Jhe4A2SkK-nd8bVQ.cache +0 -0
  56. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/rf5Isz_x5fsKXcFFa5fhiiuv82UJ4KmXMgmIHuzUm6Y.cache +0 -0
  57. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/t8PCA45QoCYfmSt9aAT4yoKvBwtzMCt6Dz3Ats0PO2E.cache +1 -0
  58. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/vGnU6GewlO_EFds1nYQMWRajunwbiEru9AIXNDF80So.cache +1 -0
  59. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/wSKJsFrEwRNsNE695snJr0DrCLo12W8YnJdsJeWiS9w.cache +4 -0
  60. data/spec/models/rails_workflow/operation_template_spec.rb +2 -20
  61. metadata +64 -2
@@ -143768,3 +143768,2216 @@ Processing by RailsWorkflow::OperationTemplatesController#index as JSON
143768
143768
  RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 25]]
143769
143769
  RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 [["process_template_id", 25]]
143770
143770
  Completed 200 OK in 26ms (Views: 18.3ms | ActiveRecord: 1.5ms)
143771
+
143772
+
143773
+ Started GET "/" for ::1 at 2015-07-08 22:55:03 +0400
143774
+ ActiveRecord::SchemaMigration Load (2.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
143775
+ Processing by Rails::WelcomeController#index as HTML
143776
+ 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.2ms)
143777
+ Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms)
143778
+
143779
+
143780
+ Started GET "/workflow/" for ::1 at 2015-07-08 22:55:06 +0400
143781
+ Processing by RailsWorkflow::OperationsController#index as HTML
143782
+ RailsWorkflow::Operation Load (27.7ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."status" = 3 ORDER BY "rails_workflow_operations"."created_at" DESC
143783
+ RailsWorkflow::Process Load (7.9ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 273]]
143784
+ RailsWorkflow::OperationTemplate Load (16.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
143785
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 258]]
143786
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
143787
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 257]]
143788
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
143789
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 250]]
143790
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
143791
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 249]]
143792
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
143793
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 248]]
143794
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
143795
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 201]]
143796
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
143797
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 200]]
143798
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 63]]
143799
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operations/index.html.slim within layouts/rails_workflow/application (242.8ms)
143800
+ Completed 200 OK in 874ms (Views: 699.4ms | ActiveRecord: 110.1ms)
143801
+
143802
+
143803
+ Started GET "/workflow/" for ::1 at 2015-07-08 22:55:07 +0400
143804
+ Processing by RailsWorkflow::OperationsController#index as HTML
143805
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."status" = 3 ORDER BY "rails_workflow_operations"."created_at" DESC
143806
+ RailsWorkflow::Process Load (0.2ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 273]]
143807
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
143808
+ RailsWorkflow::Process Load (0.2ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 258]]
143809
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
143810
+ RailsWorkflow::Process Load (0.2ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 257]]
143811
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
143812
+ RailsWorkflow::Process Load (0.2ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 250]]
143813
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
143814
+ RailsWorkflow::Process Load (0.2ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 249]]
143815
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
143816
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 248]]
143817
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
143818
+ RailsWorkflow::Process Load (0.2ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 201]]
143819
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
143820
+ RailsWorkflow::Process Load (0.2ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 200]]
143821
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 63]]
143822
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operations/index.html.slim within layouts/rails_workflow/application (21.3ms)
143823
+ Completed 200 OK in 56ms (Views: 51.8ms | ActiveRecord: 3.5ms)
143824
+
143825
+
143826
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-07-08 22:55:07 +0400
143827
+
143828
+
143829
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-07-08 22:55:07 +0400
143830
+
143831
+
143832
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-07-08 22:55:07 +0400
143833
+
143834
+
143835
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-07-08 22:55:07 +0400
143836
+
143837
+
143838
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-07-08 22:55:07 +0400
143839
+
143840
+
143841
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-07-08 22:55:07 +0400
143842
+
143843
+
143844
+ Started GET "/workflow/config" for ::1 at 2015-07-08 22:55:09 +0400
143845
+ Processing by RailsWorkflow::ProcessTemplatesController#index as HTML
143846
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (4.4ms)
143847
+ RailsWorkflow::ProcessTemplate Load (19.6ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" ORDER BY "rails_workflow_process_templates"."id" DESC
143848
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/index.html.slim within layouts/rails_workflow/application (54.3ms)
143849
+ Completed 200 OK in 92ms (Views: 65.2ms | ActiveRecord: 20.9ms)
143850
+
143851
+
143852
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-07-08 22:55:09 +0400
143853
+
143854
+
143855
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-07-08 22:55:09 +0400
143856
+
143857
+
143858
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-07-08 22:55:09 +0400
143859
+
143860
+
143861
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-07-08 22:55:09 +0400
143862
+
143863
+
143864
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-07-08 22:55:09 +0400
143865
+
143866
+
143867
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-07-08 22:55:09 +0400
143868
+
143869
+
143870
+ Started GET "/workflow/config/new" for ::1 at 2015-07-08 22:55:11 +0400
143871
+ Processing by RailsWorkflow::ProcessTemplatesController#new as HTML
143872
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/_form.html.slim (28.6ms)
143873
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/new.html.slim within layouts/rails_workflow/application (37.0ms)
143874
+ Completed 200 OK in 83ms (Views: 81.8ms | ActiveRecord: 0.0ms)
143875
+
143876
+
143877
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-07-08 22:55:11 +0400
143878
+
143879
+
143880
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-07-08 22:55:11 +0400
143881
+
143882
+
143883
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-07-08 22:55:11 +0400
143884
+
143885
+
143886
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-07-08 22:55:11 +0400
143887
+
143888
+
143889
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-07-08 22:55:11 +0400
143890
+
143891
+
143892
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-07-08 22:55:11 +0400
143893
+
143894
+
143895
+ Started POST "/workflow/config" for ::1 at 2015-07-08 22:55:14 +0400
143896
+ Processing by RailsWorkflow::ProcessTemplatesController#create as HTML
143897
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"qfz2vB9EEh43h5hf/ywcquMYMkLX0BAWN/K10N+Q9+YFfSEgHmkL07LzUS31RRnfQ8jVpgXbK+UBLeSD9cdhlQ==", "process_template"=>{"title"=>"Test", "manager_class"=>"", "process_class"=>"", "type"=>""}, "commit"=>"Save"}
143898
+ Unpermitted parameters: utf8, authenticity_token, commit
143899
+  (0.2ms) BEGIN
143900
+ SQL (9.9ms) INSERT INTO "rails_workflow_process_templates" ("title", "manager_class", "process_class", "type", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Test"], ["manager_class", ""], ["process_class", ""], ["type", ""], ["uuid", "9a4ab843-83d1-b3a9-4436-147a75261f36"], ["created_at", "2015-07-08 18:55:14.229135"], ["updated_at", "2015-07-08 18:55:14.229135"]]
143901
+  (1.1ms) COMMIT
143902
+ Redirected to http://localhost:3000/workflow/config/30/operation_templates
143903
+ Completed 302 Found in 23ms (ActiveRecord: 11.3ms)
143904
+
143905
+
143906
+ Started GET "/workflow/config/30/operation_templates" for ::1 at 2015-07-08 22:55:14 +0400
143907
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
143908
+ Parameters: {"process_template_id"=>"30"}
143909
+ RailsWorkflow::ProcessTemplate Load (0.6ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 30]]
143910
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.0ms)
143911
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 30]]
143912
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (15.9ms)
143913
+ Completed 200 OK in 65ms (Views: 51.3ms | ActiveRecord: 0.9ms)
143914
+
143915
+
143916
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-07-08 22:55:14 +0400
143917
+
143918
+
143919
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-07-08 22:55:14 +0400
143920
+
143921
+
143922
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-07-08 22:55:14 +0400
143923
+
143924
+
143925
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-07-08 22:55:14 +0400
143926
+
143927
+
143928
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-07-08 22:55:14 +0400
143929
+
143930
+
143931
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-07-08 22:55:14 +0400
143932
+
143933
+
143934
+ Started GET "/workflow/config/30/operation_templates/new?operation_template%5Bkind%5D=default" for ::1 at 2015-07-08 22:55:16 +0400
143935
+ Processing by RailsWorkflow::OperationTemplatesController#new as HTML
143936
+ Parameters: {"operation_template"=>{"kind"=>"default"}, "process_template_id"=>"30"}
143937
+ RailsWorkflow::ProcessTemplate Load (0.9ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 30]]
143938
+ Unpermitted parameter: process_template_id
143939
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.0ms)
143940
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE ("rails_workflow_process_templates"."id" != $1) [["id", 30]]
143941
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/_default_form.html.slim (20.3ms)
143942
+ RailsWorkflow::OperationTemplate Load (0.9ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 30]]
143943
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/new.html.slim within layouts/rails_workflow/application (38.9ms)
143944
+ Completed 200 OK in 74ms (Views: 65.4ms | ActiveRecord: 2.1ms)
143945
+
143946
+
143947
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-07-08 22:55:17 +0400
143948
+
143949
+
143950
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-07-08 22:55:17 +0400
143951
+
143952
+
143953
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-07-08 22:55:17 +0400
143954
+
143955
+
143956
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-07-08 22:55:17 +0400
143957
+
143958
+
143959
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-07-08 22:55:17 +0400
143960
+
143961
+
143962
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-07-08 22:55:17 +0400
143963
+
143964
+
143965
+ Started POST "/workflow/config/30/operation_templates" for ::1 at 2015-07-08 22:55:21 +0400
143966
+ Processing by RailsWorkflow::OperationTemplatesController#create as HTML
143967
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"E9mLruzEp32pxUpZB/zTqgpy6AllycZJKrHLKPYR8U+/WFwy7em+sCyxgysNldbfqqIP7bfC/bocbpp73EZnPA==", "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"=>"30"}
143968
+ RailsWorkflow::ProcessTemplate Load (0.8ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 30]]
143969
+ Unpermitted parameters: utf8, authenticity_token, commit, process_template_id
143970
+  (0.4ms) BEGIN
143971
+ SQL (1.5ms) INSERT INTO "rails_workflow_operation_templates" ("kind", "type", "title", "operation_class", "partial_name", "async", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["kind", "default"], ["type", ""], ["title", "Start Operation"], ["operation_class", ""], ["partial_name", ""], ["async", "f"], ["process_template_id", 30], ["uuid", "a54c198c-804c-ca95-503a-26ced45dfba2"], ["created_at", "2015-07-08 18:55:21.275634"], ["updated_at", "2015-07-08 18:55:21.275634"]]
143972
+  (0.3ms) COMMIT
143973
+ Redirected to http://localhost:3000/workflow/config/30/operation_templates
143974
+ Completed 302 Found in 16ms (ActiveRecord: 3.0ms)
143975
+
143976
+
143977
+ Started GET "/workflow/config/30/operation_templates" for ::1 at 2015-07-08 22:55:21 +0400
143978
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
143979
+ Parameters: {"process_template_id"=>"30"}
143980
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 30]]
143981
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
143982
+ RailsWorkflow::OperationTemplate Load (0.9ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 30]]
143983
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (14.6ms)
143984
+ Completed 200 OK in 65ms (Views: 61.2ms | ActiveRecord: 1.2ms)
143985
+
143986
+
143987
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-07-08 22:55:21 +0400
143988
+
143989
+
143990
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-07-08 22:55:21 +0400
143991
+
143992
+
143993
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-07-08 22:55:21 +0400
143994
+
143995
+
143996
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-07-08 22:55:21 +0400
143997
+
143998
+
143999
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-07-08 22:55:21 +0400
144000
+
144001
+
144002
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-07-08 22:55:21 +0400
144003
+  (0.8ms) SELECT COUNT(*) FROM "rails_workflow_operation_templates" WHERE (dependencies is null or dependencies = 'null')
144004
+
144005
+
144006
+ Started GET "/workflow/config/" for ::1 at 2015-07-09 08:42:41 +0400
144007
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
144008
+ Processing by RailsWorkflow::ProcessTemplatesController#index as HTML
144009
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (4.0ms)
144010
+ RailsWorkflow::ProcessTemplate Load (0.9ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" ORDER BY "rails_workflow_process_templates"."id" DESC
144011
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/index.html.slim within layouts/rails_workflow/application (79.3ms)
144012
+ Completed 200 OK in 349ms (Views: 330.0ms | ActiveRecord: 10.3ms)
144013
+
144014
+
144015
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-07-09 08:42:42 +0400
144016
+
144017
+
144018
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-07-09 08:42:42 +0400
144019
+
144020
+
144021
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-07-09 08:42:42 +0400
144022
+
144023
+
144024
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-07-09 08:42:42 +0400
144025
+
144026
+
144027
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-07-09 08:42:42 +0400
144028
+
144029
+
144030
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-07-09 08:42:42 +0400
144031
+
144032
+
144033
+ Started GET "/workflow/config/30/operation_templates" for ::1 at 2015-07-09 08:42:44 +0400
144034
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
144035
+ Parameters: {"process_template_id"=>"30"}
144036
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 30]]
144037
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
144038
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 30]]
144039
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (40.4ms)
144040
+ Completed 200 OK in 181ms (Views: 70.7ms | ActiveRecord: 3.3ms)
144041
+
144042
+
144043
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-07-09 08:42:44 +0400
144044
+
144045
+
144046
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-07-09 08:42:44 +0400
144047
+
144048
+
144049
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-07-09 08:42:44 +0400
144050
+
144051
+
144052
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-07-09 08:42:44 +0400
144053
+
144054
+
144055
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-07-09 08:42:44 +0400
144056
+
144057
+
144058
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-07-09 08:42:44 +0400
144059
+
144060
+
144061
+ Started POST "/workflow/processes?process%5Btemplate_id%5D=30" for ::1 at 2015-07-09 08:42:46 +0400
144062
+ Processing by RailsWorkflow::ProcessesController#create as HTML
144063
+ Parameters: {"authenticity_token"=>"RdNq73H/mvv8VG+QhHV+CxFvihTO+Ru+bLDDX4oaPobpUr1zcNKDNnkgpuKOHHt+sb9t8BzyIE1ab5IMoE2o9Q==", "process"=>{"template_id"=>"30"}}
144064
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 30]]
144065
+  (0.2ms) BEGIN
144066
+ SQL (2.1ms) INSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["template_id", 30], ["created_at", "2015-07-09 04:42:46.311598"], ["updated_at", "2015-07-09 04:42:46.311598"]]
144067
+  (0.5ms) COMMIT
144068
+  (0.2ms) BEGIN
144069
+ SQL (0.6ms) UPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4 [["title", "Test"], ["status", 0], ["updated_at", "2015-07-09 04:42:46.317011"], ["id", 290]]
144070
+ SQL (25.6ms) INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 290], ["parent_type", "RailsWorkflow::Process"], ["body", "{}"], ["created_at", "2015-07-09 04:42:46.340153"], ["updated_at", "2015-07-09 04:42:46.340153"]]
144071
+ RailsWorkflow::Context Load (19.9ms) 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", 290], ["parent_type", "RailsWorkflow::Process"]]
144072
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND (dependencies is null or dependencies = 'null') ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 30]]
144073
+ SQL (1.5ms) 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", 79], ["process_id", 290], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-09 04:42:46.425796"], ["updated_at", "2015-07-09 04:42:46.425796"]]
144074
+ SQL (0.4ms) 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", 469], ["body", "{}"], ["created_at", "2015-07-09 04:42:46.429226"], ["updated_at", "2015-07-09 04:42:46.429226"]]
144075
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 290]]
144076
+  (0.7ms) COMMIT
144077
+  (0.3ms) SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 290]]
144078
+  (0.2ms) BEGIN
144079
+ SQL (0.3ms) UPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3 [["status", 1], ["updated_at", "2015-07-09 04:42:46.438948"], ["id", 290]]
144080
+  (0.4ms) COMMIT
144081
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND "rails_workflow_operations"."status" = $2 [["process_id", 290], ["status", 0]]
144082
+  (0.2ms) BEGIN
144083
+ SQL (0.3ms) UPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["status", 1], ["updated_at", "2015-07-09 04:42:46.443591"], ["id", 469]]
144084
+  (0.5ms) COMMIT
144085
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 469]]
144086
+  (0.2ms) BEGIN
144087
+  (0.2ms) COMMIT
144088
+  (0.1ms) BEGIN
144089
+ SQL (0.3ms) UPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4 [["status", 2], ["completed_at", "2015-07-09 04:42:46.450467"], ["updated_at", "2015-07-09 04:42:46.451517"], ["id", 469]]
144090
+  (0.4ms) COMMIT
144091
+ RailsWorkflow::Process Load (0.6ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 290]]
144092
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 30]]
144093
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 30]]
144094
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 290]]
144095
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 79]]
144096
+  (1.9ms) 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", 290], ["parent_type", "RailsWorkflow::Process"]]
144097
+ CACHE (0.1ms) SELECT COUNT(*) FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false) [["parent_id", 290], ["parent_type", "RailsWorkflow::Process"]]
144098
+  (0.2ms) BEGIN
144099
+ SQL (1.7ms) UPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3 [["status", 2], ["updated_at", "2015-07-09 04:42:46.475378"], ["id", 290]]
144100
+  (0.4ms) COMMIT
144101
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 290]]
144102
+ Redirected to http://localhost:3000/workflow/processes/290
144103
+ Completed 302 Found in 186ms (ActiveRecord: 69.8ms)
144104
+
144105
+
144106
+ Started GET "/workflow/processes/290" for ::1 at 2015-07-09 08:42:46 +0400
144107
+ Processing by RailsWorkflow::ProcessesController#show as HTML
144108
+ Parameters: {"id"=>"290"}
144109
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 290]]
144110
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 290]]
144111
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
144112
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 290]]
144113
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 79]]
144114
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 30]]
144115
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 30]]
144116
+ RailsWorkflow::Error Load (0.3ms) SELECT "rails_workflow_errors".* FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false) [["parent_id", 290], ["parent_type", "RailsWorkflow::Process"]]
144117
+ RailsWorkflow::Context Load (0.4ms) SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 290], ["parent_type", "RailsWorkflow::Process"]]
144118
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 290]]
144119
+ CACHE (0.0ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 30]]
144120
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (5.6ms)
144121
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (44.9ms)
144122
+ Completed 200 OK in 84ms (Views: 75.5ms | ActiveRecord: 3.5ms)
144123
+
144124
+
144125
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-07-09 08:42:46 +0400
144126
+
144127
+
144128
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-07-09 08:42:46 +0400
144129
+
144130
+
144131
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-07-09 08:42:46 +0400
144132
+
144133
+
144134
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-07-09 08:42:46 +0400
144135
+
144136
+
144137
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-07-09 08:42:46 +0400
144138
+
144139
+
144140
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-07-09 08:42:46 +0400
144141
+
144142
+
144143
+ Started GET "/workflow/config/30" for ::1 at 2015-07-09 08:42:48 +0400
144144
+ Processing by RailsWorkflow::ProcessTemplatesController#show as HTML
144145
+ Parameters: {"id"=>"30"}
144146
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 30]]
144147
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.0ms)
144148
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/show.html.slim within layouts/rails_workflow/application (12.8ms)
144149
+ Completed 200 OK in 47ms (Views: 45.6ms | ActiveRecord: 0.3ms)
144150
+
144151
+
144152
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-07-09 08:42:48 +0400
144153
+
144154
+
144155
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-07-09 08:42:48 +0400
144156
+
144157
+
144158
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-07-09 08:42:48 +0400
144159
+
144160
+
144161
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-07-09 08:42:48 +0400
144162
+
144163
+
144164
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-07-09 08:42:48 +0400
144165
+
144166
+
144167
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-07-09 08:42:48 +0400
144168
+
144169
+
144170
+ Started GET "/workflow/config" for ::1 at 2015-07-09 08:42:50 +0400
144171
+ Processing by RailsWorkflow::ProcessTemplatesController#index as HTML
144172
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
144173
+ RailsWorkflow::ProcessTemplate Load (0.5ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" ORDER BY "rails_workflow_process_templates"."id" DESC
144174
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/index.html.slim within layouts/rails_workflow/application (11.0ms)
144175
+ Completed 200 OK in 90ms (Views: 88.6ms | ActiveRecord: 0.5ms)
144176
+
144177
+
144178
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-07-09 08:42:50 +0400
144179
+
144180
+
144181
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-07-09 08:42:50 +0400
144182
+
144183
+
144184
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-07-09 08:42:50 +0400
144185
+
144186
+
144187
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-07-09 08:42:50 +0400
144188
+
144189
+
144190
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-07-09 08:42:50 +0400
144191
+
144192
+
144193
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-07-09 08:42:50 +0400
144194
+
144195
+
144196
+ Started GET "/workflow/config/18/operation_templates" for ::1 at 2015-07-09 08:42:58 +0400
144197
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
144198
+ Parameters: {"process_template_id"=>"18"}
144199
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 18]]
144200
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
144201
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 18]]
144202
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 50]]
144203
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 51]]
144204
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 51]]
144205
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (10.8ms)
144206
+ Completed 200 OK in 44ms (Views: 40.7ms | ActiveRecord: 1.6ms)
144207
+
144208
+
144209
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-07-09 08:42:58 +0400
144210
+
144211
+
144212
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-07-09 08:42:58 +0400
144213
+
144214
+
144215
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-07-09 08:42:58 +0400
144216
+
144217
+
144218
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-07-09 08:42:58 +0400
144219
+
144220
+
144221
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-07-09 08:42:58 +0400
144222
+
144223
+
144224
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-07-09 08:42:58 +0400
144225
+
144226
+
144227
+ Started POST "/workflow/processes?process%5Btemplate_id%5D=18" for ::1 at 2015-07-09 08:43:00 +0400
144228
+ Processing by RailsWorkflow::ProcessesController#create as HTML
144229
+ Parameters: {"authenticity_token"=>"BuoLJFn/Dvm7Shf6CBumbuakCTqi2hTnbLKIBDN36Duqa9y4WNIXND4+3ogCcqMbRnTu3nDRLxRabdlXGSB+SA==", "process"=>{"template_id"=>"18"}}
144230
+ RailsWorkflow::ProcessTemplate Load (0.7ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 18]]
144231
+  (0.2ms) BEGIN
144232
+ SQL (0.3ms) INSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["template_id", 18], ["created_at", "2015-07-09 04:43:00.010560"], ["updated_at", "2015-07-09 04:43:00.010560"]]
144233
+  (1.1ms) COMMIT
144234
+  (0.2ms) BEGIN
144235
+ SQL (0.8ms) UPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4 [["title", "Sales Contacts Process"], ["status", 0], ["updated_at", "2015-07-09 04:43:00.013973"], ["id", 291]]
144236
+ SQL (0.4ms) INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 291], ["parent_type", "RailsWorkflow::Process"], ["body", "{}"], ["created_at", "2015-07-09 04:43:00.019210"], ["updated_at", "2015-07-09 04:43:00.019210"]]
144237
+ RailsWorkflow::Context Load (0.3ms) SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 291], ["parent_type", "RailsWorkflow::Process"]]
144238
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND (dependencies is null or dependencies = 'null') ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 18]]
144239
+ SQL (0.4ms) INSERT INTO "rails_workflow_operations" ("title", "async", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["title", "Sales Contact Created"], ["async", "t"], ["is_background", "t"], ["template_id", 50], ["process_id", 291], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-09 04:43:00.027175"], ["updated_at", "2015-07-09 04:43:00.027175"]]
144240
+ SQL (0.4ms) 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", 470], ["body", "{}"], ["created_at", "2015-07-09 04:43:00.029476"], ["updated_at", "2015-07-09 04:43:00.029476"]]
144241
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 291]]
144242
+  (1.0ms) COMMIT
144243
+  (0.4ms) SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 291]]
144244
+  (0.2ms) BEGIN
144245
+ SQL (0.4ms) UPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3 [["status", 1], ["updated_at", "2015-07-09 04:43:00.041088"], ["id", 291]]
144246
+  (0.8ms) COMMIT
144247
+ RailsWorkflow::Operation Load (0.6ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND "rails_workflow_operations"."status" = $2 [["process_id", 291], ["status", 0]]
144248
+  (0.2ms) BEGIN
144249
+ SQL (0.8ms) UPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["status", 1], ["updated_at", "2015-07-09 04:43:00.049071"], ["id", 470]]
144250
+  (0.3ms) COMMIT
144251
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 470]]
144252
+  (0.2ms) BEGIN
144253
+  (0.1ms) COMMIT
144254
+  (0.1ms) BEGIN
144255
+ SQL (0.4ms) UPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4 [["status", 2], ["completed_at", "2015-07-09 04:43:00.053944"], ["updated_at", "2015-07-09 04:43:00.055657"], ["id", 470]]
144256
+  (0.3ms) COMMIT
144257
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 291]]
144258
+ RailsWorkflow::ProcessTemplate Load (0.2ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 18]]
144259
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 18]]
144260
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 50]]
144261
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 291]]
144262
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 50]]
144263
+ RailsWorkflow::Context Load (0.4ms) SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 470], ["parent_type", "RailsWorkflow::Operation"]]
144264
+  (0.5ms) BEGIN
144265
+ SQL (0.2ms) INSERT INTO "rails_workflow_operations" ("type", "title", "async", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["type", "RailsWorkflow::UserByRoleOperation"], ["title", "Contact Possible Leads"], ["async", "f"], ["is_background", "t"], ["template_id", 51], ["process_id", 291], ["status", 0], ["dependencies", "[{\"operation_id\":470,\"status\":2}]"], ["created_at", "2015-07-09 04:43:00.079229"], ["updated_at", "2015-07-09 04:43:00.079229"]]
144266
+ SQL (0.3ms) INSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 471], ["body", "{}"], ["created_at", "2015-07-09 04:43:00.082023"], ["updated_at", "2015-07-09 04:43:00.082023"]]
144267
+  (0.4ms) COMMIT
144268
+  (0.1ms) BEGIN
144269
+  (0.2ms) COMMIT
144270
+  (0.1ms) BEGIN
144271
+ SQL (0.4ms) UPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["status", 3], ["updated_at", "2015-07-09 04:43:00.086791"], ["id", 471]]
144272
+  (0.5ms) COMMIT
144273
+ Redirected to http://localhost:3000/workflow/processes/291
144274
+ Completed 302 Found in 83ms (ActiveRecord: 16.4ms)
144275
+
144276
+
144277
+ Started GET "/workflow/processes/291" for ::1 at 2015-07-09 08:43:00 +0400
144278
+ Processing by RailsWorkflow::ProcessesController#show as HTML
144279
+ Parameters: {"id"=>"291"}
144280
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 291]]
144281
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 291]]
144282
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.0ms)
144283
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 291]]
144284
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 50]]
144285
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
144286
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 18]]
144287
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 18]]
144288
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 51]]
144289
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 51]]
144290
+ RailsWorkflow::Error Load (0.9ms) 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", 291], ["parent_type", "RailsWorkflow::Process"]]
144291
+ RailsWorkflow::Context Load (0.4ms) SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 291], ["parent_type", "RailsWorkflow::Process"]]
144292
+ RailsWorkflow::Process Load (0.2ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 291]]
144293
+ CACHE (0.0ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 18]]
144294
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (0.1ms)
144295
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (22.9ms)
144296
+ Completed 200 OK in 57ms (Views: 51.5ms | ActiveRecord: 4.3ms)
144297
+
144298
+
144299
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-07-09 08:43:00 +0400
144300
+
144301
+
144302
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-07-09 08:43:00 +0400
144303
+
144304
+
144305
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-07-09 08:43:00 +0400
144306
+
144307
+
144308
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-07-09 08:43:00 +0400
144309
+
144310
+
144311
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-07-09 08:43:00 +0400
144312
+
144313
+
144314
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-07-09 08:43:00 +0400
144315
+
144316
+
144317
+ Started GET "/workflow/config/18" for ::1 at 2015-07-09 08:43:36 +0400
144318
+ Processing by RailsWorkflow::ProcessTemplatesController#show as HTML
144319
+ Parameters: {"id"=>"18"}
144320
+ RailsWorkflow::ProcessTemplate Load (0.2ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 18]]
144321
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
144322
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/show.html.slim within layouts/rails_workflow/application (17.7ms)
144323
+ Completed 200 OK in 63ms (Views: 49.5ms | ActiveRecord: 2.1ms)
144324
+
144325
+
144326
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-07-09 08:43:36 +0400
144327
+
144328
+
144329
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-07-09 08:43:36 +0400
144330
+
144331
+
144332
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-07-09 08:43:36 +0400
144333
+
144334
+
144335
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-07-09 08:43:36 +0400
144336
+
144337
+
144338
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-07-09 08:43:36 +0400
144339
+
144340
+
144341
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-07-09 08:43:36 +0400
144342
+
144343
+
144344
+ Started POST "/workflow/processes?process%5Btemplate_id%5D=18" for ::1 at 2015-07-09 08:43:37 +0400
144345
+ Processing by RailsWorkflow::ProcessesController#create as HTML
144346
+ Parameters: {"authenticity_token"=>"I388Anogd7x/TQFFqjV5pvx3IJx+Hko7eemgBUkHN9OP/uueew1ucfo5yDegXHzTXKfHeKwVcchPNvFWY1ChoA==", "process"=>{"template_id"=>"18"}}
144347
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 18]]
144348
+  (0.2ms) BEGIN
144349
+ SQL (0.3ms) INSERT INTO "rails_workflow_processes" ("template_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["template_id", 18], ["created_at", "2015-07-09 04:43:37.764420"], ["updated_at", "2015-07-09 04:43:37.764420"]]
144350
+  (1.0ms) COMMIT
144351
+  (0.1ms) BEGIN
144352
+ SQL (0.3ms) UPDATE "rails_workflow_processes" SET "title" = $1, "status" = $2, "updated_at" = $3 WHERE "rails_workflow_processes"."id" = $4 [["title", "Sales Contacts Process"], ["status", 0], ["updated_at", "2015-07-09 04:43:37.768052"], ["id", 292]]
144353
+ SQL (0.3ms) INSERT INTO "rails_workflow_contexts" ("parent_id", "parent_type", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_id", 292], ["parent_type", "RailsWorkflow::Process"], ["body", "{}"], ["created_at", "2015-07-09 04:43:37.780972"], ["updated_at", "2015-07-09 04:43:37.780972"]]
144354
+ RailsWorkflow::Context Load (0.3ms) SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 292], ["parent_type", "RailsWorkflow::Process"]]
144355
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 AND (dependencies is null or dependencies = 'null') ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 18]]
144356
+ SQL (0.5ms) 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", "Sales Contact Created"], ["async", "t"], ["is_background", "t"], ["template_id", 50], ["process_id", 292], ["status", 0], ["dependencies", "[]"], ["created_at", "2015-07-09 04:43:37.880048"], ["updated_at", "2015-07-09 04:43:37.880048"]]
144357
+ SQL (0.3ms) INSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 472], ["body", "{}"], ["created_at", "2015-07-09 04:43:37.882776"], ["updated_at", "2015-07-09 04:43:37.882776"]]
144358
+  (1.2ms) COMMIT
144359
+  (0.4ms) SELECT COUNT(*) FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 292]]
144360
+  (0.2ms) BEGIN
144361
+ SQL (0.4ms) UPDATE "rails_workflow_processes" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_processes"."id" = $3 [["status", 1], ["updated_at", "2015-07-09 04:43:37.891871"], ["id", 292]]
144362
+  (0.4ms) COMMIT
144363
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND "rails_workflow_operations"."status" = $2 [["process_id", 292], ["status", 0]]
144364
+  (0.2ms) BEGIN
144365
+ SQL (0.4ms) UPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["status", 1], ["updated_at", "2015-07-09 04:43:37.896606"], ["id", 472]]
144366
+  (0.5ms) COMMIT
144367
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 472]]
144368
+  (0.2ms) BEGIN
144369
+  (0.2ms) COMMIT
144370
+  (0.1ms) BEGIN
144371
+ SQL (0.3ms) UPDATE "rails_workflow_operations" SET "status" = $1, "completed_at" = $2, "updated_at" = $3 WHERE "rails_workflow_operations"."id" = $4 [["status", 2], ["completed_at", "2015-07-09 04:43:37.903423"], ["updated_at", "2015-07-09 04:43:37.904622"], ["id", 472]]
144372
+  (0.4ms) COMMIT
144373
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 292]]
144374
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 18]]
144375
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 18]]
144376
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 50]]
144377
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 292]]
144378
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 50]]
144379
+ RailsWorkflow::Context Load (0.3ms) SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 472], ["parent_type", "RailsWorkflow::Operation"]]
144380
+  (0.2ms) BEGIN
144381
+ SQL (0.4ms) INSERT INTO "rails_workflow_operations" ("type", "title", "async", "is_background", "template_id", "process_id", "status", "dependencies", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["type", "RailsWorkflow::UserByRoleOperation"], ["title", "Contact Possible Leads"], ["async", "f"], ["is_background", "t"], ["template_id", 51], ["process_id", 292], ["status", 0], ["dependencies", "[{\"operation_id\":472,\"status\":2}]"], ["created_at", "2015-07-09 04:43:37.928674"], ["updated_at", "2015-07-09 04:43:37.928674"]]
144382
+ SQL (0.3ms) INSERT INTO "rails_workflow_contexts" ("parent_type", "parent_id", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["parent_type", "RailsWorkflow::Operation"], ["parent_id", 473], ["body", "{}"], ["created_at", "2015-07-09 04:43:37.932057"], ["updated_at", "2015-07-09 04:43:37.932057"]]
144383
+  (0.3ms) COMMIT
144384
+  (0.1ms) BEGIN
144385
+  (0.3ms) COMMIT
144386
+  (0.1ms) BEGIN
144387
+ SQL (0.4ms) UPDATE "rails_workflow_operations" SET "status" = $1, "updated_at" = $2 WHERE "rails_workflow_operations"."id" = $3 [["status", 3], ["updated_at", "2015-07-09 04:43:37.939074"], ["id", 473]]
144388
+  (0.3ms) COMMIT
144389
+ Redirected to http://localhost:3000/workflow/processes/292
144390
+ Completed 302 Found in 188ms (ActiveRecord: 19.2ms)
144391
+
144392
+
144393
+ Started GET "/workflow/processes/292" for ::1 at 2015-07-09 08:43:37 +0400
144394
+ Processing by RailsWorkflow::ProcessesController#show as HTML
144395
+ Parameters: {"id"=>"292"}
144396
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 292]]
144397
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 292]]
144398
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.0ms)
144399
+ RailsWorkflow::Operation Load (0.6ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 292]]
144400
+ RailsWorkflow::OperationTemplate Load (0.2ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 50]]
144401
+ RailsWorkflow::OperationTemplate Load (0.2ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
144402
+ RailsWorkflow::ProcessTemplate Load (0.2ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 18]]
144403
+ RailsWorkflow::OperationTemplate Load (0.2ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 18]]
144404
+  (0.6ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 51]]
144405
+ CACHE (0.0ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 51]]
144406
+ RailsWorkflow::Error Load (0.3ms) SELECT "rails_workflow_errors".* FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false) [["parent_id", 292], ["parent_type", "RailsWorkflow::Process"]]
144407
+ RailsWorkflow::Context Load (0.3ms) SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 292], ["parent_type", "RailsWorkflow::Process"]]
144408
+ RailsWorkflow::Process Load (0.2ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 292]]
144409
+ CACHE (0.0ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 18]]
144410
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (0.2ms)
144411
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (36.2ms)
144412
+ Completed 200 OK in 69ms (Views: 60.8ms | ActiveRecord: 4.6ms)
144413
+
144414
+
144415
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for ::1 at 2015-07-09 08:43:38 +0400
144416
+
144417
+
144418
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for ::1 at 2015-07-09 08:43:38 +0400
144419
+
144420
+
144421
+ Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-07-09 08:43:38 +0400
144422
+
144423
+
144424
+ Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-07-09 08:43:38 +0400
144425
+
144426
+
144427
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for ::1 at 2015-07-09 08:43:38 +0400
144428
+
144429
+
144430
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for ::1 at 2015-07-09 08:43:38 +0400
144431
+
144432
+
144433
+ Started GET "/workflow/" for 127.0.0.1 at 2015-08-31 22:13:59 +0400
144434
+ ActiveRecord::SchemaMigration Load (24.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
144435
+ Processing by RailsWorkflow::OperationsController#index as HTML
144436
+ RailsWorkflow::Operation Load (27.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."status" = 3 ORDER BY "rails_workflow_operations"."created_at" DESC
144437
+ RailsWorkflow::Process Load (7.2ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 292]]
144438
+ RailsWorkflow::OperationTemplate Load (3.2ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
144439
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 291]]
144440
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
144441
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 273]]
144442
+ CACHE (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
144443
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 258]]
144444
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
144445
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 257]]
144446
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
144447
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 250]]
144448
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
144449
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 249]]
144450
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
144451
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 248]]
144452
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
144453
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 201]]
144454
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
144455
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 200]]
144456
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 63]]
144457
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operations/index.html.slim within layouts/rails_workflow/application (461.1ms)
144458
+ Completed 200 OK in 1211ms (Views: 1041.7ms | ActiveRecord: 91.0ms)
144459
+
144460
+
144461
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:01 +0400
144462
+
144463
+
144464
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:01 +0400
144465
+
144466
+
144467
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 22:14:01 +0400
144468
+
144469
+
144470
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:01 +0400
144471
+
144472
+
144473
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:01 +0400
144474
+
144475
+
144476
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 22:14:01 +0400
144477
+
144478
+
144479
+ Started GET "/workflow/processes" for 127.0.0.1 at 2015-08-31 22:14:03 +0400
144480
+ Processing by RailsWorkflow::ProcessesController#index as HTML
144481
+  (0.5ms) SELECT COUNT(*) FROM "rails_workflow_processes"
144482
+  (2.6ms) select status, cnt from (
144483
+ select row_number() over (partition by status),
144484
+ count(*) over (partition by status) cnt,
144485
+ status from rails_workflow_processes)t
144486
+ where row_number = 1
144487
+
144488
+ RailsWorkflow::Process Load (0.6ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" ORDER BY "rails_workflow_processes"."id" ASC LIMIT 30 OFFSET 0
144489
+ CACHE (0.1ms) SELECT COUNT(*) FROM "rails_workflow_processes"
144490
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 199]]
144491
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 199]]
144492
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 200]]
144493
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 200]]
144494
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 201]]
144495
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 201]]
144496
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 202]]
144497
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 202]]
144498
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 203]]
144499
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 203]]
144500
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 202]]
144501
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 203]]
144502
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 204]]
144503
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 204]]
144504
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 205]]
144505
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 205]]
144506
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 206]]
144507
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 206]]
144508
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 207]]
144509
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 207]]
144510
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 208]]
144511
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 208]]
144512
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 209]]
144513
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 209]]
144514
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 210]]
144515
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 210]]
144516
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 211]]
144517
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 211]]
144518
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 212]]
144519
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 212]]
144520
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 213]]
144521
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 213]]
144522
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 214]]
144523
+ RailsWorkflow::Operation Load (1.0ms) 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", 214]]
144524
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 215]]
144525
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 215]]
144526
+ RailsWorkflow::Operation Load (0.6ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 216]]
144527
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 216]]
144528
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 217]]
144529
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 217]]
144530
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 218]]
144531
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 218]]
144532
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 219]]
144533
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 219]]
144534
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 220]]
144535
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 220]]
144536
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 221]]
144537
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 221]]
144538
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 222]]
144539
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 222]]
144540
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 223]]
144541
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 223]]
144542
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 224]]
144543
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 224]]
144544
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 225]]
144545
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 225]]
144546
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 226]]
144547
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 226]]
144548
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 227]]
144549
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 227]]
144550
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 228]]
144551
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 228]]
144552
+ RailsWorkflow::Error Load (20.0ms) SELECT "rails_workflow_errors".* FROM "rails_workflow_errors" WHERE (resolved is null or resolved = false) ORDER BY "rails_workflow_errors"."id" ASC LIMIT 10
144553
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" IN (204, 205, 211, 212, 213, 214, 215, 216, 218)
144554
+ RailsWorkflow::ProcessTemplate Load (14.2ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" IN (27)
144555
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."status" = 3 AND "rails_workflow_operations"."assignment_id" IS NULL LIMIT 20
144556
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" IN (63, 51, 65)
144557
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/index.html.slim within layouts/rails_workflow/application (729.4ms)
144558
+ Completed 200 OK in 894ms (Views: 816.9ms | ActiveRecord: 64.8ms)
144559
+
144560
+
144561
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 22:14:04 +0400
144562
+
144563
+
144564
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:04 +0400
144565
+
144566
+
144567
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 22:14:04 +0400
144568
+
144569
+
144570
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:04 +0400
144571
+
144572
+
144573
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:05 +0400
144574
+
144575
+
144576
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:05 +0400
144577
+
144578
+
144579
+ Started GET "/workflow/processes/199" for 127.0.0.1 at 2015-08-31 22:14:06 +0400
144580
+ Processing by RailsWorkflow::ProcessesController#show as HTML
144581
+ Parameters: {"id"=>"199"}
144582
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 199]]
144583
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 199]]
144584
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (24.4ms)
144585
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 199]]
144586
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 50]]
144587
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 18]]
144588
+ RailsWorkflow::OperationTemplate Load (1.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 18]]
144589
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 50]]
144590
+  (0.4ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 51]]
144591
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 51]]
144592
+ RailsWorkflow::Error Load (1.0ms) SELECT "rails_workflow_errors".* FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false) [["parent_id", 199], ["parent_type", "RailsWorkflow::Process"]]
144593
+ RailsWorkflow::Context Load (8.9ms) 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", 199], ["parent_type", "RailsWorkflow::Process"]]
144594
+ SalesContact Load (12.5ms) SELECT "sales_contacts".* FROM "sales_contacts" WHERE "sales_contacts"."id" = $1 LIMIT 1 [["id", 40]]
144595
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 199]]
144596
+ CACHE (0.1ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 18]]
144597
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (30.7ms)
144598
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (352.7ms)
144599
+ Completed 200 OK in 483ms (Views: 442.1ms | ActiveRecord: 37.0ms)
144600
+
144601
+
144602
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 22:14:06 +0400
144603
+
144604
+
144605
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 22:14:06 +0400
144606
+
144607
+
144608
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:07 +0400
144609
+
144610
+
144611
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:07 +0400
144612
+
144613
+
144614
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:07 +0400
144615
+
144616
+
144617
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:07 +0400
144618
+
144619
+
144620
+ Started GET "/workflow/processes/202" for 127.0.0.1 at 2015-08-31 22:14:10 +0400
144621
+ Processing by RailsWorkflow::ProcessesController#show as HTML
144622
+ Parameters: {"id"=>"202"}
144623
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 202]]
144624
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 202]]
144625
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
144626
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 202]]
144627
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 59]]
144628
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 60]]
144629
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 61]]
144630
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 24]]
144631
+ RailsWorkflow::OperationTemplate Load (0.7ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 24]]
144632
+ RailsWorkflow::Error Load (0.4ms) SELECT "rails_workflow_errors".* FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false) [["parent_id", 202], ["parent_type", "RailsWorkflow::Process"]]
144633
+ RailsWorkflow::Context Load (0.4ms) SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 202], ["parent_type", "RailsWorkflow::Process"]]
144634
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 202]]
144635
+ CACHE (0.1ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 24]]
144636
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (0.2ms)
144637
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (61.1ms)
144638
+ Completed 200 OK in 172ms (Views: 164.0ms | ActiveRecord: 4.6ms)
144639
+
144640
+
144641
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 22:14:10 +0400
144642
+
144643
+
144644
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:10 +0400
144645
+
144646
+
144647
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 22:14:10 +0400
144648
+
144649
+
144650
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:10 +0400
144651
+
144652
+
144653
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:10 +0400
144654
+
144655
+
144656
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:10 +0400
144657
+
144658
+
144659
+ Started GET "/workflow/processes/202" for 127.0.0.1 at 2015-08-31 22:14:33 +0400
144660
+ Processing by RailsWorkflow::ProcessesController#show as HTML
144661
+ Parameters: {"id"=>"202"}
144662
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 202]]
144663
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 202]]
144664
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
144665
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 202]]
144666
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 59]]
144667
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 60]]
144668
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 61]]
144669
+ RailsWorkflow::ProcessTemplate Load (0.5ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 24]]
144670
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 24]]
144671
+ RailsWorkflow::Error Load (0.4ms) SELECT "rails_workflow_errors".* FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false) [["parent_id", 202], ["parent_type", "RailsWorkflow::Process"]]
144672
+ RailsWorkflow::Context Load (0.4ms) SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 202], ["parent_type", "RailsWorkflow::Process"]]
144673
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 202]]
144674
+ CACHE (0.1ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 24]]
144675
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (0.3ms)
144676
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (61.9ms)
144677
+ Completed 200 OK in 190ms (Views: 181.3ms | ActiveRecord: 4.3ms)
144678
+
144679
+
144680
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 22:14:33 +0400
144681
+
144682
+
144683
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:33 +0400
144684
+
144685
+
144686
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 22:14:33 +0400
144687
+
144688
+
144689
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:33 +0400
144690
+
144691
+
144692
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:33 +0400
144693
+
144694
+
144695
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:14:33 +0400
144696
+
144697
+
144698
+ Started GET "/workflow/processes/202" for 127.0.0.1 at 2015-08-31 22:33:51 +0400
144699
+ Processing by RailsWorkflow::ProcessesController#show as HTML
144700
+ Parameters: {"id"=>"202"}
144701
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 202]]
144702
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 202]]
144703
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
144704
+ RailsWorkflow::Operation Load (0.6ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 202]]
144705
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 59]]
144706
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 60]]
144707
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 61]]
144708
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 24]]
144709
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 24]]
144710
+ RailsWorkflow::Error Load (0.4ms) SELECT "rails_workflow_errors".* FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false) [["parent_id", 202], ["parent_type", "RailsWorkflow::Process"]]
144711
+ RailsWorkflow::Context Load (0.6ms) SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 202], ["parent_type", "RailsWorkflow::Process"]]
144712
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 202]]
144713
+ CACHE (0.1ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 24]]
144714
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (0.3ms)
144715
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (201647.1ms)
144716
+ Completed 200 OK in 201759ms (Views: 201747.2ms | ActiveRecord: 5.0ms)
144717
+
144718
+
144719
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 22:37:13 +0400
144720
+
144721
+
144722
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:37:13 +0400
144723
+
144724
+
144725
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:37:13 +0400
144726
+
144727
+
144728
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 22:37:13 +0400
144729
+
144730
+
144731
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:37:14 +0400
144732
+
144733
+
144734
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:37:14 +0400
144735
+
144736
+
144737
+ Started GET "/workflow/processes/202" for 127.0.0.1 at 2015-08-31 22:37:19 +0400
144738
+ Processing by RailsWorkflow::ProcessesController#show as HTML
144739
+ Parameters: {"id"=>"202"}
144740
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 202]]
144741
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 202]]
144742
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
144743
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 ORDER BY "rails_workflow_operations"."id" ASC [["process_id", 202]]
144744
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 59]]
144745
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 60]]
144746
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 61]]
144747
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 [["process_id", 202]]
144748
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 59]]
144749
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 60]]
144750
+ CACHE (0.2ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 61]]
144751
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 24]]
144752
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 24]]
144753
+ RailsWorkflow::Error Load (0.4ms) SELECT "rails_workflow_errors".* FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false) [["parent_id", 202], ["parent_type", "RailsWorkflow::Process"]]
144754
+ RailsWorkflow::Context Load (0.4ms) SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 202], ["parent_type", "RailsWorkflow::Process"]]
144755
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 202]]
144756
+ CACHE (0.1ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 24]]
144757
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (0.6ms)
144758
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/show.html.slim within layouts/rails_workflow/application (251.9ms)
144759
+ Completed 200 OK in 454ms (Views: 379.1ms | ActiveRecord: 14.3ms)
144760
+
144761
+
144762
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 22:37:20 +0400
144763
+
144764
+
144765
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:37:20 +0400
144766
+
144767
+
144768
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:37:20 +0400
144769
+
144770
+
144771
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:37:20 +0400
144772
+
144773
+
144774
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:37:20 +0400
144775
+
144776
+
144777
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 22:37:20 +0400
144778
+
144779
+
144780
+ Started GET "/workflow/processes/4" for 127.0.0.1 at 2015-08-31 22:43:06 +0400
144781
+ Processing by RailsWorkflow::ProcessesController#show as HTML
144782
+ Parameters: {"id"=>"4"}
144783
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 4]]
144784
+ Completed 404 Not Found in 27ms
144785
+
144786
+ ActiveRecord::RecordNotFound (Couldn't find RailsWorkflow::Process with 'id'=4):
144787
+ activerecord (4.2.0) lib/active_record/relation/finder_methods.rb:336:in `raise_record_not_found_exception!'
144788
+ activerecord (4.2.0) lib/active_record/relation/finder_methods.rb:456:in `find_one'
144789
+ activerecord (4.2.0) lib/active_record/relation/finder_methods.rb:435:in `find_with_ids'
144790
+ activerecord (4.2.0) lib/active_record/relation/finder_methods.rb:71:in `find'
144791
+ activerecord (4.2.0) lib/active_record/querying.rb:3:in `find'
144792
+ activerecord (4.2.0) lib/active_record/core.rb:131:in `find'
144793
+ /Users/maxim/workflow/rails_workflow/app/controllers/rails_workflow/processes_controller.rb:86:in `set_process'
144794
+ activesupport (4.2.0) lib/active_support/callbacks.rb:427:in `block in make_lambda'
144795
+ activesupport (4.2.0) lib/active_support/callbacks.rb:145:in `call'
144796
+ activesupport (4.2.0) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
144797
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
144798
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
144799
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
144800
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
144801
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
144802
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
144803
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
144804
+ actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
144805
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
144806
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
144807
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
144808
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
144809
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
144810
+ actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
144811
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
144812
+ actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
144813
+ actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
144814
+ actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
144815
+ actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
144816
+ actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
144817
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
144818
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
144819
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
144820
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
144821
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
144822
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
144823
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
144824
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
144825
+ railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
144826
+ railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
144827
+ actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
144828
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
144829
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
144830
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
144831
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
144832
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
144833
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
144834
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
144835
+ rack (1.6.0) lib/rack/etag.rb:24:in `call'
144836
+ rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
144837
+ rack (1.6.0) lib/rack/head.rb:13:in `call'
144838
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
144839
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
144840
+ rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
144841
+ rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
144842
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
144843
+ activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
144844
+ activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
144845
+ activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
144846
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
144847
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
144848
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
144849
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
144850
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
144851
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
144852
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
144853
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
144854
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
144855
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
144856
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
144857
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
144858
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
144859
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
144860
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
144861
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
144862
+ request_store (1.1.0) lib/request_store/middleware.rb:8:in `call'
144863
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
144864
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
144865
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
144866
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
144867
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
144868
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
144869
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
144870
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
144871
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
144872
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
144873
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
144874
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
144875
+ /Users/maxim/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
144876
+ /Users/maxim/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
144877
+ /Users/maxim/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
144878
+
144879
+
144880
+ 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/_source.erb (37.7ms)
144881
+ 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 (12.0ms)
144882
+ 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 (2.7ms)
144883
+ 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/diagnostics.html.erb within rescues/layout (70.2ms)
144884
+
144885
+
144886
+ Started GET "/workflow/processes" for 127.0.0.1 at 2015-08-31 22:43:13 +0400
144887
+ Processing by RailsWorkflow::ProcessesController#index as HTML
144888
+  (0.4ms) SELECT COUNT(*) FROM "rails_workflow_processes"
144889
+  (0.6ms) select status, cnt from (
144890
+ select row_number() over (partition by status),
144891
+ count(*) over (partition by status) cnt,
144892
+ status from rails_workflow_processes)t
144893
+ where row_number = 1
144894
+
144895
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" ORDER BY "rails_workflow_processes"."id" ASC LIMIT 30 OFFSET 0
144896
+ CACHE (0.1ms) SELECT COUNT(*) FROM "rails_workflow_processes"
144897
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 199]]
144898
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 199]]
144899
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 200]]
144900
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 200]]
144901
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 201]]
144902
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 201]]
144903
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 202]]
144904
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 202]]
144905
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 203]]
144906
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 203]]
144907
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 202]]
144908
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 203]]
144909
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 204]]
144910
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 204]]
144911
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 205]]
144912
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 205]]
144913
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 206]]
144914
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 206]]
144915
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 207]]
144916
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 207]]
144917
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 208]]
144918
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 208]]
144919
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 209]]
144920
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 209]]
144921
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 210]]
144922
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 210]]
144923
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 211]]
144924
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 211]]
144925
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 212]]
144926
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 212]]
144927
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 213]]
144928
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 213]]
144929
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 214]]
144930
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 214]]
144931
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 215]]
144932
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 215]]
144933
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 216]]
144934
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 216]]
144935
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 217]]
144936
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 217]]
144937
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 218]]
144938
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 218]]
144939
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 219]]
144940
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 219]]
144941
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 220]]
144942
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 220]]
144943
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 221]]
144944
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 221]]
144945
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 222]]
144946
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 222]]
144947
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 223]]
144948
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 223]]
144949
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 224]]
144950
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 224]]
144951
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 225]]
144952
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 225]]
144953
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 226]]
144954
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 226]]
144955
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 227]]
144956
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 227]]
144957
+ RailsWorkflow::Operation Load (0.2ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."child_process_id" = $1 LIMIT 1 [["child_process_id", 228]]
144958
+ RailsWorkflow::Operation Load (0.3ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."process_id" = $1 AND ("rails_workflow_operations"."child_process_id" IS NOT NULL) [["process_id", 228]]
144959
+ RailsWorkflow::Error Load (1.5ms) SELECT "rails_workflow_errors".* FROM "rails_workflow_errors" WHERE (resolved is null or resolved = false) ORDER BY "rails_workflow_errors"."id" ASC LIMIT 10
144960
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" IN (204, 205, 211, 212, 213, 214, 215, 216, 218)
144961
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" IN (27)
144962
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."status" = 3 AND "rails_workflow_operations"."assignment_id" IS NULL LIMIT 20
144963
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" IN (63, 51, 65)
144964
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/processes/index.html.slim within layouts/rails_workflow/application (617.0ms)
144965
+ Completed 200 OK in 775ms (Views: 690.9ms | ActiveRecord: 30.4ms)
144966
+
144967
+
144968
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 22:43:14 +0400
144969
+
144970
+
144971
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:43:14 +0400
144972
+
144973
+
144974
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:43:14 +0400
144975
+
144976
+
144977
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:43:14 +0400
144978
+
144979
+
144980
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 22:43:14 +0400
144981
+
144982
+
144983
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 22:43:14 +0400
144984
+
144985
+
144986
+ Started GET "/workflow/" for 127.0.0.1 at 2015-08-31 23:15:38 +0400
144987
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
144988
+ Processing by RailsWorkflow::OperationsController#index as HTML
144989
+ RailsWorkflow::Operation Load (7.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."status" = 3 ORDER BY "rails_workflow_operations"."created_at" DESC
144990
+ RailsWorkflow::Process Load (0.6ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 292]]
144991
+ RailsWorkflow::OperationTemplate Load (0.8ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
144992
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 291]]
144993
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
144994
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 273]]
144995
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
144996
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 258]]
144997
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
144998
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 257]]
144999
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145000
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 250]]
145001
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145002
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 249]]
145003
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145004
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 248]]
145005
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145006
+ RailsWorkflow::Process Load (2.9ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 201]]
145007
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145008
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 200]]
145009
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 63]]
145010
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operations/index.html.slim within layouts/rails_workflow/application (601.9ms)
145011
+ Completed 200 OK in 1407ms (Views: 1293.8ms | ActiveRecord: 30.7ms)
145012
+
145013
+
145014
+ Started GET "/workflow/" for 127.0.0.1 at 2015-08-31 23:15:39 +0400
145015
+ Processing by RailsWorkflow::OperationsController#index as HTML
145016
+ RailsWorkflow::Operation Load (0.5ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."status" = 3 ORDER BY "rails_workflow_operations"."created_at" DESC
145017
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 292]]
145018
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145019
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 291]]
145020
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145021
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 273]]
145022
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145023
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 258]]
145024
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145025
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 257]]
145026
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145027
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 250]]
145028
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145029
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 249]]
145030
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145031
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 248]]
145032
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145033
+ RailsWorkflow::Process Load (1.0ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 201]]
145034
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145035
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 200]]
145036
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 63]]
145037
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operations/index.html.slim within layouts/rails_workflow/application (97.4ms)
145038
+ Completed 200 OK in 217ms (Views: 207.5ms | ActiveRecord: 6.6ms)
145039
+
145040
+
145041
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:15:40 +0400
145042
+
145043
+
145044
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:40 +0400
145045
+
145046
+
145047
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:15:40 +0400
145048
+
145049
+
145050
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:40 +0400
145051
+
145052
+
145053
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:40 +0400
145054
+
145055
+
145056
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:40 +0400
145057
+
145058
+
145059
+ Started GET "/workflow/config" for 127.0.0.1 at 2015-08-31 23:15:42 +0400
145060
+ Processing by RailsWorkflow::ProcessTemplatesController#index as HTML
145061
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (25.4ms)
145062
+ RailsWorkflow::ProcessTemplate Load (0.8ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" ORDER BY "rails_workflow_process_templates"."id" DESC
145063
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/index.html.slim within layouts/rails_workflow/application (166.0ms)
145064
+ Completed 200 OK in 356ms (Views: 341.0ms | ActiveRecord: 2.1ms)
145065
+
145066
+
145067
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:15:42 +0400
145068
+
145069
+
145070
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:42 +0400
145071
+
145072
+
145073
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:15:42 +0400
145074
+
145075
+
145076
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:42 +0400
145077
+
145078
+
145079
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:42 +0400
145080
+
145081
+
145082
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:42 +0400
145083
+
145084
+
145085
+ Started GET "/workflow/config/30/operation_templates" for 127.0.0.1 at 2015-08-31 23:15:45 +0400
145086
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
145087
+ Parameters: {"process_template_id"=>"30"}
145088
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 30]]
145089
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
145090
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 30]]
145091
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (113.3ms)
145092
+ Completed 200 OK in 252ms (Views: 237.3ms | ActiveRecord: 0.7ms)
145093
+
145094
+
145095
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:15:45 +0400
145096
+
145097
+
145098
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:15:45 +0400
145099
+
145100
+
145101
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:46 +0400
145102
+
145103
+
145104
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:46 +0400
145105
+
145106
+
145107
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:46 +0400
145108
+
145109
+
145110
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:46 +0400
145111
+
145112
+
145113
+ Started GET "/workflow/config/30/export" for 127.0.0.1 at 2015-08-31 23:15:47 +0400
145114
+ Processing by RailsWorkflow::ProcessTemplatesController#export as HTML
145115
+ Parameters: {"id"=>"30"}
145116
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 30]]
145117
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 30]]
145118
+ Rendered text template (0.1ms)
145119
+ Sent data Test.json (3.2ms)
145120
+ Completed 200 OK in 32ms (Views: 2.8ms | ActiveRecord: 0.8ms)
145121
+
145122
+
145123
+ Started GET "/workflow/config/29/operation_templates" for 127.0.0.1 at 2015-08-31 23:15:51 +0400
145124
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
145125
+ Parameters: {"process_template_id"=>"29"}
145126
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
145127
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
145128
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 29]]
145129
+  (0.5ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 77]]
145130
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (31.3ms)
145131
+ Completed 200 OK in 191ms (Views: 181.1ms | ActiveRecord: 1.5ms)
145132
+
145133
+
145134
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:15:52 +0400
145135
+
145136
+
145137
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:52 +0400
145138
+
145139
+
145140
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:15:52 +0400
145141
+
145142
+
145143
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:52 +0400
145144
+
145145
+
145146
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:52 +0400
145147
+
145148
+
145149
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:52 +0400
145150
+
145151
+
145152
+ Started GET "/workflow/config/29/export" for 127.0.0.1 at 2015-08-31 23:15:53 +0400
145153
+ Processing by RailsWorkflow::ProcessTemplatesController#export as HTML
145154
+ Parameters: {"id"=>"29"}
145155
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 29]]
145156
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 29]]
145157
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 77]]
145158
+ Rendered text template (0.1ms)
145159
+ Sent data Some Test Process.json (1.6ms)
145160
+ Completed 200 OK in 26ms (Views: 1.2ms | ActiveRecord: 1.1ms)
145161
+
145162
+
145163
+ Started GET "/workflow/config/28/operation_templates" for 127.0.0.1 at 2015-08-31 23:15:57 +0400
145164
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
145165
+ Parameters: {"process_template_id"=>"28"}
145166
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
145167
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
145168
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 28]]
145169
+  (0.4ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 68]]
145170
+  (0.4ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 70]]
145171
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (27.2ms)
145172
+ Completed 200 OK in 145ms (Views: 138.1ms | ActiveRecord: 1.6ms)
145173
+
145174
+
145175
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:15:58 +0400
145176
+
145177
+
145178
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:15:58 +0400
145179
+
145180
+
145181
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:58 +0400
145182
+
145183
+
145184
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:58 +0400
145185
+
145186
+
145187
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:58 +0400
145188
+
145189
+
145190
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:15:58 +0400
145191
+
145192
+
145193
+ Started GET "/workflow/config/28/export" for 127.0.0.1 at 2015-08-31 23:15:59 +0400
145194
+ Processing by RailsWorkflow::ProcessTemplatesController#export as HTML
145195
+ Parameters: {"id"=>"28"}
145196
+ RailsWorkflow::ProcessTemplate Load (0.6ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 28]]
145197
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 28]]
145198
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 68]]
145199
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 70]]
145200
+ Rendered text template (0.1ms)
145201
+ Sent data Test Process.json (2.1ms)
145202
+ Completed 200 OK in 33ms (Views: 1.6ms | ActiveRecord: 1.6ms)
145203
+
145204
+
145205
+ Started GET "/workflow/config/26/operation_templates" for 127.0.0.1 at 2015-08-31 23:16:03 +0400
145206
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
145207
+ Parameters: {"process_template_id"=>"26"}
145208
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 26]]
145209
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
145210
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 26]]
145211
+  (0.5ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 62]]
145212
+  (0.4ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 63]]
145213
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (29.8ms)
145214
+ Completed 200 OK in 140ms (Views: 132.6ms | ActiveRecord: 1.5ms)
145215
+
145216
+
145217
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:16:03 +0400
145218
+
145219
+
145220
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:16:03 +0400
145221
+
145222
+
145223
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:16:03 +0400
145224
+
145225
+
145226
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:16:03 +0400
145227
+
145228
+
145229
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:16:03 +0400
145230
+
145231
+
145232
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:16:03 +0400
145233
+
145234
+
145235
+ Started GET "/workflow/config/26/export" for 127.0.0.1 at 2015-08-31 23:16:05 +0400
145236
+ Processing by RailsWorkflow::ProcessTemplatesController#export as HTML
145237
+ Parameters: {"id"=>"26"}
145238
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 26]]
145239
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 26]]
145240
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 62]]
145241
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 63]]
145242
+ Rendered text template (0.1ms)
145243
+ Sent data Admin Operation Process.json (1.8ms)
145244
+ Completed 200 OK in 32ms (Views: 1.4ms | ActiveRecord: 1.5ms)
145245
+
145246
+
145247
+ Started GET "/workflow/config/18/operation_templates" for 127.0.0.1 at 2015-08-31 23:16:10 +0400
145248
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
145249
+ Parameters: {"process_template_id"=>"18"}
145250
+ RailsWorkflow::ProcessTemplate Load (1.1ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 18]]
145251
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
145252
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 18]]
145253
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 50]]
145254
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 51]]
145255
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 51]]
145256
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (34.8ms)
145257
+ Completed 200 OK in 161ms (Views: 152.1ms | ActiveRecord: 2.1ms)
145258
+
145259
+
145260
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:16:10 +0400
145261
+
145262
+
145263
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:16:10 +0400
145264
+
145265
+
145266
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:16:10 +0400
145267
+
145268
+
145269
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:16:10 +0400
145270
+
145271
+
145272
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:16:10 +0400
145273
+
145274
+
145275
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:16:10 +0400
145276
+
145277
+
145278
+ Started GET "/workflow/config/18/export" for 127.0.0.1 at 2015-08-31 23:16:11 +0400
145279
+ Processing by RailsWorkflow::ProcessTemplatesController#export as HTML
145280
+ Parameters: {"id"=>"18"}
145281
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 18]]
145282
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 18]]
145283
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 50]]
145284
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145285
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145286
+ Rendered text template (0.1ms)
145287
+ Sent data Sales Contacts Process.json (1.6ms)
145288
+ Completed 200 OK in 34ms (Views: 1.2ms | ActiveRecord: 1.3ms)
145289
+
145290
+
145291
+ Started GET "/workflow/config/19/operation_templates" for 127.0.0.1 at 2015-08-31 23:16:17 +0400
145292
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
145293
+ Parameters: {"process_template_id"=>"19"}
145294
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 19]]
145295
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
145296
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 19]]
145297
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (18.3ms)
145298
+ Completed 200 OK in 184ms (Views: 175.6ms | ActiveRecord: 0.7ms)
145299
+
145300
+
145301
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:16:17 +0400
145302
+
145303
+
145304
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:16:17 +0400
145305
+
145306
+
145307
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:16:17 +0400
145308
+
145309
+
145310
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:16:17 +0400
145311
+
145312
+
145313
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:16:17 +0400
145314
+
145315
+
145316
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:16:17 +0400
145317
+
145318
+
145319
+ Started GET "/workflow/config/19/export" for 127.0.0.1 at 2015-08-31 23:16:19 +0400
145320
+ Processing by RailsWorkflow::ProcessTemplatesController#export as HTML
145321
+ Parameters: {"id"=>"19"}
145322
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 19]]
145323
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 19]]
145324
+ Rendered text template (0.1ms)
145325
+ Sent data Some Process Template.json (1.7ms)
145326
+ Completed 200 OK in 16ms (Views: 1.4ms | ActiveRecord: 0.6ms)
145327
+
145328
+
145329
+ Started GET "/workflow/config/21/operation_templates" for 127.0.0.1 at 2015-08-31 23:16:23 +0400
145330
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
145331
+ Parameters: {"process_template_id"=>"21"}
145332
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 21]]
145333
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
145334
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 21]]
145335
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 54]]
145336
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (27.3ms)
145337
+ Completed 200 OK in 172ms (Views: 163.5ms | ActiveRecord: 1.0ms)
145338
+
145339
+
145340
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:16:23 +0400
145341
+
145342
+
145343
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:16:23 +0400
145344
+
145345
+
145346
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:16:23 +0400
145347
+
145348
+
145349
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:16:23 +0400
145350
+
145351
+
145352
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:16:23 +0400
145353
+
145354
+
145355
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:16:23 +0400
145356
+
145357
+
145358
+ Started GET "/workflow/config/21/export" for 127.0.0.1 at 2015-08-31 23:16:25 +0400
145359
+ Processing by RailsWorkflow::ProcessTemplatesController#export as HTML
145360
+ Parameters: {"id"=>"21"}
145361
+ RailsWorkflow::ProcessTemplate Load (0.7ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 21]]
145362
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 21]]
145363
+ RailsWorkflow::OperationTemplate Load (1.0ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 54]]
145364
+ Rendered text template (0.1ms)
145365
+ Sent data Some Process Template.json (1.7ms)
145366
+ Completed 200 OK in 27ms (Views: 1.4ms | ActiveRecord: 2.1ms)
145367
+
145368
+
145369
+ Started GET "/workflow/" for 127.0.0.1 at 2015-08-31 23:24:46 +0400
145370
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
145371
+ Processing by RailsWorkflow::OperationsController#index as HTML
145372
+ RailsWorkflow::Operation Load (1.0ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."status" = 3 ORDER BY "rails_workflow_operations"."created_at" DESC
145373
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 292]]
145374
+ RailsWorkflow::OperationTemplate Load (0.7ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145375
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 291]]
145376
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145377
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 273]]
145378
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145379
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 258]]
145380
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145381
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 257]]
145382
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145383
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 250]]
145384
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145385
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 249]]
145386
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145387
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 248]]
145388
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145389
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 201]]
145390
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145391
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 200]]
145392
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 63]]
145393
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operations/index.html.slim within layouts/rails_workflow/application (647.9ms)
145394
+ Completed 200 OK in 1582ms (Views: 1484.2ms | ActiveRecord: 14.3ms)
145395
+
145396
+
145397
+ Started GET "/workflow/" for 127.0.0.1 at 2015-08-31 23:24:48 +0400
145398
+ Processing by RailsWorkflow::OperationsController#index as HTML
145399
+ RailsWorkflow::Operation Load (0.8ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."status" = 3 ORDER BY "rails_workflow_operations"."created_at" DESC
145400
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 292]]
145401
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145402
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 291]]
145403
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145404
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 273]]
145405
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145406
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 258]]
145407
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145408
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 257]]
145409
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145410
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 250]]
145411
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145412
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 249]]
145413
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145414
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 248]]
145415
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145416
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 201]]
145417
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145418
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 200]]
145419
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 63]]
145420
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operations/index.html.slim within layouts/rails_workflow/application (96.0ms)
145421
+ Completed 200 OK in 226ms (Views: 216.1ms | ActiveRecord: 6.2ms)
145422
+
145423
+
145424
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:24:48 +0400
145425
+
145426
+
145427
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:24:48 +0400
145428
+
145429
+
145430
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:24:48 +0400
145431
+
145432
+
145433
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:24:48 +0400
145434
+
145435
+
145436
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:24:48 +0400
145437
+
145438
+
145439
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:24:49 +0400
145440
+
145441
+
145442
+ Started GET "/workflow/config" for 127.0.0.1 at 2015-08-31 23:24:51 +0400
145443
+ Processing by RailsWorkflow::ProcessTemplatesController#index as HTML
145444
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (37.4ms)
145445
+ RailsWorkflow::ProcessTemplate Load (1.0ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" ORDER BY "rails_workflow_process_templates"."id" DESC
145446
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/index.html.slim within layouts/rails_workflow/application (267.4ms)
145447
+ Completed 200 OK in 467ms (Views: 450.5ms | ActiveRecord: 2.4ms)
145448
+
145449
+
145450
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:24:52 +0400
145451
+
145452
+
145453
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:24:52 +0400
145454
+
145455
+
145456
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:24:52 +0400
145457
+
145458
+
145459
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:24:52 +0400
145460
+
145461
+
145462
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:24:52 +0400
145463
+
145464
+
145465
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:24:52 +0400
145466
+
145467
+
145468
+ Started GET "/workflow/config/new" for 127.0.0.1 at 2015-08-31 23:24:54 +0400
145469
+ Processing by RailsWorkflow::ProcessTemplatesController#new as HTML
145470
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/_form.html.slim (174.2ms)
145471
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/new.html.slim within layouts/rails_workflow/application (240.3ms)
145472
+ Completed 200 OK in 363ms (Views: 361.3ms | ActiveRecord: 0.0ms)
145473
+
145474
+
145475
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:24:54 +0400
145476
+
145477
+
145478
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:24:54 +0400
145479
+
145480
+
145481
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:24:54 +0400
145482
+
145483
+
145484
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:24:54 +0400
145485
+
145486
+
145487
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:24:54 +0400
145488
+
145489
+
145490
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:24:54 +0400
145491
+
145492
+
145493
+ Started POST "/workflow/config" for 127.0.0.1 at 2015-08-31 23:25:02 +0400
145494
+ Processing by RailsWorkflow::ProcessTemplatesController#create as HTML
145495
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"F8W/B2/CPcKWwG64OnPlyjVhg6oYJWIHf3GtgVJvVbbqseKK95QraU8kOIxsOwpq4g9qh9wGs200v46ylPrvhg==", "process_template"=>{"title"=>"Export Test Process", "manager_class"=>"", "process_class"=>"", "type"=>""}, "commit"=>"Save"}
145496
+ Unpermitted parameters: utf8, authenticity_token, commit
145497
+  (0.4ms) BEGIN
145498
+ SQL (2.0ms) INSERT INTO "rails_workflow_process_templates" ("title", "manager_class", "process_class", "type", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["title", "Export Test Process"], ["manager_class", ""], ["process_class", ""], ["type", ""], ["uuid", "f0490bae-d58a-0d10-1672-a03756e0e239"], ["created_at", "2015-08-31 19:25:02.773201"], ["updated_at", "2015-08-31 19:25:02.773201"]]
145499
+  (1.8ms) COMMIT
145500
+ Redirected to http://localhost:3000/workflow/config/31/operation_templates
145501
+ Completed 302 Found in 39ms (ActiveRecord: 4.2ms)
145502
+
145503
+
145504
+ Started GET "/workflow/config/31/operation_templates" for 127.0.0.1 at 2015-08-31 23:25:02 +0400
145505
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
145506
+ Parameters: {"process_template_id"=>"31"}
145507
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 31]]
145508
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
145509
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 31]]
145510
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (269.9ms)
145511
+ Completed 200 OK in 408ms (Views: 394.2ms | ActiveRecord: 0.8ms)
145512
+
145513
+
145514
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:25:03 +0400
145515
+
145516
+
145517
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:25:03 +0400
145518
+
145519
+
145520
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:25:03 +0400
145521
+
145522
+
145523
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:25:03 +0400
145524
+
145525
+
145526
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:25:03 +0400
145527
+
145528
+
145529
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:25:03 +0400
145530
+
145531
+
145532
+ Started GET "/workflow/config/31/operation_templates/new?operation_template%5Bkind%5D=default" for 127.0.0.1 at 2015-08-31 23:25:06 +0400
145533
+ Processing by RailsWorkflow::OperationTemplatesController#new as HTML
145534
+ Parameters: {"operation_template"=>{"kind"=>"default"}, "process_template_id"=>"31"}
145535
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 31]]
145536
+ Unpermitted parameter: process_template_id
145537
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
145538
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE ("rails_workflow_process_templates"."id" != $1) [["id", 31]]
145539
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/_default_form.html.slim (196.1ms)
145540
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 31]]
145541
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/new.html.slim within layouts/rails_workflow/application (370.3ms)
145542
+ Completed 200 OK in 508ms (Views: 488.2ms | ActiveRecord: 1.4ms)
145543
+
145544
+
145545
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:25:06 +0400
145546
+
145547
+
145548
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:25:07 +0400
145549
+
145550
+
145551
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:25:07 +0400
145552
+
145553
+
145554
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:25:07 +0400
145555
+
145556
+
145557
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:25:07 +0400
145558
+
145559
+
145560
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:25:07 +0400
145561
+
145562
+
145563
+ Started POST "/workflow/config/31/operation_templates" for 127.0.0.1 at 2015-08-31 23:25:10 +0400
145564
+ Processing by RailsWorkflow::OperationTemplatesController#create as HTML
145565
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"vwMQuCjV8y0T6c79QjamOmCwnSuPTfK59ey7nmkD48ZCd001sIPlhsoNmMkUfkmat950BktuI9O+Ipitr5ZZ9g==", "operation_template"=>{"kind"=>"default", "title"=>"Testos", "operation_class"=>"", "type"=>"", "partial_name"=>"", "child_process_id"=>"", "async"=>"0", "is_background"=>"1"}, "commit"=>"Save", "process_template_id"=>"31"}
145566
+ RailsWorkflow::ProcessTemplate Load (0.9ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 31]]
145567
+ Unpermitted parameters: utf8, authenticity_token, commit, process_template_id
145568
+  (0.3ms) BEGIN
145569
+ SQL (3.5ms) INSERT INTO "rails_workflow_operation_templates" ("kind", "type", "title", "operation_class", "partial_name", "async", "process_template_id", "uuid", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["kind", "default"], ["type", ""], ["title", "Testos"], ["operation_class", ""], ["partial_name", ""], ["async", "f"], ["process_template_id", 31], ["uuid", "d69764dd-f61a-dedf-51d1-a03a184101ac"], ["created_at", "2015-08-31 19:25:10.462956"], ["updated_at", "2015-08-31 19:25:10.462956"]]
145570
+  (0.4ms) COMMIT
145571
+ Redirected to http://localhost:3000/workflow/config/31/operation_templates
145572
+ Completed 302 Found in 56ms (ActiveRecord: 5.1ms)
145573
+
145574
+
145575
+ Started GET "/workflow/config/31/operation_templates" for 127.0.0.1 at 2015-08-31 23:25:10 +0400
145576
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
145577
+ Parameters: {"process_template_id"=>"31"}
145578
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 31]]
145579
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
145580
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 31]]
145581
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (21.0ms)
145582
+ Completed 200 OK in 160ms (Views: 151.9ms | ActiveRecord: 0.9ms)
145583
+
145584
+
145585
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:25:10 +0400
145586
+
145587
+
145588
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:25:10 +0400
145589
+
145590
+
145591
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:25:10 +0400
145592
+
145593
+
145594
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:25:10 +0400
145595
+
145596
+
145597
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-08-31 23:25:10 +0400
145598
+
145599
+
145600
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-08-31 23:25:10 +0400
145601
+
145602
+
145603
+ Started GET "/workflow/config/31/export" for 127.0.0.1 at 2015-08-31 23:25:11 +0400
145604
+ Processing by RailsWorkflow::ProcessTemplatesController#export as HTML
145605
+ Parameters: {"id"=>"31"}
145606
+ RailsWorkflow::ProcessTemplate Load (0.6ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 31]]
145607
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 31]]
145608
+ Rendered text template (0.1ms)
145609
+ Sent data Export Test Process.json (3.7ms)
145610
+ Completed 200 OK in 3106ms (Views: 3.3ms | ActiveRecord: 1.1ms)
145611
+
145612
+
145613
+ Started GET "/workflow/config/1/operation_templates/7" for 127.0.0.1 at 2015-08-31 23:25:26 +0400
145614
+ Processing by RailsWorkflow::OperationTemplatesController#show as HTML
145615
+ Parameters: {"process_template_id"=>"1", "id"=>"7"}
145616
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 7]]
145617
+ Completed 404 Not Found in 5ms
145618
+
145619
+ ActiveRecord::RecordNotFound (Couldn't find RailsWorkflow::OperationTemplate with 'id'=7):
145620
+ activerecord (4.2.0) lib/active_record/relation/finder_methods.rb:336:in `raise_record_not_found_exception!'
145621
+ activerecord (4.2.0) lib/active_record/relation/finder_methods.rb:456:in `find_one'
145622
+ activerecord (4.2.0) lib/active_record/relation/finder_methods.rb:435:in `find_with_ids'
145623
+ activerecord (4.2.0) lib/active_record/relation/finder_methods.rb:71:in `find'
145624
+ activerecord (4.2.0) lib/active_record/querying.rb:3:in `find'
145625
+ activerecord (4.2.0) lib/active_record/core.rb:131:in `find'
145626
+ /Users/maxim/workflow/rails_workflow/app/controllers/rails_workflow/operation_templates_controller.rb:95:in `set_operation_template'
145627
+ activesupport (4.2.0) lib/active_support/callbacks.rb:427:in `block in make_lambda'
145628
+ activesupport (4.2.0) lib/active_support/callbacks.rb:145:in `call'
145629
+ activesupport (4.2.0) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
145630
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
145631
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
145632
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
145633
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
145634
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
145635
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
145636
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
145637
+ actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
145638
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
145639
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
145640
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
145641
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
145642
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
145643
+ actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
145644
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
145645
+ actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
145646
+ actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
145647
+ actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
145648
+ actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
145649
+ actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
145650
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
145651
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
145652
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
145653
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
145654
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
145655
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
145656
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
145657
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
145658
+ railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
145659
+ railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
145660
+ actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
145661
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
145662
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
145663
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
145664
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
145665
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
145666
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
145667
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
145668
+ rack (1.6.0) lib/rack/etag.rb:24:in `call'
145669
+ rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
145670
+ rack (1.6.0) lib/rack/head.rb:13:in `call'
145671
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
145672
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
145673
+ rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
145674
+ rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
145675
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
145676
+ activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
145677
+ activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
145678
+ activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
145679
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
145680
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
145681
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
145682
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
145683
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
145684
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
145685
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
145686
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
145687
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
145688
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
145689
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
145690
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
145691
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
145692
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
145693
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
145694
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
145695
+ request_store (1.1.0) lib/request_store/middleware.rb:8:in `call'
145696
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
145697
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
145698
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
145699
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
145700
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
145701
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
145702
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
145703
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
145704
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
145705
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
145706
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
145707
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
145708
+ /Users/maxim/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
145709
+ /Users/maxim/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
145710
+ /Users/maxim/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
145711
+
145712
+
145713
+ 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/_source.erb (42.7ms)
145714
+ 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 (9.4ms)
145715
+ 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 (3.5ms)
145716
+ 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/diagnostics.html.erb within rescues/layout (74.3ms)
145717
+
145718
+
145719
+ Started GET "/workflow" for 127.0.0.1 at 2015-09-01 21:13:47 +0400
145720
+ ActiveRecord::SchemaMigration Load (7.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
145721
+ Processing by RailsWorkflow::OperationsController#index as HTML
145722
+ RailsWorkflow::Operation Load (8.1ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."status" = 3 ORDER BY "rails_workflow_operations"."created_at" DESC
145723
+ RailsWorkflow::Process Load (1.2ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 292]]
145724
+ RailsWorkflow::OperationTemplate Load (1.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145725
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 291]]
145726
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145727
+ RailsWorkflow::Process Load (0.6ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 273]]
145728
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145729
+ RailsWorkflow::Process Load (0.7ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 258]]
145730
+ RailsWorkflow::OperationTemplate Load (0.7ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145731
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 257]]
145732
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145733
+ RailsWorkflow::Process Load (0.5ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 250]]
145734
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145735
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 249]]
145736
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145737
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 248]]
145738
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145739
+ RailsWorkflow::Process Load (0.4ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 201]]
145740
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145741
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 200]]
145742
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 63]]
145743
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operations/index.html.slim within layouts/rails_workflow/application (447.1ms)
145744
+ Completed 200 OK in 1204ms (Views: 1099.1ms | ActiveRecord: 24.8ms)
145745
+
145746
+
145747
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-09-01 21:13:49 +0400
145748
+
145749
+
145750
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:13:49 +0400
145751
+
145752
+
145753
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-09-01 21:13:49 +0400
145754
+
145755
+
145756
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:13:49 +0400
145757
+
145758
+
145759
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:13:49 +0400
145760
+
145761
+
145762
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:13:49 +0400
145763
+
145764
+
145765
+ Started GET "/workflow/processes/257/operations/422" for 127.0.0.1 at 2015-09-01 21:13:52 +0400
145766
+ Processing by RailsWorkflow::OperationsController#show as HTML
145767
+ Parameters: {"process_id"=>"257", "id"=>"422"}
145768
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 422]]
145769
+ RailsWorkflow::Process Load (0.3ms) SELECT "rails_workflow_processes".* FROM "rails_workflow_processes" WHERE "rails_workflow_processes"."id" = $1 LIMIT 1 [["id", 257]]
145770
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (30.3ms)
145771
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145772
+ RailsWorkflow::Context Load (16.5ms) SELECT "rails_workflow_contexts".* FROM "rails_workflow_contexts" WHERE "rails_workflow_contexts"."parent_id" = $1 AND "rails_workflow_contexts"."parent_type" = $2 LIMIT 1 [["parent_id", 422], ["parent_type", "RailsWorkflow::Operation"]]
145773
+ RailsWorkflow::ProcessTemplate Load (0.7ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 27]]
145774
+ RailsWorkflow::Operation Load (0.4ms) SELECT "rails_workflow_operations".* FROM "rails_workflow_operations" WHERE "rails_workflow_operations"."id" = $1 LIMIT 1 [["id", 422]]
145775
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 65]]
145776
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_context.html.slim (35.4ms)
145777
+ RailsWorkflow::Error Load (18.6ms) SELECT "rails_workflow_errors".* FROM "rails_workflow_errors" WHERE "rails_workflow_errors"."parent_id" = $1 AND "rails_workflow_errors"."parent_type" = $2 AND (resolved is null or resolved = false) [["parent_id", 422], ["parent_type", "RailsWorkflow::Operation"]]
145778
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operations/show.html.slim within layouts/rails_workflow/application (378.7ms)
145779
+ Completed 200 OK in 567ms (Views: 515.7ms | ActiveRecord: 41.5ms)
145780
+
145781
+
145782
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-09-01 21:13:53 +0400
145783
+
145784
+
145785
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:13:53 +0400
145786
+
145787
+
145788
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:13:53 +0400
145789
+
145790
+
145791
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:13:53 +0400
145792
+
145793
+
145794
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:13:53 +0400
145795
+
145796
+
145797
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-09-01 21:13:53 +0400
145798
+
145799
+
145800
+ Started GET "/workflow/config" for 127.0.0.1 at 2015-09-01 21:13:56 +0400
145801
+ Processing by RailsWorkflow::ProcessTemplatesController#index as HTML
145802
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
145803
+ RailsWorkflow::ProcessTemplate Load (0.6ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" ORDER BY "rails_workflow_process_templates"."id" DESC
145804
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/process_templates/index.html.slim within layouts/rails_workflow/application (126.0ms)
145805
+ Completed 200 OK in 256ms (Views: 250.8ms | ActiveRecord: 0.6ms)
145806
+
145807
+
145808
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-09-01 21:13:57 +0400
145809
+
145810
+
145811
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:13:57 +0400
145812
+
145813
+
145814
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:13:57 +0400
145815
+
145816
+
145817
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:13:57 +0400
145818
+
145819
+
145820
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:13:57 +0400
145821
+
145822
+
145823
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-09-01 21:13:57 +0400
145824
+
145825
+
145826
+ Started GET "/workflow/config/18/operation_templates" for 127.0.0.1 at 2015-09-01 21:14:01 +0400
145827
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
145828
+ Parameters: {"process_template_id"=>"18"}
145829
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 18]]
145830
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.2ms)
145831
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 18]]
145832
+  (0.3ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 50]]
145833
+  (0.4ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 51]]
145834
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 51]]
145835
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (128.2ms)
145836
+ Completed 200 OK in 257ms (Views: 247.1ms | ActiveRecord: 1.7ms)
145837
+
145838
+
145839
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-09-01 21:14:01 +0400
145840
+
145841
+
145842
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:14:01 +0400
145843
+
145844
+
145845
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:14:01 +0400
145846
+
145847
+
145848
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:14:01 +0400
145849
+
145850
+
145851
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:14:01 +0400
145852
+
145853
+
145854
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-09-01 21:14:01 +0400
145855
+
145856
+
145857
+ Started GET "/workflow/config/18/export" for 127.0.0.1 at 2015-09-01 21:14:03 +0400
145858
+ Processing by RailsWorkflow::ProcessTemplatesController#export as HTML
145859
+ Parameters: {"id"=>"18"}
145860
+ RailsWorkflow::ProcessTemplate Load (1.2ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 18]]
145861
+ RailsWorkflow::OperationTemplate Load (0.6ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 18]]
145862
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 50]]
145863
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145864
+ CACHE (0.1ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 51]]
145865
+ Rendered text template (0.1ms)
145866
+ Sent data Sales Contacts Process.json (4.6ms)
145867
+ Completed 200 OK in 54ms (Views: 4.0ms | ActiveRecord: 2.7ms)
145868
+
145869
+
145870
+ Started GET "/workflow/config/19/operation_templates" for 127.0.0.1 at 2015-09-01 21:14:09 +0400
145871
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
145872
+ Parameters: {"process_template_id"=>"19"}
145873
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 19]]
145874
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
145875
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 19]]
145876
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (13.0ms)
145877
+ Completed 200 OK in 129ms (Views: 122.3ms | ActiveRecord: 0.8ms)
145878
+
145879
+
145880
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-09-01 21:14:09 +0400
145881
+
145882
+
145883
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:14:09 +0400
145884
+
145885
+
145886
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:14:09 +0400
145887
+
145888
+
145889
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:14:09 +0400
145890
+
145891
+
145892
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:14:09 +0400
145893
+
145894
+
145895
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-09-01 21:14:09 +0400
145896
+
145897
+
145898
+ Started GET "/workflow/config/19/export" for 127.0.0.1 at 2015-09-01 21:14:11 +0400
145899
+ Processing by RailsWorkflow::ProcessTemplatesController#export as HTML
145900
+ Parameters: {"id"=>"19"}
145901
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 19]]
145902
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 19]]
145903
+ Rendered text template (0.1ms)
145904
+ Sent data Some Process Template.json (1.6ms)
145905
+ Completed 200 OK in 16ms (Views: 1.3ms | ActiveRecord: 0.8ms)
145906
+
145907
+
145908
+ Started GET "/workflow/config/20/operation_templates" for 127.0.0.1 at 2015-09-01 21:14:15 +0400
145909
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
145910
+ Parameters: {"process_template_id"=>"20"}
145911
+ RailsWorkflow::ProcessTemplate Load (0.5ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 20]]
145912
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
145913
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 20]]
145914
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (12.6ms)
145915
+ Completed 200 OK in 134ms (Views: 127.0ms | ActiveRecord: 0.9ms)
145916
+
145917
+
145918
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-09-01 21:14:15 +0400
145919
+
145920
+
145921
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:14:15 +0400
145922
+
145923
+
145924
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:14:15 +0400
145925
+
145926
+
145927
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:14:15 +0400
145928
+
145929
+
145930
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:14:15 +0400
145931
+
145932
+
145933
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-09-01 21:14:15 +0400
145934
+
145935
+
145936
+ Started GET "/workflow/config/20/export" for 127.0.0.1 at 2015-09-01 21:14:16 +0400
145937
+ Processing by RailsWorkflow::ProcessTemplatesController#export as HTML
145938
+ Parameters: {"id"=>"20"}
145939
+ RailsWorkflow::ProcessTemplate Load (0.3ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 20]]
145940
+ RailsWorkflow::OperationTemplate Load (0.5ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 20]]
145941
+ Rendered text template (0.1ms)
145942
+ Sent data Teest Process Template.json (1.6ms)
145943
+ Completed 200 OK in 19ms (Views: 1.2ms | ActiveRecord: 0.8ms)
145944
+
145945
+
145946
+ Started GET "/workflow/config/21/operation_templates" for 127.0.0.1 at 2015-09-01 21:14:20 +0400
145947
+ Processing by RailsWorkflow::OperationTemplatesController#index as HTML
145948
+ Parameters: {"process_template_id"=>"21"}
145949
+ RailsWorkflow::ProcessTemplate Load (0.4ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 21]]
145950
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/application/_flash.html.slim (0.1ms)
145951
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 21]]
145952
+  (0.4ms) SELECT "rails_workflow_operation_templates"."title" FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 [["id", 54]]
145953
+ Rendered /Users/maxim/workflow/rails_workflow/app/views/rails_workflow/operation_templates/index.html.slim within layouts/rails_workflow/application (23.1ms)
145954
+ Completed 200 OK in 140ms (Views: 132.5ms | ActiveRecord: 1.1ms)
145955
+
145956
+
145957
+ Started GET "/assets/bootstrap/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-09-01 21:14:20 +0400
145958
+
145959
+
145960
+ Started GET "/assets/bootstrap/bootstrap.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:14:20 +0400
145961
+
145962
+
145963
+ Started GET "/assets/rails_workflow/application.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:14:20 +0400
145964
+
145965
+
145966
+ Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:14:20 +0400
145967
+
145968
+
145969
+ Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-09-01 21:14:21 +0400
145970
+
145971
+
145972
+ Started GET "/assets/rails_workflow/application.self.css?body=1" for 127.0.0.1 at 2015-09-01 21:14:21 +0400
145973
+
145974
+
145975
+ Started GET "/workflow/config/21/export" for 127.0.0.1 at 2015-09-01 21:14:22 +0400
145976
+ Processing by RailsWorkflow::ProcessTemplatesController#export as HTML
145977
+ Parameters: {"id"=>"21"}
145978
+ RailsWorkflow::ProcessTemplate Load (0.7ms) SELECT "rails_workflow_process_templates".* FROM "rails_workflow_process_templates" WHERE "rails_workflow_process_templates"."id" = $1 LIMIT 1 [["id", 21]]
145979
+ RailsWorkflow::OperationTemplate Load (0.4ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."process_template_id" = $1 ORDER BY "rails_workflow_operation_templates"."id" ASC [["process_template_id", 21]]
145980
+ RailsWorkflow::OperationTemplate Load (0.3ms) SELECT "rails_workflow_operation_templates".* FROM "rails_workflow_operation_templates" WHERE "rails_workflow_operation_templates"."id" = $1 LIMIT 1 [["id", 54]]
145981
+ Rendered text template (0.1ms)
145982
+ Sent data Some Process Template.json (1.5ms)
145983
+ Completed 200 OK in 28ms (Views: 1.2ms | ActiveRecord: 1.5ms)