Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-06-05 09:21:53 -0700 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (4.0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:22:08 -0700 Processing by Myreplicator::HomeController#index as HTML  (10.2ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (94.2ms) Myreplicator::Log Load (2.0ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (103.6ms) Compiled myreplicator/chosen.css (0ms) (pid 17877) Compiled myreplicator/exports.css (0ms) (pid 17877) Compiled myreplicator/select2.css (0ms) (pid 17877) Compiled myreplicator/tipTip.css (0ms) (pid 17877) Compiled myreplicator/application.css (84ms) (pid 17877) Compiled jquery.js (4ms) (pid 17877) Compiled jquery-ui.js (3ms) (pid 17877) Compiled jquery_ujs.js (0ms) (pid 17877) Compiled myreplicator/chosen.jquery.min.js (0ms) (pid 17877) Compiled myreplicator/cronwtf.js (0ms) (pid 17877) Compiled myreplicator/exports.js (0ms) (pid 17877) Compiled myreplicator/jquery.tipTip.minified.js (0ms) (pid 17877) Compiled myreplicator/select2.js (1ms) (pid 17877) Compiled myreplicator/application.js (179ms) (pid 17877) Completed 200 OK in 485ms (Views: 358.7ms | ActiveRecord: 88.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:22:08 -0700 Served asset /myreplicator/application.css - 200 OK (22ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:22:08 -0700 Served asset /myreplicator/tipTip.css - 200 OK (2ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:22:08 -0700 Served asset /myreplicator/chosen.css - 200 OK (2ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:22:08 -0700 Served asset /myreplicator/select2.css - 200 OK (2ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:22:08 -0700 Served asset /myreplicator/exports.css - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:22:08 -0700 Served asset /jquery.js - 200 OK (3ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:22:08 -0700 Served asset /jquery-ui.js - 200 OK (36ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:22:08 -0700 Served asset /jquery_ujs.js - 200 OK (3ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:22:08 -0700 Served asset /myreplicator/chosen.jquery.min.js - 200 OK (3ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:22:08 -0700 Served asset /myreplicator/cronwtf.js - 200 OK (2ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:22:08 -0700 Served asset /myreplicator/exports.js - 200 OK (3ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:22:08 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 200 OK (3ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:22:08 -0700 Served asset /myreplicator/select2.js - 200 OK (2ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:22:08 -0700 Served asset /myreplicator/application.js - 200 OK (17ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-06-05 09:22:09 -0700 Served asset /myreplicator/FrancoisOne.ttf - 200 OK (8ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-06-05 09:22:09 -0700 Served asset /myreplicator/websymbols-regular-webfont.woff - 200 OK (11ms) Started GET "/myreplicator/errors" for 127.0.0.1 at 2013-06-05 09:22:10 -0700 Processing by Myreplicator::HomeController#errors as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.4ms) Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE (error is not null) ORDER BY source_schema ASC Myreplicator::Log Load (1.0ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/errors.html.erb within layouts/myreplicator/application (78.7ms) Completed 200 OK in 90ms (Views: 63.9ms | ActiveRecord: 25.0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:22:14 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.8ms) Myreplicator::Log Load (4.0ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (8.1ms) Completed 200 OK in 15ms (Views: 10.0ms | ActiveRecord: 5.0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-06-05 09:22:19 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` ORDER BY source_schema asc LIMIT 30 OFFSET 0 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb within layouts/myreplicator/application (42.7ms) Completed 200 OK in 53ms (Views: 51.6ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-06-05 09:22:19 -0700 Served asset /myreplicator/plus.png - 200 OK (15ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-06-05 09:22:19 -0700 Served asset /myreplicator/bg.gif - 200 OK (9ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-06-05 09:22:19 -0700 Served asset /myreplicator/clipboard-list.png - 200 OK (8ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-06-05 09:22:19 -0700 Served asset /myreplicator/status.png - 200 OK (9ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-06-05 09:22:19 -0700 Served asset /myreplicator/desc-white.gif - 200 OK (46ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-06-05 09:22:19 -0700 Served asset /myreplicator/gear.png - 200 OK (10ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-06-05 09:22:19 -0700 Served asset /myreplicator/cross.png - 200 OK (10ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:22:20 -0700 Processing by Myreplicator::HomeController#index as HTML  (2.3ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (1.1ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (5.7ms) Myreplicator::Log Load (0.8ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (7.7ms) Completed 200 OK in 16ms (Views: 10.8ms | ActiveRecord: 4.2ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-06-05 09:22:51 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports` Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` ORDER BY source_schema asc LIMIT 30 OFFSET 0 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb within layouts/myreplicator/application (9.1ms) Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.8ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:23:02 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.7ms) Myreplicator::Log Load (1.2ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (5.3ms) Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 2.1ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:24:08 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.3ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (3.8ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (5.5ms) Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 1.3ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:08 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:08 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:08 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:08 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:08 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:08 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:08 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:08 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:08 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:08 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:08 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:08 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:08 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:08 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:24:28 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (3.1ms) Myreplicator::Log Load (2.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (7.1ms) Completed 200 OK in 18ms (Views: 14.3ms | ActiveRecord: 3.4ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:28 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:28 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:28 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:28 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:28 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:28 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:28 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:28 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:28 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:28 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:28 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:28 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:28 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:28 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-06-05 09:24:34 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (2.2ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` ORDER BY source_schema asc LIMIT 30 OFFSET 0 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb within layouts/myreplicator/application (12.5ms) Completed 200 OK in 21ms (Views: 17.9ms | ActiveRecord: 2.6ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:34 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:34 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:34 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:34 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:34 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:34 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:34 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:34 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:34 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:34 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:34 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:34 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:34 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:24:36 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.9ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.8ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 1.4ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:36 -0700 Served asset /myreplicator/select2.css - 200 OK (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:36 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:36 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:36 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:36 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:24:36 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:36 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:36 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:36 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:36 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:36 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:36 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:36 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:24:36 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:25:18 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (3.2ms) Myreplicator::Log Load (0.6ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.9ms) Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 1.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:25:18 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:25:18 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:25:18 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:25:18 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:25:18 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:25:18 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:25:18 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:25:18 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:25:18 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:25:18 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:25:18 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:25:18 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:25:18 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:25:18 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:25:19 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.7ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.5ms) Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 1.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:25:19 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:25:19 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:25:19 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:25:19 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:25:19 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:25:19 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:25:19 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:25:19 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:25:20 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:25:20 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:25:20 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:25:20 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:25:20 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:25:20 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:26:14 -0700 Processing by Myreplicator::HomeController#index as HTML  (2.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (4.5ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (6.0ms) Completed 200 OK in 15ms (Views: 10.8ms | ActiveRecord: 3.3ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:26:14 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:26:14 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:26:14 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:26:14 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:26:14 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:26:14 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:26:14 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:26:14 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:26:14 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:26:14 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:26:15 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:26:15 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:26:15 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:26:15 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:26:52 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.9ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.9ms) Completed 200 OK in 44ms (Views: 41.9ms | ActiveRecord: 1.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:26:52 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:26:52 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:26:52 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:26:52 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:26:52 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:26:52 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:26:52 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:26:52 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:26:52 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:26:52 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:26:52 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:26:52 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:26:52 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:26:52 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.3ms) Myreplicator::Log Load (0.4ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (3.8ms) Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 1.3ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:28:15 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:29:46 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.4ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.1ms) Completed 500 Internal Server Error in 21ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/system_status", :action=>"start_maintenance"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:242:in `link_to' /Users/lnguyen/Documents/myreplicator/app/views/layouts/myreplicator/application.html.erb:15:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb___2904029590452302047_70113427037860' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/home_controller.rb:12:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2976004900972679340__process_action__306974897252366443__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4164053106699315467__call__3081218180651461269__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:31:45 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (3.4ms) Myreplicator::Log Load (0.6ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (5.5ms) Completed 500 Internal Server Error in 16ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/system_status", :action=>"start_maintenance"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:242:in `link_to' /Users/lnguyen/Documents/myreplicator/app/views/layouts/myreplicator/application.html.erb:15:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb___2904029590452302047_70113427037860' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/home_controller.rb:12:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2976004900972679340__process_action__306974897252366443__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4164053106699315467__call__3081218180651461269__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:31:48 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (3.5ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (5.6ms) Completed 500 Internal Server Error in 15ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/system_status", :action=>"start_maintenance"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:242:in `link_to' /Users/lnguyen/Documents/myreplicator/app/views/layouts/myreplicator/application.html.erb:15:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb___2904029590452302047_70113427037860' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/home_controller.rb:12:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2976004900972679340__process_action__306974897252366443__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4164053106699315467__call__3081218180651461269__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:32:36 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (3.7ms) Myreplicator::Log Load (2.8ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (8.5ms) Completed 200 OK in 22ms (Views: 17.1ms | ActiveRecord: 4.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:37 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:37 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:37 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:37 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:37 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:37 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:37 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:37 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:37 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:37 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:37 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:37 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:37 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:37 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-06-05 09:32:37 -0700 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-06-05 09:32:37 -0700 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/myreplicator/?class=button" for 127.0.0.1 at 2013-06-05 09:32:38 -0700 Processing by Myreplicator::HomeController#index as HTML Parameters: {"class"=>"button"}  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.9ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (3.4ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (5.3ms) Completed 200 OK in 13ms (Views: 10.3ms | ActiveRecord: 2.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:38 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:38 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:38 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:38 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:38 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:38 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:38 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:38 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:38 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:38 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:38 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:38 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:38 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:38 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/?class=button" for 127.0.0.1 at 2013-06-05 09:32:39 -0700 Processing by Myreplicator::HomeController#index as HTML Parameters: {"class"=>"button"}  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.3ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.6ms) Myreplicator::Log Load (0.7ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.7ms) Completed 200 OK in 14ms (Views: 11.9ms | ActiveRecord: 1.5ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:39 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:39 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:39 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:39 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:39 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:39 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:39 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:39 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:39 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:39 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:39 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:39 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:39 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:39 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (2.3ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` ORDER BY source_schema asc LIMIT 30 OFFSET 0 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb within layouts/myreplicator/application (12.3ms) Completed 200 OK in 23ms (Views: 19.6ms | ActiveRecord: 2.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /myreplicator/bg.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /myreplicator/status.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /myreplicator/desc-white.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-06-05 09:32:41 -0700 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/myreplicator/exports?class=button" for 127.0.0.1 at 2013-06-05 09:32:42 -0700 Processing by Myreplicator::ExportsController#index as HTML Parameters: {"class"=>"button"}  (0.5ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` ORDER BY source_schema asc LIMIT 30 OFFSET 0 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb within layouts/myreplicator/application (49.1ms) Completed 200 OK in 60ms (Views: 58.6ms | ActiveRecord: 1.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:42 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:42 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:42 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:42 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:42 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:42 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:42 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:42 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:42 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:42 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:42 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (1ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:42 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:42 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:42 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports?class=button" for 127.0.0.1 at 2013-06-05 09:32:43 -0700 Processing by Myreplicator::ExportsController#index as HTML Parameters: {"class"=>"button"}  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` ORDER BY source_schema asc LIMIT 30 OFFSET 0 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb within layouts/myreplicator/application (10.6ms) Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:43 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:43 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:43 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:43 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:43 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:43 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:43 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:43 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:43 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:43 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:43 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:43 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:43 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:43 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:32:51 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (2.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (5.0ms) Myreplicator::Log Load (0.6ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (6.8ms) Completed 200 OK in 15ms (Views: 11.2ms | ActiveRecord: 3.4ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:51 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:51 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:51 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:51 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:52 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:52 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:52 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:52 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:52 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:52 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:52 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:52 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:52 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:52 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/?class=button" for 127.0.0.1 at 2013-06-05 09:32:53 -0700 Processing by Myreplicator::HomeController#index as HTML Parameters: {"class"=>"button"}  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.4ms) Myreplicator::Log Load (0.6ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.1ms) Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 1.5ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:53 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:53 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:53 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:53 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:53 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:32:53 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:53 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:53 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:53 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:53 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:53 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:53 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:53 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:32:53 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/?class=button" for 127.0.0.1 at 2013-06-05 09:33:26 -0700 Processing by Myreplicator::HomeController#index as HTML Parameters: {"class"=>"button"}  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (30.9ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (33.2ms) Myreplicator::Log Load (0.6ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (34.9ms) Completed 200 OK in 45ms (Views: 12.5ms | ActiveRecord: 32.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:33:26 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:33:26 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:33:26 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:33:26 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:33:26 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:33:26 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:33:26 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:33:26 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:33:26 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:33:26 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:33:26 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:33:26 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:33:26 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:33:26 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/?class=button" for 127.0.0.1 at 2013-06-05 09:33:43 -0700 Processing by Myreplicator::HomeController#index as HTML Parameters: {"class"=>"button"}  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (3.0ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (5.0ms) Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 1.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:33:43 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:33:43 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:33:43 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:33:43 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:33:43 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:33:43 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:33:43 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:33:43 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:33:43 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:33:43 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:33:43 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:33:43 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:33:43 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:33:43 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/?class=button" for 127.0.0.1 at 2013-06-05 09:40:56 -0700 Processing by Myreplicator::HomeController#index as HTML Parameters: {"class"=>"button"}  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (10.2ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (11.8ms) Completed 200 OK in 28ms (Views: 12.4ms | ActiveRecord: 7.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:40:56 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:40:56 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:40:56 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:40:56 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:40:56 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:40:56 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:40:56 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:40:56 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:40:56 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:40:56 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:40:56 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:40:56 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:40:56 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:40:56 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/?class=button" for 127.0.0.1 at 2013-06-05 09:41:42 -0700 Processing by Myreplicator::HomeController#index as HTML Parameters: {"class"=>"button"}  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.8ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.5ms) Completed 500 Internal Server Error in 15ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/maintenance", :action=>"pause"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:242:in `link_to' /Users/lnguyen/Documents/myreplicator/app/views/layouts/myreplicator/application.html.erb:15:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb___2904029590452302047_70113448459920' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/home_controller.rb:12:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2976004900972679340__process_action__306974897252366443__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4164053106699315467__call__3081218180651461269__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:44:22 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.3ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (11.3ms) Myreplicator::Log Load (0.6ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (13.2ms) Completed 200 OK in 29ms (Views: 13.0ms | ActiveRecord: 8.3ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:44:22 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:44:22 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:44:22 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:44:22 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:44:22 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:44:22 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:44:22 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:44:22 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:44:22 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:44:22 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:44:22 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:44:22 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:44:22 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:44:22 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/maintenance/pause" for 127.0.0.1 at 2013-06-05 09:44:23 -0700 Processing by Myreplicator::MaintenanceController#pause as HTML Completed 500 Internal Server Error in 2ms ActionView::MissingTemplate (Missing template myreplicator/maintenance/pause, myreplicator/application/pause with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "/Users/lnguyen/Documents/myreplicator/test/dummy/app/views" * "/Users/lnguyen/Documents/myreplicator/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3748245424455262240__process_action__3289232299309111575__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4164053106699315467__call__3081218180651461269__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:44:51 -0700 Processing by Myreplicator::HomeController#index as HTML  (1.0ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (9.1ms) Myreplicator::Log Load (0.7ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (11.5ms) Completed 200 OK in 81ms (Views: 47.4ms | ActiveRecord: 6.4ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:44:51 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:44:51 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:44:51 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:44:51 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:44:51 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:44:51 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:44:51 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:44:51 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:44:51 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:44:51 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:44:51 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:44:51 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:44:51 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:44:51 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/maintenance/pause" for 127.0.0.1 at 2013-06-05 09:44:52 -0700 Processing by Myreplicator::MaintenanceController#pause as HTML Redirected to http://localhost:3000/myreplicator/maintenance Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/myreplicator/maintenance" for 127.0.0.1 at 2013-06-05 09:44:52 -0700 Processing by Myreplicator::MaintenanceController#index as HTML Completed 500 Internal Server Error in 3ms ActionView::MissingTemplate (Missing template myreplicator/maintenance/index, myreplicator/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: * "/Users/lnguyen/Documents/myreplicator/test/dummy/app/views" * "/Users/lnguyen/Documents/myreplicator/app/views" ): actionpack (3.2.8) lib/action_view/path_set.rb:58:in `find' actionpack (3.2.8) lib/action_view/lookup_context.rb:109:in `find' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:34:in `determine_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:10:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/maintenance_controller.rb:12:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3748245424455262240__process_action__306974897252366443__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4164053106699315467__call__3081218180651461269__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:47:51 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.3ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.3ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (7.8ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (9.4ms) Completed 500 Internal Server Error in 27ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"pause"}): actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:532:in `raise_routing_error' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:528:in `rescue in generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:520:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:561:in `generate' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:586:in `url_for' actionpack (3.2.8) lib/action_dispatch/routing/url_for.rb:148:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:107:in `url_for' actionpack (3.2.8) lib/action_view/helpers/url_helper.rb:242:in `link_to' /Users/lnguyen/Documents/myreplicator/app/views/layouts/myreplicator/application.html.erb:15:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb___2904029590452302047_70113430233920' actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/home_controller.rb:12:in `index' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2976004900972679340__process_action__306974897252366443__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4164053106699315467__call__3081218180651461269__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:48:47 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (8.4ms) Myreplicator::Log Load (0.7ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (10.3ms) Completed 200 OK in 29ms (Views: 16.3ms | ActiveRecord: 5.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:47 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:47 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:47 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:47 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:47 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:47 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:47 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:47 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:47 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:47 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:47 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:47 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:47 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:47 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-06-05 09:48:49 -0700 Processing by Myreplicator::HomeController#pause as HTML Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:48:49 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.3ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.5ms) Myreplicator::Log Load (0.7ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.8ms) Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 1.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:49 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:49 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:49 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:49 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:49 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:49 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:49 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:49 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:49 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:49 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:49 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:49 -0700 Served asset /myreplicator/application.js - 304 Not Modified (21ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:49 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:49 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/myreplicator/?class=button" for 127.0.0.1 at 2013-06-05 09:48:50 -0700 Processing by Myreplicator::HomeController#index as HTML Parameters: {"class"=>"button"}  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (3.0ms) Myreplicator::Log Load (0.7ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (5.3ms) Completed 200 OK in 16ms (Views: 13.8ms | ActiveRecord: 1.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:50 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:50 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:50 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:50 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:50 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:50 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:50 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:50 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:50 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:50 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:50 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:50 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:50 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:50 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-06-05 09:48:52 -0700 Processing by Myreplicator::HomeController#pause as HTML Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:48:52 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (3.7ms) Myreplicator::Log Load (0.7ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (5.8ms) Completed 200 OK in 48ms (Views: 46.0ms | ActiveRecord: 1.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:52 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:52 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:52 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:52 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:52 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:52 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:52 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:52 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:52 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:52 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:52 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:52 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:52 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:52 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/?class=button" for 127.0.0.1 at 2013-06-05 09:48:54 -0700 Processing by Myreplicator::HomeController#index as HTML Parameters: {"class"=>"button"}  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (3.1ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (5.1ms) Completed 200 OK in 14ms (Views: 11.8ms | ActiveRecord: 1.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:54 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:54 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:54 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:54 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:54 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:54 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:54 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:54 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:54 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:54 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:55 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:55 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:55 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:55 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-06-05 09:48:56 -0700 Processing by Myreplicator::HomeController#pause as HTML Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:48:56 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.6ms) Myreplicator::Log Load (0.6ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.7ms) Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 1.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:56 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:56 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:56 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:56 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:48:56 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:56 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:56 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:56 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:56 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:56 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:56 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:56 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:56 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:48:56 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:49:58 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.8ms) Myreplicator::Log Load (0.6ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (5.3ms) Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 1.5ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:49:58 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:49:58 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:49:58 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:49:58 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:49:58 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:49:58 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:49:58 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:49:58 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:49:58 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:49:58 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:49:58 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:49:58 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:49:58 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:49:58 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:49:59 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (3.3ms) Myreplicator::Log Load (0.7ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (5.3ms) Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 1.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:00 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:00 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:00 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:00 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:00 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:00 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:00 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:00 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:00 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:00 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:00 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:00 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:00 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:00 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-06-05 09:50:01 -0700 Processing by Myreplicator::HomeController#pause as HTML Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:50:01 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.8ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.5ms) Completed 200 OK in 14ms (Views: 12.1ms | ActiveRecord: 1.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:01 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:01 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:01 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:01 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:01 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:01 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:01 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:01 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:01 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:01 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:01 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:01 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:01 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:01 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-06-05 09:50:02 -0700 Processing by Myreplicator::HomeController#pause as HTML Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:50:02 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.3ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.2ms) Myreplicator::Log Load (0.4ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (3.8ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 1.2ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:02 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:02 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:02 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:02 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:02 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:02 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:02 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:02 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:02 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:02 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:02 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:02 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:02 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:02 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-06-05 09:50:03 -0700 Processing by Myreplicator::HomeController#pause as HTML Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:50:03 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.3ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.9ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.7ms) Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 1.4ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:03 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:03 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:03 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:03 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:03 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:03 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:03 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:03 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:03 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:03 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:03 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:03 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:03 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:03 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:50:12 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (3.0ms) Myreplicator::Log Load (0.6ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (5.0ms) Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 1.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:12 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:12 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:12 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:12 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:12 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:12 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:13 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:13 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:13 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:13 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:13 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:13 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:13 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:13 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/resume" for 127.0.0.1 at 2013-06-05 09:50:14 -0700 Processing by Myreplicator::HomeController#resume as HTML Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:50:14 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.7ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.3ms) Completed 200 OK in 45ms (Views: 42.7ms | ActiveRecord: 1.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:14 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:14 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:14 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:14 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:14 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:14 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:14 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:14 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:14 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:14 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:14 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:14 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:14 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:14 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-06-05 09:50:17 -0700 Processing by Myreplicator::HomeController#pause as HTML Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:50:17 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (3.6ms) Myreplicator::Log Load (0.6ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (5.9ms) Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 1.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:17 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:17 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:17 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:17 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:17 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:17 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:17 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:17 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:17 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:17 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:17 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:17 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:17 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:17 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/resume" for 127.0.0.1 at 2013-06-05 09:50:19 -0700 Processing by Myreplicator::HomeController#resume as HTML Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:50:19 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.8ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.5ms) Myreplicator::Log Load (0.6ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.1ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 1.7ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:19 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:19 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:19 -0700 Served asset /jquery.js - 304 Not Modified (18ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:19 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:19 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:19 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:19 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:19 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:19 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:19 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:19 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:19 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:19 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:19 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-06-05 09:50:20 -0700 Processing by Myreplicator::HomeController#pause as HTML Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:50:20 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.9ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.9ms) Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 1.3ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:20 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:20 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:20 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:20 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:20 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:20 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:20 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:20 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:20 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:20 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:20 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:20 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:20 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:20 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-06-05 09:50:21 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_exports` Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` ORDER BY source_schema asc LIMIT 30 OFFSET 0 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb within layouts/myreplicator/application (65.2ms) Completed 200 OK in 82ms (Views: 73.6ms | ActiveRecord: 5.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:21 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:21 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:21 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:21 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:21 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:21 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:21 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:21 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:21 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:21 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:21 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:21 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:21 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:21 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:50:22 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (3.3ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (5.3ms) Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 1.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:22 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:22 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:22 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:22 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:22 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:22 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:22 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:22 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:22 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:22 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:22 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:22 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:22 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:22 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-06-05 09:50:23 -0700 Processing by Myreplicator::HomeController#pause as HTML Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:50:23 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.2ms) Myreplicator::Log Load (0.4ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (3.6ms) Completed 200 OK in 31ms (Views: 29.6ms | ActiveRecord: 1.3ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:23 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:23 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:23 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:23 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:23 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:50:23 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:23 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:23 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:23 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:23 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:23 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:23 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:23 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:50:23 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:54:04 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.3ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (8.5ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (10.2ms) Completed 200 OK in 66ms (Views: 14.0ms | ActiveRecord: 5.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:54:04 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:54:04 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:54:04 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:54:04 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:54:04 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:54:04 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:54:04 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:54:04 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:54:04 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:54:04 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:54:04 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:54:04 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:54:04 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:54:04 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-06-05 09:54:05 -0700 Processing by Myreplicator::HomeController#pause as HTML Completed 500 Internal Server Error in 128ms LoadError (cannot load such file -- /Users/lnguyen/Documents/myreplicator/test/dummy/lib/tasks/maintenance.rake): activesupport (3.2.8) lib/active_support/dependencies.rb:245:in `load' activesupport (3.2.8) lib/active_support/dependencies.rb:245:in `block in load' activesupport (3.2.8) lib/active_support/dependencies.rb:236:in `load_dependency' activesupport (3.2.8) lib/active_support/dependencies.rb:245:in `load' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/home_controller.rb:34:in `pause' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2976004900972679340__process_action__3289232299309111575__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4164053106699315467__call__3081218180651461269__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.8ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:55:19 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (3.2ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (5.1ms) Completed 200 OK in 14ms (Views: 11.9ms | ActiveRecord: 1.5ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:55:19 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:55:19 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:55:19 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:55:19 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:55:19 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:55:19 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:55:19 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:55:19 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:55:19 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:55:19 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:55:19 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:55:19 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:55:19 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:55:19 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-06-05 09:55:20 -0700 Processing by Myreplicator::HomeController#pause as HTML Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` Completed 500 Internal Server Error in 65ms Redis::CannotConnectError (Error connecting to Redis on 127.0.0.1:6379 (ECONNREFUSED)): lib/tasks/maintenance.rake:8:in `block (3 levels) in ' lib/tasks/maintenance.rake:7:in `each' lib/tasks/maintenance.rake:7:in `block (2 levels) in ' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.9ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-06-05 09:56:47 -0700 Processing by Myreplicator::HomeController#pause as HTML Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  Completed 500 Internal Server Error in 4ms Redis::CannotConnectError (Error connecting to Redis on 127.0.0.1:6379 (ECONNREFUSED)): lib/tasks/maintenance.rake:8:in `block (3 levels) in ' lib/tasks/maintenance.rake:7:in `each' lib/tasks/maintenance.rake:7:in `block (2 levels) in ' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:57:20 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.3ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.7ms) Myreplicator::Log Load (0.6ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.5ms) Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 1.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:20 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:20 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:20 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:20 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:20 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:20 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:20 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:20 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:20 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:20 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:20 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:20 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:20 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:20 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-06-05 09:57:21 -0700 Processing by Myreplicator::HomeController#pause as HTML Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 14ms (ActiveRecord: 0.4ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:57:21 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.3ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.6ms) Myreplicator::Log Load (0.6ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.8ms) Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 1.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:21 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:21 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:21 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:21 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:21 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:21 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:21 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:21 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:21 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:21 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:21 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:21 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:21 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:21 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/resume" for 127.0.0.1 at 2013-06-05 09:57:23 -0700 Processing by Myreplicator::HomeController#resume as HTML Completed 500 Internal Server Error in 33ms LoadError (cannot load such file -- /Users/lnguyen/Documents/myreplicator/test/dummy/lib/tasks/resque.rake): activesupport (3.2.8) lib/active_support/dependencies.rb:245:in `load' activesupport (3.2.8) lib/active_support/dependencies.rb:245:in `block in load' activesupport (3.2.8) lib/active_support/dependencies.rb:236:in `load_dependency' activesupport (3.2.8) lib/active_support/dependencies.rb:245:in `load' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/home_controller.rb:44:in `resume' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2976004900972679340__process_action__4566121683388343750__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4164053106699315467__call__3081218180651461269__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.4ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:57:39 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.5ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.1ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 1.3ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:39 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:39 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:39 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:39 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:39 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:39 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:39 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:39 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:39 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:39 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:39 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:39 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:39 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:39 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-06-05 09:57:50 -0700 Processing by Myreplicator::HomeController#pause as HTML Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 18ms (ActiveRecord: 0.4ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:57:50 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.9ms) Myreplicator::Log Load (0.6ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (5.2ms) Completed 200 OK in 16ms (Views: 13.9ms | ActiveRecord: 1.7ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:50 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:50 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:50 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:50 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:57:50 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:50 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:50 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:50 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:50 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:50 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:50 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:50 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:50 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:57:50 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-06-05 09:57:59 -0700 Processing by Myreplicator::HomeController#pause as HTML Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 65ms (ActiveRecord: 0.4ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:58:00 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.6ms) Myreplicator::Log Load (0.6ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.4ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 1.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:58:00 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:58:00 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:58:00 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:58:00 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:58:00 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:00 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:00 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:00 -0700 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:00 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:00 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:00 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:00 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:00 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:00 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-06-05 09:58:20 -0700 Processing by Myreplicator::HomeController#pause as HTML Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 22ms (ActiveRecord: 0.5ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:58:20 -0700 Processing by Myreplicator::HomeController#index as HTML  (1.0ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (3.9ms) Myreplicator::Log Load (0.6ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (6.1ms) Completed 200 OK in 17ms (Views: 14.2ms | ActiveRecord: 2.1ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:58:20 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:58:20 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:58:20 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:58:20 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:58:20 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:20 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:20 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:20 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:20 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:20 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:20 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:20 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:20 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:20 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:58:40 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (36.5ms) Myreplicator::Log Load (0.6ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (38.4ms) Completed 200 OK in 48ms (Views: 45.4ms | ActiveRecord: 1.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:58:40 -0700 Served asset /myreplicator/application.css - 304 Not Modified (1ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:58:40 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:40 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:58:40 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:58:40 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:58:40 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:40 -0700 Served asset /jquery-ui.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:40 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:40 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:40 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:40 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:40 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:40 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:58:40 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/resume" for 127.0.0.1 at 2013-06-05 09:58:41 -0700 Processing by Myreplicator::HomeController#resume as HTML Completed 500 Internal Server Error in 1ms LoadError (cannot load such file -- /Users/lnguyen/Documents/myreplicator/test/dummy/lib/tasks/resque.rake): activesupport (3.2.8) lib/active_support/dependencies.rb:245:in `load' activesupport (3.2.8) lib/active_support/dependencies.rb:245:in `block in load' activesupport (3.2.8) lib/active_support/dependencies.rb:236:in `load_dependency' activesupport (3.2.8) lib/active_support/dependencies.rb:245:in `load' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/home_controller.rb:44:in `resume' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__2976004900972679340__process_action__4566121683388343750__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__4164053106699315467__call__3081218180651461269__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.1ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:59:04 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.6ms) Myreplicator::Log Load (0.4ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.1ms) Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 1.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:04 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:04 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:04 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:04 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:04 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:04 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:04 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:04 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:04 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:04 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:04 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:04 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:04 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:04 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/resume" for 127.0.0.1 at 2013-06-05 09:59:05 -0700 Processing by Myreplicator::HomeController#resume as HTML Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 292ms (ActiveRecord: 0.4ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:59:05 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.3ms) Myreplicator::Log Load (0.4ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (3.8ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 1.3ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:05 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:05 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:05 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:05 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:05 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:05 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:05 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:05 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:05 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:05 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:05 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:05 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:05 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:05 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-06-05 09:59:06 -0700 Processing by Myreplicator::HomeController#pause as HTML Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 24ms (ActiveRecord: 0.4ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:59:06 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.3ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.3ms) Myreplicator::Log Load (0.6ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.3ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 1.3ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:07 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:07 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:07 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:07 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:07 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:07 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:07 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:07 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:07 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:07 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:07 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:07 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:07 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:07 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/resume" for 127.0.0.1 at 2013-06-05 09:59:08 -0700 Processing by Myreplicator::HomeController#resume as HTML Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` CACHE (0.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 842ms (ActiveRecord: 0.6ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-06-05 09:59:08 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (2.5ms) Myreplicator::Log Load (0.5ms) SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (4.3ms) Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 1.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:09 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:09 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:09 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:09 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:09 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-06-05 09:59:09 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:09 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:09 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:09 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:09 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:09 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:09 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:09 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-06-05 09:59:09 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/resque/overview" for 127.0.0.1 at 2013-06-05 09:59:16 -0700 ActionController::RoutingError (No route matches [GET] "/resque/overview"): actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)