cloud-toaster 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -114,7 +114,6 @@ module Toaster
114
114
  ensure
115
115
  Socket.do_not_reverse_lookup = orig
116
116
  end
117
- puts "IP: #{ip}"
118
117
  if !is_ip_address(ip)
119
118
  # TODO: IP lookup using ifconfig...
120
119
  end
@@ -4,7 +4,6 @@
4
4
  <h2>Chef Cookbooks</h2>
5
5
  <style type="text/css">
6
6
  <%=
7
- require "rubygems"
8
7
  require "diffy"
9
8
  require "toaster/chef/chef_util"
10
9
  Diffy::CSS
@@ -8,7 +8,6 @@ require 'rails/all'
8
8
  # bug fix for ruby 1.9+
9
9
  require 'dl/import'
10
10
  DL::Importable = DL::Importer
11
-
12
11
  Bundler.require(:default, Rails.env)
13
12
 
14
13
  module Toaster
@@ -1,5 +1,5 @@
1
1
  # Set up gems listed in the Gemfile.
2
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
2
+ ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../../Gemfile', __FILE__)
3
3
 
4
4
  require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
5
5
 
@@ -167821,3 +167821,590 @@ Processing by TestController#suites as HTML
167821
167821
  CACHE (0.1ms) SELECT `automations`.* FROM `automations` WHERE `automations`.`id` = 1 ORDER BY `automations`.`id` ASC LIMIT 1 [["id", "1"]]
167822
167822
  Rendered test/suites.html.erb within layouts/application (370.7ms)
167823
167823
  Completed 200 OK in 412ms (Views: 375.9ms | ActiveRecord: 31.6ms)
167824
+
167825
+
167826
+ Started GET "/scripts" for 127.0.0.1 at 2014-07-08 09:28:49 +0000
167827
+ Processing by ScriptsController#scripts as HTML
167828
+ User Load (0.3ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
167829
+ Completed 401 Unauthorized in 6ms
167830
+
167831
+
167832
+ Started GET "/users/sign_in" for 127.0.0.1 at 2014-07-08 09:28:49 +0000
167833
+ Processing by Devise::SessionsController#new as HTML
167834
+ Rendered /usr/local/rvm/gems/ruby-1.9.3-p194/gems/devise-3.2.4/app/views/devise/shared/_links.erb (1.1ms)
167835
+ Rendered /usr/local/rvm/gems/ruby-1.9.3-p194/gems/devise-3.2.4/app/views/devise/sessions/new.html.erb within layouts/application (7.6ms)
167836
+ Completed 200 OK in 144ms (Views: 141.8ms | ActiveRecord: 0.0ms)
167837
+
167838
+
167839
+ Started GET "/assets/analysis.css?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167840
+
167841
+
167842
+ Started GET "/assets/execs.css?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167843
+
167844
+
167845
+ Started GET "/assets/scripts.css?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167846
+
167847
+
167848
+ Started GET "/assets/settings.css?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167849
+
167850
+
167851
+ Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167852
+
167853
+
167854
+ Started GET "/assets/util.css?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167855
+
167856
+
167857
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167858
+
167859
+
167860
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167861
+
167862
+
167863
+ Started GET "/assets/analysis.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167864
+
167865
+
167866
+ Started GET "/assets/execs.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167867
+
167868
+
167869
+ Started GET "/assets/graph.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167870
+
167871
+
167872
+ Started GET "/assets/jquery-1.7.2.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167873
+
167874
+
167875
+ Started GET "/assets/jquery-ui-1.8.22.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167876
+
167877
+
167878
+ Started GET "/assets/jquery.cookie.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167879
+
167880
+
167881
+ Started GET "/assets/jquery.hotkeys.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167882
+
167883
+
167884
+ Started GET "/assets/jquery.jstree.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167885
+
167886
+
167887
+ Started GET "/assets/jsPlumb/jquery.jsPlumb-1.3.14-all-min.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167888
+
167889
+
167890
+ Started GET "/assets/jstree.util.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167891
+
167892
+
167893
+ Started GET "/assets/scripts.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167894
+
167895
+
167896
+ Started GET "/assets/settings.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167897
+
167898
+
167899
+ Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167900
+
167901
+
167902
+ Started GET "/assets/util.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167903
+
167904
+
167905
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
167906
+
167907
+
167908
+ Started GET "/test/exec/3/57" for 127.0.0.1 at 2014-07-08 11:23:31 +0000
167909
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
167910
+
167911
+ ActionController::RoutingError (No route matches [GET] "/test/exec/3/57"):
167912
+ actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
167913
+ actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
167914
+ railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
167915
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
167916
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
167917
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
167918
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
167919
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
167920
+ actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
167921
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
167922
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
167923
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
167924
+ actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
167925
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
167926
+ railties (4.0.2) lib/rails/engine.rb:511:in `call'
167927
+ railties (4.0.2) lib/rails/application.rb:97:in `call'
167928
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
167929
+ thin (1.6.2) lib/thin/connection.rb:86:in `block in pre_process'
167930
+ thin (1.6.2) lib/thin/connection.rb:84:in `catch'
167931
+ thin (1.6.2) lib/thin/connection.rb:84:in `pre_process'
167932
+ thin (1.6.2) lib/thin/connection.rb:53:in `process'
167933
+ thin (1.6.2) lib/thin/connection.rb:39:in `receive_data'
167934
+ eventmachine (1.0.3) lib/eventmachine.rb:187:in `run_machine'
167935
+ eventmachine (1.0.3) lib/eventmachine.rb:187:in `run'
167936
+ thin (1.6.2) lib/thin/backends/base.rb:73:in `start'
167937
+ thin (1.6.2) lib/thin/server.rb:162:in `start'
167938
+ rack (1.5.2) lib/rack/handler/thin.rb:16:in `run'
167939
+ rack (1.5.2) lib/rack/server.rb:264:in `start'
167940
+ railties (4.0.2) lib/rails/commands/server.rb:84:in `start'
167941
+ railties (4.0.2) lib/rails/commands.rb:76:in `block in <top (required)>'
167942
+ railties (4.0.2) lib/rails/commands.rb:71:in `tap'
167943
+ railties (4.0.2) lib/rails/commands.rb:71:in `<top (required)>'
167944
+ webapp/bin/rails:4:in `require'
167945
+ webapp/bin/rails:4:in `<main>'
167946
+
167947
+
167948
+ Rendered /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.3ms)
167949
+ Rendered /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.7ms)
167950
+ Rendered /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (91.8ms)
167951
+ Rendered /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (314.0ms)
167952
+
167953
+
167954
+ Started GET "/" for 127.0.0.1 at 2014-07-08 11:23:38 +0000
167955
+ Processing by ScriptsController#scripts as HTML
167956
+ Completed 401 Unauthorized in 103ms
167957
+
167958
+
167959
+ Started GET "/users/sign_in" for 127.0.0.1 at 2014-07-08 11:23:38 +0000
167960
+ Processing by Devise::SessionsController#new as HTML
167961
+ Rendered /usr/local/rvm/gems/ruby-1.9.3-p194/gems/devise-3.2.4/app/views/devise/shared/_links.erb (3.1ms)
167962
+ Rendered /usr/local/rvm/gems/ruby-1.9.3-p194/gems/devise-3.2.4/app/views/devise/sessions/new.html.erb within layouts/application (197.7ms)
167963
+ Completed 200 OK in 499ms (Views: 453.8ms | ActiveRecord: 3.9ms)
167964
+
167965
+
167966
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
167967
+
167968
+
167969
+ Started GET "/assets/analysis.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
167970
+
167971
+
167972
+ Started GET "/assets/execs.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
167973
+
167974
+
167975
+ Started GET "/assets/graph.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
167976
+
167977
+
167978
+ Started GET "/assets/jquery-ui-1.8.6.custom.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
167979
+
167980
+
167981
+ Started GET "/assets/layout.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
167982
+
167983
+
167984
+ Started GET "/assets/reset.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
167985
+
167986
+
167987
+ Started GET "/assets/menu.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
167988
+
167989
+
167990
+ Started GET "/assets/scripts.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
167991
+
167992
+
167993
+ Started GET "/assets/settings.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
167994
+
167995
+
167996
+ Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
167997
+
167998
+
167999
+ Started GET "/assets/util.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168000
+
168001
+
168002
+ Started GET "/assets/jquery.cookie.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168003
+
168004
+
168005
+ Started GET "/assets/jquery.hotkeys.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168006
+
168007
+
168008
+ Started GET "/assets/scripts.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168009
+
168010
+
168011
+ Started GET "/assets/util.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168012
+
168013
+
168014
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168015
+
168016
+
168017
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168018
+
168019
+
168020
+ Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168021
+
168022
+
168023
+ Started GET "/assets/reset.css" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168024
+
168025
+
168026
+ Started GET "/assets/jquery-ui-1.8.22.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168027
+
168028
+
168029
+ Started GET "/assets/execs.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168030
+
168031
+
168032
+ Started GET "/assets/graph.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168033
+
168034
+
168035
+ Started GET "/assets/jquery-1.7.2.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168036
+
168037
+
168038
+ Started GET "/assets/settings.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168039
+
168040
+
168041
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168042
+
168043
+
168044
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168045
+
168046
+
168047
+ Started GET "/assets/jquery.jstree.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168048
+
168049
+
168050
+ Started GET "/assets/jsPlumb/jquery.jsPlumb-1.3.14-all-min.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168051
+
168052
+
168053
+ Started GET "/assets/jstree.util.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168054
+
168055
+
168056
+ Started GET "/assets/analysis.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168057
+
168058
+
168059
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168060
+
168061
+
168062
+ Started GET "/assets/analysis.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168063
+
168064
+
168065
+ Started GET "/assets/execs.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168066
+
168067
+
168068
+ Started GET "/assets/graph.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168069
+
168070
+
168071
+ Started GET "/assets/jquery-1.7.2.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168072
+
168073
+
168074
+ Started GET "/assets/jquery-ui-1.8.22.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168075
+
168076
+
168077
+ Started GET "/assets/font.woff" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168078
+
168079
+
168080
+ Started GET "/assets/jquery.cookie.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168081
+
168082
+
168083
+ Started GET "/assets/jquery.hotkeys.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168084
+
168085
+
168086
+ Started GET "/assets/jquery.jstree.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168087
+
168088
+
168089
+ Started GET "/assets/jsPlumb/jquery.jsPlumb-1.3.14-all-min.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168090
+
168091
+
168092
+ Started GET "/assets/jstree.util.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168093
+
168094
+
168095
+ Started GET "/assets/scripts.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168096
+
168097
+
168098
+ Started GET "/assets/settings.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168099
+
168100
+
168101
+ Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168102
+
168103
+
168104
+ Started GET "/assets/util.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168105
+
168106
+
168107
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168108
+
168109
+
168110
+ Started GET "/assets/websymbols/websymbols-regular-webfont.woff" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
168111
+
168112
+
168113
+ Started POST "/users/sign_in" for 127.0.0.1 at 2014-07-08 11:23:49 +0000
168114
+ Processing by Devise::SessionsController#create as HTML
168115
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"pXwz7z0l1ZHonyYfiqEwZ+YdxpqNRrHHDslCy3k9MPg=", "user"=>{"email"=>"hummer@infosys.tuwien.ac.at", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"}
168116
+ User Load (1.3ms) SELECT `users`.* FROM `users` WHERE `users`.`email` = 'hummer@infosys.tuwien.ac.at' ORDER BY `users`.`id` ASC LIMIT 1
168117
+  (0.3ms) BEGIN
168118
+ SQL (83.2ms) UPDATE `users` SET `last_sign_in_at` = '2014-07-08 03:12:21', `current_sign_in_at` = '2014-07-08 11:23:49', `sign_in_count` = 309, `updated_at` = '2014-07-08 11:23:49' WHERE `users`.`id` = 1
168119
+  (6.8ms) COMMIT
168120
+ Redirected to http://localhost:8080/
168121
+ Completed 302 Found in 386ms (ActiveRecord: 91.5ms)
168122
+
168123
+
168124
+ Started GET "/" for 127.0.0.1 at 2014-07-08 11:23:49 +0000
168125
+ Processing by ScriptsController#scripts as HTML
168126
+ User Load (0.7ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
168127
+ Toaster::Automation Load (0.4ms) SELECT `automations`.* FROM `automations`
168128
+  (0.3ms) SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 1
168129
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 1)
168130
+ CACHE (0.0ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 1)
168131
+  (0.3ms) SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 1
168132
+ DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block in _app_views_scripts_scripts_html_erb___1042959709_91196500 at /home/hummer/eclipse/toaster/webapp/app/views/scripts/scripts.html.erb:60)
168133
+  (0.2ms) SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 2
168134
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 2)
168135
+ CACHE (0.0ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 2)
168136
+  (0.2ms) SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 2
168137
+ DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block in _app_views_scripts_scripts_html_erb___1042959709_91196500 at /home/hummer/eclipse/toaster/webapp/app/views/scripts/scripts.html.erb:60)
168138
+  (0.2ms) SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 3
168139
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 3)
168140
+ CACHE (0.0ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 3)
168141
+  (0.1ms) SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 3
168142
+ DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block in _app_views_scripts_scripts_html_erb___1042959709_91196500 at /home/hummer/eclipse/toaster/webapp/app/views/scripts/scripts.html.erb:60)
168143
+ Rendered scripts/scripts.html.erb within layouts/application (519.6ms)
168144
+ Completed 200 OK in 562ms (Views: 540.8ms | ActiveRecord: 17.7ms)
168145
+
168146
+
168147
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168148
+
168149
+
168150
+ Started GET "/assets/reset.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168151
+
168152
+
168153
+ Started GET "/assets/execs.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168154
+
168155
+
168156
+ Started GET "/assets/graph.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168157
+
168158
+
168159
+ Started GET "/assets/jquery-ui-1.8.6.custom.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168160
+
168161
+
168162
+ Started GET "/assets/layout.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168163
+
168164
+
168165
+ Started GET "/assets/menu.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168166
+
168167
+
168168
+ Started GET "/assets/analysis.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168169
+
168170
+
168171
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168172
+
168173
+
168174
+ Started GET "/assets/execs.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168175
+
168176
+
168177
+ Started GET "/assets/graph.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168178
+
168179
+
168180
+ Started GET "/assets/jquery-1.7.2.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168181
+
168182
+
168183
+ Started GET "/assets/scripts.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168184
+
168185
+
168186
+ Started GET "/assets/jquery.hotkeys.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168187
+
168188
+
168189
+ Started GET "/assets/settings.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168190
+
168191
+
168192
+ Started GET "/assets/util.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168193
+
168194
+
168195
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168196
+
168197
+
168198
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168199
+
168200
+
168201
+ Started GET "/assets/reset.css" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168202
+
168203
+
168204
+ Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168205
+
168206
+
168207
+ Started GET "/assets/jquery.cookie.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168208
+
168209
+
168210
+ Started GET "/assets/jquery.jstree.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168211
+
168212
+
168213
+ Started GET "/assets/jsPlumb/jquery.jsPlumb-1.3.14-all-min.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168214
+
168215
+
168216
+ Started GET "/assets/jstree.util.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168217
+
168218
+
168219
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168220
+
168221
+
168222
+ Started GET "/assets/scripts.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168223
+
168224
+
168225
+ Started GET "/assets/analysis.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168226
+
168227
+
168228
+ Started GET "/assets/settings.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168229
+
168230
+
168231
+ Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168232
+
168233
+
168234
+ Started GET "/assets/util.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168235
+
168236
+
168237
+ Started GET "/assets/jquery-ui-1.8.22.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168238
+
168239
+
168240
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168241
+
168242
+
168243
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168244
+
168245
+
168246
+ Started GET "/assets/analysis.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168247
+
168248
+
168249
+ Started GET "/assets/execs.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168250
+
168251
+
168252
+ Started GET "/assets/graph.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168253
+
168254
+
168255
+ Started GET "/assets/jquery-1.7.2.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168256
+
168257
+
168258
+ Started GET "/assets/jquery-ui-1.8.22.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168259
+
168260
+
168261
+ Started GET "/assets/font.woff" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168262
+
168263
+
168264
+ Started GET "/assets/jquery.cookie.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168265
+
168266
+
168267
+ Started GET "/assets/jquery.hotkeys.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168268
+
168269
+
168270
+ Started GET "/assets/jquery.jstree.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168271
+
168272
+
168273
+ Started GET "/assets/jsPlumb/jquery.jsPlumb-1.3.14-all-min.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168274
+
168275
+
168276
+ Started GET "/assets/jstree.util.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168277
+
168278
+
168279
+ Started GET "/assets/scripts.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168280
+
168281
+
168282
+ Started GET "/assets/settings.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168283
+
168284
+
168285
+ Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168286
+
168287
+
168288
+ Started GET "/assets/util.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168289
+
168290
+
168291
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168292
+
168293
+
168294
+ Started GET "/assets/websymbols/websymbols-regular-webfont.woff" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
168295
+
168296
+
168297
+ Started GET "/scripts" for 127.0.0.1 at 2014-07-08 11:23:52 +0000
168298
+ Processing by ScriptsController#scripts as HTML
168299
+ User Load (0.4ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
168300
+ Toaster::Automation Load (0.5ms) SELECT `automations`.* FROM `automations`
168301
+  (0.2ms) SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 1
168302
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 1)
168303
+ CACHE (0.1ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 1)
168304
+  (0.4ms) SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 1
168305
+ DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block in _app_views_scripts_scripts_html_erb___1042959709_90414700 at /home/hummer/eclipse/toaster/webapp/app/views/scripts/scripts.html.erb:60)
168306
+  (0.3ms) SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 2
168307
+  (0.3ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 2)
168308
+ CACHE (0.0ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 2)
168309
+  (0.4ms) SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 2
168310
+ DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block in _app_views_scripts_scripts_html_erb___1042959709_90414700 at /home/hummer/eclipse/toaster/webapp/app/views/scripts/scripts.html.erb:60)
168311
+  (0.4ms) SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 3
168312
+  (0.3ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 3)
168313
+ CACHE (0.0ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 3)
168314
+  (0.4ms) SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 3
168315
+ DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block in _app_views_scripts_scripts_html_erb___1042959709_90414700 at /home/hummer/eclipse/toaster/webapp/app/views/scripts/scripts.html.erb:60)
168316
+ Rendered scripts/scripts.html.erb within layouts/application (45.6ms)
168317
+ Completed 200 OK in 96ms (Views: 84.9ms | ActiveRecord: 3.9ms)
168318
+
168319
+
168320
+ Started GET "/scripts/1/details" for 127.0.0.1 at 2014-07-08 11:23:53 +0000
168321
+ Processing by ScriptsController#scripts as HTML
168322
+ Parameters: {"auto_id"=>"1"}
168323
+ User Load (0.2ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
168324
+ Toaster::Automation Load (0.2ms) SELECT `automations`.* FROM `automations` WHERE `automations`.`id` = 1 LIMIT 1
168325
+ Toaster::Automation Load (0.2ms) SELECT `automations`.* FROM `automations`
168326
+  (0.1ms) SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 1
168327
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 1)
168328
+ CACHE (0.0ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 1)
168329
+  (0.2ms) SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 1
168330
+ DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block in _app_views_scripts_scripts_html_erb___1042959709_90414700 at /home/hummer/eclipse/toaster/webapp/app/views/scripts/scripts.html.erb:60)
168331
+  (0.2ms) SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 2
168332
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 2)
168333
+ CACHE (0.0ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 2)
168334
+  (0.1ms) SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 2
168335
+ DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block in _app_views_scripts_scripts_html_erb___1042959709_90414700 at /home/hummer/eclipse/toaster/webapp/app/views/scripts/scripts.html.erb:60)
168336
+  (0.2ms) SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 3
168337
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 3)
168338
+ CACHE (0.0ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 3)
168339
+  (0.2ms) SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 3
168340
+ DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block in _app_views_scripts_scripts_html_erb___1042959709_90414700 at /home/hummer/eclipse/toaster/webapp/app/views/scripts/scripts.html.erb:60)
168341
+ Toaster::AutomationAttribute Load (0.2ms) SELECT `key_value_pairs`.* FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 1
168342
+ Toaster::Task Load (0.3ms) SELECT `tasks`.* FROM `tasks` WHERE `tasks`.`automation_id` = 1
168343
+ Toaster::TaskExecution Load (0.9ms) SELECT `task_executions`.* FROM `task_executions` WHERE `task_executions`.`task_id` = 5
168344
+ Toaster::TaskExecution Load (0.5ms) SELECT `task_executions`.* FROM `task_executions` WHERE `task_executions`.`task_id` = 6
168345
+ Rendered scripts/scripts.html.erb within layouts/application (151.1ms)
168346
+ Completed 200 OK in 187ms (Views: 179.6ms | ActiveRecord: 4.0ms)
168347
+
168348
+
168349
+ Started GET "/scripts/2/details" for 127.0.0.1 at 2014-07-08 11:23:55 +0000
168350
+ Processing by ScriptsController#scripts as HTML
168351
+ Parameters: {"auto_id"=>"2"}
168352
+ User Load (0.4ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
168353
+ Toaster::Automation Load (0.5ms) SELECT `automations`.* FROM `automations` WHERE `automations`.`id` = 2 LIMIT 1
168354
+ Toaster::Automation Load (0.4ms) SELECT `automations`.* FROM `automations`
168355
+  (0.3ms) SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 1
168356
+  (0.3ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 1)
168357
+ CACHE (0.0ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 1)
168358
+  (0.3ms) SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 1
168359
+ DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block in _app_views_scripts_scripts_html_erb___1042959709_90414700 at /home/hummer/eclipse/toaster/webapp/app/views/scripts/scripts.html.erb:60)
168360
+  (0.2ms) SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 2
168361
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 2)
168362
+ CACHE (0.1ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 2)
168363
+  (0.2ms) SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 2
168364
+ DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block in _app_views_scripts_scripts_html_erb___1042959709_90414700 at /home/hummer/eclipse/toaster/webapp/app/views/scripts/scripts.html.erb:60)
168365
+  (0.2ms) SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 3
168366
+  (0.1ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 3)
168367
+ CACHE (0.0ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 3)
168368
+  (0.1ms) SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 3
168369
+ DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block in _app_views_scripts_scripts_html_erb___1042959709_90414700 at /home/hummer/eclipse/toaster/webapp/app/views/scripts/scripts.html.erb:60)
168370
+ Toaster::AutomationAttribute Load (0.2ms) SELECT `key_value_pairs`.* FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 2
168371
+ Toaster::Task Load (0.2ms) SELECT `tasks`.* FROM `tasks` WHERE `tasks`.`automation_id` = 2
168372
+ Rendered scripts/scripts.html.erb within layouts/application (42.9ms)
168373
+ Completed 200 OK in 85ms (Views: 76.0ms | ActiveRecord: 3.7ms)
168374
+
168375
+
168376
+ Started GET "/scripts/2/details" for 127.0.0.1 at 2014-07-08 11:23:55 +0000
168377
+ Processing by ScriptsController#scripts as HTML
168378
+ Parameters: {"auto_id"=>"2"}
168379
+ User Load (0.4ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
168380
+ Toaster::Automation Load (0.6ms) SELECT `automations`.* FROM `automations` WHERE `automations`.`id` = 2 LIMIT 1
168381
+ Toaster::Automation Load (0.2ms) SELECT `automations`.* FROM `automations`
168382
+  (0.3ms) SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 1
168383
+  (0.4ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 1)
168384
+ CACHE (0.1ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 1)
168385
+  (0.2ms) SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 1
168386
+ DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block in _app_views_scripts_scripts_html_erb___1042959709_90414700 at /home/hummer/eclipse/toaster/webapp/app/views/scripts/scripts.html.erb:60)
168387
+  (0.2ms) SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 2
168388
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 2)
168389
+ CACHE (0.0ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 2)
168390
+  (0.2ms) SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 2
168391
+ DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block in _app_views_scripts_scripts_html_erb___1042959709_90414700 at /home/hummer/eclipse/toaster/webapp/app/views/scripts/scripts.html.erb:60)
168392
+  (0.2ms) SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 3
168393
+  (0.2ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 3)
168394
+ CACHE (0.0ms) SELECT DISTINCT COUNT(DISTINCT `tasks`.`id`) FROM `tasks` INNER JOIN `task_executions` ON `task_executions`.`task_id` = `tasks`.`id` INNER JOIN `automation_runs` ON `automation_runs`.`id` = `task_executions`.`automation_run_id` INNER JOIN `automations` ON `automations`.`id` = `automation_runs`.`automation_id` WHERE (automation_runs.automation_id = 3)
168395
+  (0.2ms) SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 3
168396
+ DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block in _app_views_scripts_scripts_html_erb___1042959709_90414700 at /home/hummer/eclipse/toaster/webapp/app/views/scripts/scripts.html.erb:60)
168397
+ Toaster::AutomationAttribute Load (0.2ms) SELECT `key_value_pairs`.* FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 2
168398
+ Toaster::Task Load (0.2ms) SELECT `tasks`.* FROM `tasks` WHERE `tasks`.`automation_id` = 2
168399
+ Rendered scripts/scripts.html.erb within layouts/application (41.3ms)
168400
+ Completed 200 OK in 77ms (Views: 69.9ms | ActiveRecord: 3.7ms)
168401
+
168402
+
168403
+ Started GET "/scripts/1/tasks" for 127.0.0.1 at 2014-07-08 11:23:57 +0000
168404
+ Processing by ScriptsController#tasks as HTML
168405
+ Parameters: {"auto_id"=>"1"}
168406
+ User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
168407
+ Toaster::Automation Load (0.3ms) SELECT `automations`.* FROM `automations` WHERE `automations`.`id` = 1 LIMIT 1
168408
+ Toaster::Task Load (0.3ms) SELECT `tasks`.* FROM `tasks` WHERE `tasks`.`automation_id` = 1
168409
+ Rendered scripts/tasks.html.erb within layouts/application (19.6ms)
168410
+ Completed 200 OK in 142ms (Views: 136.5ms | ActiveRecord: 1.2ms)