webapp/log/development.log in cloud-toaster-1.1.2 vs webapp/log/development.log in cloud-toaster-1.1.3
- old
+ new
@@ -167819,5 +167819,592 @@
[1m[35mToaster::AutomationRun Load (0.7ms)[0m SELECT `automation_runs`.* FROM `automation_runs` WHERE `automation_runs`.`id` = 23 ORDER BY `automation_runs`.`id` ASC LIMIT 1
[1m[36mToaster::TaskExecution Load (0.5ms)[0m [1mSELECT `task_executions`.* FROM `task_executions` WHERE `task_executions`.`automation_run_id` = 23[0m
[1m[35mCACHE (0.1ms)[0m SELECT `automations`.* FROM `automations` WHERE `automations`.`id` = 1 ORDER BY `automations`.`id` ASC LIMIT 1 [["id", "1"]]
Rendered test/suites.html.erb within layouts/application (370.7ms)
Completed 200 OK in 412ms (Views: 375.9ms | ActiveRecord: 31.6ms)
+
+
+Started GET "/scripts" for 127.0.0.1 at 2014-07-08 09:28:49 +0000
+Processing by ScriptsController#scripts as HTML
+ [1m[36mUser Load (0.3ms)[0m [1mSELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1[0m
+Completed 401 Unauthorized in 6ms
+
+
+Started GET "/users/sign_in" for 127.0.0.1 at 2014-07-08 09:28:49 +0000
+Processing by Devise::SessionsController#new as HTML
+ Rendered /usr/local/rvm/gems/ruby-1.9.3-p194/gems/devise-3.2.4/app/views/devise/shared/_links.erb (1.1ms)
+ 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)
+Completed 200 OK in 144ms (Views: 141.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/analysis.css?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/execs.css?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/scripts.css?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/settings.css?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/util.css?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/analysis.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/execs.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/graph.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/jquery-1.7.2.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/jquery-ui-1.8.22.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/jquery.cookie.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/jquery.hotkeys.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/jquery.jstree.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+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
+
+
+Started GET "/assets/jstree.util.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/scripts.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/settings.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/util.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-08 09:28:50 +0000
+
+
+Started GET "/test/exec/3/57" for 127.0.0.1 at 2014-07-08 11:23:31 +0000
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
+
+ActionController::RoutingError (No route matches [GET] "/test/exec/3/57"):
+ actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
+ activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
+ railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.0.2) lib/rails/engine.rb:511:in `call'
+ railties (4.0.2) lib/rails/application.rb:97:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ thin (1.6.2) lib/thin/connection.rb:86:in `block in pre_process'
+ thin (1.6.2) lib/thin/connection.rb:84:in `catch'
+ thin (1.6.2) lib/thin/connection.rb:84:in `pre_process'
+ thin (1.6.2) lib/thin/connection.rb:53:in `process'
+ thin (1.6.2) lib/thin/connection.rb:39:in `receive_data'
+ eventmachine (1.0.3) lib/eventmachine.rb:187:in `run_machine'
+ eventmachine (1.0.3) lib/eventmachine.rb:187:in `run'
+ thin (1.6.2) lib/thin/backends/base.rb:73:in `start'
+ thin (1.6.2) lib/thin/server.rb:162:in `start'
+ rack (1.5.2) lib/rack/handler/thin.rb:16:in `run'
+ rack (1.5.2) lib/rack/server.rb:264:in `start'
+ railties (4.0.2) lib/rails/commands/server.rb:84:in `start'
+ railties (4.0.2) lib/rails/commands.rb:76:in `block in <top (required)>'
+ railties (4.0.2) lib/rails/commands.rb:71:in `tap'
+ railties (4.0.2) lib/rails/commands.rb:71:in `<top (required)>'
+ webapp/bin/rails:4:in `require'
+ webapp/bin/rails:4:in `<main>'
+
+
+ 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)
+ 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)
+ 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)
+ 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)
+
+
+Started GET "/" for 127.0.0.1 at 2014-07-08 11:23:38 +0000
+Processing by ScriptsController#scripts as HTML
+Completed 401 Unauthorized in 103ms
+
+
+Started GET "/users/sign_in" for 127.0.0.1 at 2014-07-08 11:23:38 +0000
+Processing by Devise::SessionsController#new as HTML
+ Rendered /usr/local/rvm/gems/ruby-1.9.3-p194/gems/devise-3.2.4/app/views/devise/shared/_links.erb (3.1ms)
+ 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)
+Completed 200 OK in 499ms (Views: 453.8ms | ActiveRecord: 3.9ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/analysis.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/execs.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/graph.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+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
+
+
+Started GET "/assets/layout.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/reset.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/menu.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/scripts.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/settings.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/util.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/jquery.cookie.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/jquery.hotkeys.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/scripts.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/util.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/reset.css" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/jquery-ui-1.8.22.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/execs.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/graph.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/jquery-1.7.2.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/settings.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/jquery.jstree.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+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
+
+
+Started GET "/assets/jstree.util.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/analysis.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/analysis.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/execs.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/graph.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/jquery-1.7.2.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/jquery-ui-1.8.22.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/font.woff" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/jquery.cookie.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/jquery.hotkeys.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/jquery.jstree.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+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
+
+
+Started GET "/assets/jstree.util.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/scripts.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/settings.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/util.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started GET "/assets/websymbols/websymbols-regular-webfont.woff" for 127.0.0.1 at 2014-07-08 11:23:39 +0000
+
+
+Started POST "/users/sign_in" for 127.0.0.1 at 2014-07-08 11:23:49 +0000
+Processing by Devise::SessionsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"pXwz7z0l1ZHonyYfiqEwZ+YdxpqNRrHHDslCy3k9MPg=", "user"=>{"email"=>"hummer@infosys.tuwien.ac.at", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"}
+ [1m[35mUser Load (1.3ms)[0m SELECT `users`.* FROM `users` WHERE `users`.`email` = 'hummer@infosys.tuwien.ac.at' ORDER BY `users`.`id` ASC LIMIT 1
+ [1m[36m (0.3ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (83.2ms)[0m 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
+ [1m[36m (6.8ms)[0m [1mCOMMIT[0m
+Redirected to http://localhost:8080/
+Completed 302 Found in 386ms (ActiveRecord: 91.5ms)
+
+
+Started GET "/" for 127.0.0.1 at 2014-07-08 11:23:49 +0000
+Processing by ScriptsController#scripts as HTML
+ [1m[35mUser Load (0.7ms)[0m SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
+ [1m[36mToaster::Automation Load (0.4ms)[0m [1mSELECT `automations`.* FROM `automations`[0m
+ [1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 1
+ [1m[36m (0.2ms)[0m [1mSELECT 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)[0m
+ [1m[35mCACHE (0.0ms)[0m 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)
+ [1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 1[0m
+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)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 2
+ [1m[36m (0.2ms)[0m [1mSELECT 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)[0m
+ [1m[35mCACHE (0.0ms)[0m 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)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 2[0m
+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)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 3
+ [1m[36m (0.2ms)[0m [1mSELECT 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)[0m
+ [1m[35mCACHE (0.0ms)[0m 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)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 3[0m
+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)
+ Rendered scripts/scripts.html.erb within layouts/application (519.6ms)
+Completed 200 OK in 562ms (Views: 540.8ms | ActiveRecord: 17.7ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/reset.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/execs.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/graph.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+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
+
+
+Started GET "/assets/layout.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/menu.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/analysis.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/execs.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/graph.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/jquery-1.7.2.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/scripts.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/jquery.hotkeys.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/settings.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/util.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/reset.css" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/jquery.cookie.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/jquery.jstree.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+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
+
+
+Started GET "/assets/jstree.util.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/scripts.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/analysis.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/settings.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/test.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/util.css?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/jquery-ui-1.8.22.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/analysis.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/execs.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/graph.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/jquery-1.7.2.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/jquery-ui-1.8.22.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/font.woff" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/jquery.cookie.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/jquery.hotkeys.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/jquery.jstree.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+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
+
+
+Started GET "/assets/jstree.util.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/scripts.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/settings.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/test.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/util.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/assets/websymbols/websymbols-regular-webfont.woff" for 127.0.0.1 at 2014-07-08 11:23:50 +0000
+
+
+Started GET "/scripts" for 127.0.0.1 at 2014-07-08 11:23:52 +0000
+Processing by ScriptsController#scripts as HTML
+ [1m[35mUser Load (0.4ms)[0m SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
+ [1m[36mToaster::Automation Load (0.5ms)[0m [1mSELECT `automations`.* FROM `automations`[0m
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 1
+ [1m[36m (0.2ms)[0m [1mSELECT 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)[0m
+ [1m[35mCACHE (0.1ms)[0m 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)
+ [1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 1[0m
+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)
+ [1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 2
+ [1m[36m (0.3ms)[0m [1mSELECT 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)[0m
+ [1m[35mCACHE (0.0ms)[0m 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)
+ [1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 2[0m
+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)
+ [1m[35m (0.4ms)[0m SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 3
+ [1m[36m (0.3ms)[0m [1mSELECT 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)[0m
+ [1m[35mCACHE (0.0ms)[0m 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)
+ [1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 3[0m
+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)
+ Rendered scripts/scripts.html.erb within layouts/application (45.6ms)
+Completed 200 OK in 96ms (Views: 84.9ms | ActiveRecord: 3.9ms)
+
+
+Started GET "/scripts/1/details" for 127.0.0.1 at 2014-07-08 11:23:53 +0000
+Processing by ScriptsController#scripts as HTML
+ Parameters: {"auto_id"=>"1"}
+ [1m[35mUser Load (0.2ms)[0m SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
+ [1m[36mToaster::Automation Load (0.2ms)[0m [1mSELECT `automations`.* FROM `automations` WHERE `automations`.`id` = 1 LIMIT 1[0m
+ [1m[35mToaster::Automation Load (0.2ms)[0m SELECT `automations`.* FROM `automations`
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 1[0m
+ [1m[35m (0.2ms)[0m 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)
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT 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)[0m
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 1
+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)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 2[0m
+ [1m[35m (0.2ms)[0m 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)
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT 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)[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 2
+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)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 3[0m
+ [1m[35m (0.2ms)[0m 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)
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT 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)[0m
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 3
+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)
+ [1m[36mToaster::AutomationAttribute Load (0.2ms)[0m [1mSELECT `key_value_pairs`.* FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 1[0m
+ [1m[35mToaster::Task Load (0.3ms)[0m SELECT `tasks`.* FROM `tasks` WHERE `tasks`.`automation_id` = 1
+ [1m[36mToaster::TaskExecution Load (0.9ms)[0m [1mSELECT `task_executions`.* FROM `task_executions` WHERE `task_executions`.`task_id` = 5[0m
+ [1m[35mToaster::TaskExecution Load (0.5ms)[0m SELECT `task_executions`.* FROM `task_executions` WHERE `task_executions`.`task_id` = 6
+ Rendered scripts/scripts.html.erb within layouts/application (151.1ms)
+Completed 200 OK in 187ms (Views: 179.6ms | ActiveRecord: 4.0ms)
+
+
+Started GET "/scripts/2/details" for 127.0.0.1 at 2014-07-08 11:23:55 +0000
+Processing by ScriptsController#scripts as HTML
+ Parameters: {"auto_id"=>"2"}
+ [1m[36mUser Load (0.4ms)[0m [1mSELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1[0m
+ [1m[35mToaster::Automation Load (0.5ms)[0m SELECT `automations`.* FROM `automations` WHERE `automations`.`id` = 2 LIMIT 1
+ [1m[36mToaster::Automation Load (0.4ms)[0m [1mSELECT `automations`.* FROM `automations`[0m
+ [1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 1
+ [1m[36m (0.3ms)[0m [1mSELECT 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)[0m
+ [1m[35mCACHE (0.0ms)[0m 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)
+ [1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 1[0m
+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)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 2
+ [1m[36m (0.2ms)[0m [1mSELECT 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)[0m
+ [1m[35mCACHE (0.1ms)[0m 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)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 2[0m
+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)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 3
+ [1m[36m (0.1ms)[0m [1mSELECT 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)[0m
+ [1m[35mCACHE (0.0ms)[0m 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)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 3[0m
+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)
+ [1m[35mToaster::AutomationAttribute Load (0.2ms)[0m SELECT `key_value_pairs`.* FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 2
+ [1m[36mToaster::Task Load (0.2ms)[0m [1mSELECT `tasks`.* FROM `tasks` WHERE `tasks`.`automation_id` = 2[0m
+ Rendered scripts/scripts.html.erb within layouts/application (42.9ms)
+Completed 200 OK in 85ms (Views: 76.0ms | ActiveRecord: 3.7ms)
+
+
+Started GET "/scripts/2/details" for 127.0.0.1 at 2014-07-08 11:23:55 +0000
+Processing by ScriptsController#scripts as HTML
+ Parameters: {"auto_id"=>"2"}
+ [1m[35mUser Load (0.4ms)[0m SELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1
+ [1m[36mToaster::Automation Load (0.6ms)[0m [1mSELECT `automations`.* FROM `automations` WHERE `automations`.`id` = 2 LIMIT 1[0m
+ [1m[35mToaster::Automation Load (0.2ms)[0m SELECT `automations`.* FROM `automations`
+ [1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 1[0m
+ [1m[35m (0.4ms)[0m 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)
+ [1m[36mCACHE (0.1ms)[0m [1mSELECT 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)[0m
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 1
+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)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 2[0m
+ [1m[35m (0.2ms)[0m 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)
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT 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)[0m
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 2
+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)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `automation_runs` WHERE `automation_runs`.`automation_id` = 3[0m
+ [1m[35m (0.2ms)[0m 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)
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT 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)[0m
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 3
+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)
+ [1m[36mToaster::AutomationAttribute Load (0.2ms)[0m [1mSELECT `key_value_pairs`.* FROM `key_value_pairs` WHERE `key_value_pairs`.`type` IN ('Toaster::AutomationAttribute') AND `key_value_pairs`.`automation_id` = 2[0m
+ [1m[35mToaster::Task Load (0.2ms)[0m SELECT `tasks`.* FROM `tasks` WHERE `tasks`.`automation_id` = 2
+ Rendered scripts/scripts.html.erb within layouts/application (41.3ms)
+Completed 200 OK in 77ms (Views: 69.9ms | ActiveRecord: 3.7ms)
+
+
+Started GET "/scripts/1/tasks" for 127.0.0.1 at 2014-07-08 11:23:57 +0000
+Processing by ScriptsController#tasks as HTML
+ Parameters: {"auto_id"=>"1"}
+ [1m[36mUser Load (0.5ms)[0m [1mSELECT `users`.* FROM `users` WHERE `users`.`id` = 1 ORDER BY `users`.`id` ASC LIMIT 1[0m
+ [1m[35mToaster::Automation Load (0.3ms)[0m SELECT `automations`.* FROM `automations` WHERE `automations`.`id` = 1 LIMIT 1
+ [1m[36mToaster::Task Load (0.3ms)[0m [1mSELECT `tasks`.* FROM `tasks` WHERE `tasks`.`automation_id` = 1[0m
+ Rendered scripts/tasks.html.erb within layouts/application (19.6ms)
+Completed 200 OK in 142ms (Views: 136.5ms | ActiveRecord: 1.2ms)