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) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-07-03 12:33:43 -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 (3.8ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-07-03 12:33:49 -0700 Processing by Myreplicator::HomeController#index as HTML  (11.3ms) 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 (112.1ms) Myreplicator::Log Load (2.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 (122.2ms) Completed 200 OK in 246ms (Views: 127.3ms | ActiveRecord: 105.3ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 12:33:50 -0700 Served asset /myreplicator/chosen.css - 200 OK (5ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 12:33:50 -0700 Served asset /myreplicator/select2.css - 200 OK (3ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 12:33:50 -0700 Served asset /myreplicator/tipTip.css - 200 OK (2ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 12:33:50 -0700 Served asset /myreplicator/application.css - 200 OK (8ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 12:33:50 -0700 Served asset /myreplicator/exports.css - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 12:33:50 -0700 Served asset /jquery.js - 200 OK (3ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 12:33:50 -0700 Served asset /jquery-ui.js - 200 OK (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-03 12:33:50 -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-07-03 12:33:50 -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-07-03 12:33:50 -0700 Served asset /myreplicator/cronwtf.js - 200 OK (3ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-07-03 12:33:50 -0700 Served asset /myreplicator/exports.js - 200 OK (2ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-07-03 12:33:50 -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-07-03 12:33:50 -0700 Served asset /myreplicator/select2.js - 200 OK (3ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-07-03 12:33:50 -0700 Served asset /myreplicator/application.js - 200 OK (13ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-07-03 12:33:50 -0700 Served asset /myreplicator/FrancoisOne.ttf - 200 OK (3ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-07-03 12:33:50 -0700 Served asset /myreplicator/websymbols-regular-webfont.woff - 200 OK (3ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 12:33:53 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_exports` Myreplicator::Export Load (1.6ms) 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 (34.7ms) Completed 200 OK in 66ms (Views: 40.7ms | ActiveRecord: 23.0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-07-03 12:33:53 -0700 Served asset /myreplicator/plus.png - 200 OK (37ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-07-03 12:33:53 -0700 Served asset /myreplicator/gear.png - 200 OK (3ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-07-03 12:33:53 -0700 Served asset /myreplicator/bg.gif - 200 OK (10ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-07-03 12:33:53 -0700 Served asset /myreplicator/desc-white.gif - 200 OK (4ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-07-03 12:33:53 -0700 Served asset /myreplicator/status.png - 200 OK (3ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-07-03 12:33:53 -0700 Served asset /myreplicator/clipboard-list.png - 200 OK (3ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-07-03 12:33:53 -0700 Served asset /myreplicator/cross.png - 200 OK (3ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 12:35:13 -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 (11.0ms) Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 12:35:13 -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-07-03 12:35:13 -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-07-03 12:35:13 -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-07-03 12:35:13 -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-07-03 12:35:13 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 12:35:13 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 12:35: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-07-03 12:35: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-07-03 12:35: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-07-03 12:35: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-07-03 12:35: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-07-03 12:35: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-07-03 12:35: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-07-03 12:35:13 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 12:35:16 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (2.3ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (5.7ms) Completed 200 OK in 23ms (Views: 18.1ms | ActiveRecord: 2.3ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 12:35:16 -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-07-03 12:35:16 -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-07-03 12:35:16 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 12:35:16 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 12:35:16 -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-07-03 12:35:16 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 12:35:16 -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-07-03 12:35:16 -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-07-03 12:35:16 -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-07-03 12:35:16 -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-07-03 12:35:16 -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-07-03 12:35:16 -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-07-03 12:35:16 -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-07-03 12:35:16 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 12:43:03 -0700 Processing by Myreplicator::ExportsController#index as HTML  (1.0ms) 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 (15.6ms) Completed 200 OK in 28ms (Views: 25.6ms | ActiveRecord: 1.4ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 12:43:03 -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-07-03 12:43:03 -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-07-03 12:43:03 -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-07-03 12:43: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-07-03 12:43:03 -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-07-03 12:43:03 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 12:43:03 -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-07-03 12:43:03 -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-07-03 12:43:03 -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-07-03 12:43: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-07-03 12:43: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-07-03 12:43: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-07-03 12:43: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-07-03 12:43:03 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 12:47:14 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (1.1ms) 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 (11.7ms) Completed 200 OK in 23ms (Views: 20.2ms | ActiveRecord: 1.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 12:47: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-07-03 12:47:14 -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-07-03 12:47: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-07-03 12:47:14 -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-07-03 12:47: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-07-03 12:47:14 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-07-03 12:47: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-07-03 12:47:14 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 12:47: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-07-03 12:47: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-07-03 12:47:14 -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-07-03 12:47:14 -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-07-03 12:47:14 -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-07-03 12:47:14 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4/edit" for 127.0.0.1 at 2013-07-03 12:47:16 -0700 Processing by Myreplicator::ExportsController#edit as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (18.9ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/edit.html.erb within layouts/myreplicator/application (20.6ms) Completed 200 OK in 32ms (Views: 29.7ms | ActiveRecord: 0.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 12:47:16 -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-07-03 12:47:16 -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-07-03 12:47:16 -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-07-03 12:47:16 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 12:47:16 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 12:47:16 -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-07-03 12:47:16 -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-07-03 12:47:16 -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-07-03 12:47:16 -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-07-03 12:47:16 -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-07-03 12:47:16 -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-07-03 12:47:16 -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-07-03 12:47:16 -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-07-03 12:47:16 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-07-03 12:47:16 -0700 Served asset /myreplicator/select2.png - 200 OK (30ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 12:47:20 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.5ms) Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.5ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 12:47: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-07-03 12:47:20 -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-07-03 12:47:20 -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-07-03 12:47: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-07-03 12:47:20 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 12:47:20 -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-07-03 12:47: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-07-03 12:47: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-07-03 12:47: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-07-03 12:47: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-07-03 12:47: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-07-03 12:47: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-07-03 12:47: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-07-03 12:47:20 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 12:47:34 -0700 Processing by Myreplicator::ExportsController#index as HTML  (2.1ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (1.1ms) 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 (13.9ms) Completed 200 OK in 23ms (Views: 18.9ms | ActiveRecord: 3.2ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 12:47:34 -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-07-03 12:47:34 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 12:47: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-07-03 12:47:34 -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-07-03 12:47:34 -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-07-03 12:47:34 -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-07-03 12:47:34 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-07-03 12:47:34 -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-07-03 12:47:34 -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-07-03 12:47:34 -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-07-03 12:47:34 -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-07-03 12:47:34 -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-07-03 12:47:34 -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-07-03 12:47:34 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4/edit" for 127.0.0.1 at 2013-07-03 12:47:35 -0700 Processing by Myreplicator::ExportsController#edit as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (5.6ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/edit.html.erb within layouts/myreplicator/application (6.2ms) Completed 200 OK in 15ms (Views: 13.5ms | ActiveRecord: 0.4ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 12:47:35 -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-07-03 12:47:35 -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-07-03 12:47:35 -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-07-03 12:47:35 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 12:47:35 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 12:47:35 -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-07-03 12:47:35 -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-07-03 12:47:35 -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-07-03 12:47:35 -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-07-03 12:47:35 -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-07-03 12:47:35 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-07-03 12:47:35 -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-07-03 12:47:35 -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-07-03 12:47:35 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4/edit" for 127.0.0.1 at 2013-07-03 12:47:39 -0700 Processing by Myreplicator::ExportsController#edit as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (2.3ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (4.1ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/edit.html.erb within layouts/myreplicator/application (4.8ms) Completed 200 OK in 36ms (Views: 13.7ms | ActiveRecord: 2.3ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 12:47:39 -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-07-03 12:47:39 -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-07-03 12:47: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-07-03 12:47:39 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 12:47:39 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 12:47:39 -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-07-03 12:47: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-07-03 12:47:39 -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-07-03 12:47:39 -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-07-03 12:47:39 -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-07-03 12:47: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-07-03 12:47:39 -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-07-03 12:47:39 -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-07-03 12:47:39 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 13:43:00 -0700 Processing by Myreplicator::ExportsController#index as HTML  (8.0ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (2.7ms) 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 (44.6ms) Completed 500 Internal Server Error in 49ms ActionController::RoutingError (No route matches {:action=>"show", :controller=>"myreplicator/exports"}): 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_dispatch/routing/route_set.rb:213:in `export_path' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:42:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354892364700' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354892364700' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.4ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 13:43:18 -0700 Processing by Myreplicator::ExportsController#index as HTML  (1.8ms) 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 (12.3ms) Completed 200 OK in 21ms (Views: 17.6ms | ActiveRecord: 2.3ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 13:43:18 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 13:43:18 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-07-03 13:43:18 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 13:43:18 -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-07-03 13:43:18 -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-07-03 13:43:18 -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-07-03 13:43: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-07-03 13:43:18 -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-07-03 13:43:18 -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-07-03 13:43:18 -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-07-03 13:43:18 -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-07-03 13:43:18 -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-07-03 13:43:18 -0700 Served asset /myreplicator/application.js - 304 Not Modified (1ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-07-03 13:43:18 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-07-03 13:43:18 -0700 Served asset /myreplicator/plus.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-07-03 13:43:18 -0700 Served asset /myreplicator/bg.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-07-03 13:43:18 -0700 Served asset /myreplicator/desc-white.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-07-03 13:43:18 -0700 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-07-03 13:43:18 -0700 Served asset /myreplicator/status.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-07-03 13:43:18 -0700 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-07-03 13:43:19 -0700 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-07-03 13:43:19 -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-07-03 13:43:19 -0700 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 13:43:21 -0700 Processing by Myreplicator::ExportsController#index as HTML  (1.6ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (1.1ms) 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 (14.0ms) Completed 200 OK in 44ms (Views: 40.3ms | ActiveRecord: 2.7ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 13:43:21 -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-07-03 13:43: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-07-03 13:43: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-07-03 13:43: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-07-03 13:43: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-07-03 13:43: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-07-03 13:43: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-07-03 13:43: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-07-03 13:43: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-07-03 13:43: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-07-03 13:43: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-07-03 13:43: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-07-03 13:43: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-07-03 13:43:21 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 13:48:17 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.9ms) 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 (13.2ms) Completed 200 OK in 56ms (Views: 52.0ms | ActiveRecord: 1.3ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 13:48:17 -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-07-03 13:48: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-07-03 13:48: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-07-03 13:48:17 -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-07-03 13:48:17 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 13:48:17 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 13:48: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-07-03 13:48: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-07-03 13:48: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-07-03 13:48: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-07-03 13:48:17 -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-07-03 13:48:17 -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-07-03 13:48:17 -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-07-03 13:48:17 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 13:48: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 (9.3ms) Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 13:48: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-07-03 13:48: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-07-03 13:48:19 -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-07-03 13:48: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-07-03 13:48:19 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 13:48:19 -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-07-03 13:48: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-07-03 13:48: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-07-03 13:48: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-07-03 13:48: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-07-03 13:48: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-07-03 13:48: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-07-03 13:48: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-07-03 13:48:19 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 13:48:20 -0700 Processing by Myreplicator::ExportsController#index as HTML  (1.9ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (0.7ms) 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 (16.0ms) Completed 200 OK in 28ms (Views: 24.3ms | ActiveRecord: 2.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 13:48: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-07-03 13:48:20 -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-07-03 13:48: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-07-03 13:48: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-07-03 13:48:20 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 13:48:20 -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-07-03 13:48: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-07-03 13:48: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-07-03 13:48: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-07-03 13:48: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-07-03 13:48: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-07-03 13:48: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-07-03 13:48: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-07-03 13:48:20 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 13:48:22 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.9ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.7ms) Completed 200 OK in 14ms (Views: 11.9ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 13:48: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-07-03 13:48: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-07-03 13:48:22 -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-07-03 13:48:22 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 13:48: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-07-03 13:48: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-07-03 13:48: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-07-03 13:48:22 -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-07-03 13:48:22 -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-07-03 13:48:22 -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-07-03 13:48: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-07-03 13:48: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-07-03 13:48: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-07-03 13:48:22 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-07-03 13:48:22 -0700 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 13:48:34 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports` Myreplicator::Export Load (2.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 (44.9ms) Completed 200 OK in 53ms (Views: 49.4ms | ActiveRecord: 2.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 13:48:34 -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-07-03 13:48:34 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 13:48:34 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 13:48:34 -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-07-03 13:48:34 -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-07-03 13:48:34 -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-07-03 13:48:34 -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-07-03 13:48: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-07-03 13:48:34 -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-07-03 13:48:34 -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-07-03 13:48:34 -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-07-03 13:48:34 -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-07-03 13:48:34 -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-07-03 13:48:34 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 13:53:30 -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 (39.2ms) Completed 500 Internal Server Error in 59ms ActionView::Template::Error (undefined local variable or method `reload' for #<#:0x007ff98cd6b2e8>): 39: <%= link_to 'review', export, :class=> 'action view' %> 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', export, method:reload ,:class=> 'action edit' %> 43: 44: 45: <% end %> /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:42:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354893227300' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354893227300' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.6ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 13:54:07 -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 (41.2ms) Completed 500 Internal Server Error in 50ms ActionView::Template::Error (undefined local variable or method `reload' for #<#:0x007ff989902998>): 39: <%= link_to 'review', export, :class=> 'action view' %> 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', export, method:reload ,:class=> 'action edit' %> 43: 44: 45: <% end %> /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:42:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354893227300' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354893227300' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.4ms) 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 (0.9ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.8ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 13:54:09 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.8ms) SELECT COUNT(*) FROM `myreplicator_exports` Myreplicator::Export Load (1.0ms) 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 (23.0ms) Completed 500 Internal Server Error in 26ms ActionView::Template::Error (undefined local variable or method `reload' for #<#:0x007ff98c95a488>): 39: <%= link_to 'review', export, :class=> 'action view' %> 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', export, method:reload ,:class=> 'action edit' %> 43: 44: 45: <% end %> /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:42:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354893227300' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354893227300' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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 (2.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.5ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.8ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-07-03 13:54:14 -0700 Processing by Myreplicator::HomeController#index as HTML  (2.8ms) 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 (13.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 (15.5ms) Completed 200 OK in 28ms (Views: 15.1ms | ActiveRecord: 9.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 13:54:14 -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-07-03 13:54:14 -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-07-03 13:54:14 -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-07-03 13:54: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-07-03 13:54:14 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 13:54: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-07-03 13:54: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-07-03 13:54: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-07-03 13:54: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-07-03 13:54: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-07-03 13:54: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-07-03 13:54: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-07-03 13:54: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-07-03 13:54:14 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 13:54:14 -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 (16.3ms) Completed 500 Internal Server Error in 22ms ActionView::Template::Error (undefined local variable or method `reload' for #<#:0x007ff98e3dbca8>): 39: <%= link_to 'review', export, :class=> 'action view' %> 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', export, method:reload ,:class=> 'action edit' %> 43: 44: 45: <% end %> /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:42:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354893227300' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354893227300' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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 (0.9ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.5ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 13:58:44 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (0.6ms) 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 (11.8ms) Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 1.0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 13:58:44 -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-07-03 13:58:44 -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-07-03 13:58:44 -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-07-03 13:58:44 -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-07-03 13:58:44 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 13:58:44 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 13:58:44 -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-07-03 13:58:44 -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-07-03 13:58:44 -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-07-03 13:58:44 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-07-03 13:58:44 -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-07-03 13:58:44 -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-07-03 13:58:44 -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-07-03 13:58:45 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 13:58:46 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.8ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.5ms) Completed 200 OK in 35ms (Views: 32.4ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 13:58:46 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 13:58:46 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 13:58:46 -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-07-03 13:58:46 -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-07-03 13:58:46 -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-07-03 13:58:46 -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-07-03 13:58:46 -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-07-03 13:58:46 -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-07-03 13:58:46 -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-07-03 13:58:46 -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-07-03 13:58:46 -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-07-03 13:58:46 -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-07-03 13:58:46 -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-07-03 13:58:46 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/8" for 127.0.0.1 at 2013-07-03 13:58:52 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"8"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 8 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.4ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 13:58:52 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 13:58:52 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 13:58: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-07-03 13:58:52 -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-07-03 13:58:52 -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-07-03 13:58:52 -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-07-03 13:58: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-07-03 13:58: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-07-03 13:58: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-07-03 13:58: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-07-03 13:58:52 -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-07-03 13:58:52 -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-07-03 13:58: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-07-03 13:58:52 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 13:59:41 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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 (11.3ms) Completed 500 Internal Server Error in 14ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/export", :action=>"resume"}): 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/myreplicator/exports/index.html.erb:42:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354878372320' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354878372320' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:00:16 -0700 Processing by Myreplicator::ExportsController#index as HTML  (1.0ms) 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 (10.6ms) Completed 500 Internal Server Error in 13ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/export", :action=>"resume"}): 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/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354905826540' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354905826540' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:00:31 -0700 Processing by Myreplicator::ExportsController#index as HTML ERROR: compiling ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354894085820 RAISED /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:43: syntax error, unexpected '}', expecting ')' ...', export, :action => 'resume'}, {:class => 'button'} );@out... ... ^ Function body: def ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354894085820(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "myreplicator/exports/index";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.append= ( link_to content_tag(:span, 'add export'), new_export_path, :class => "btn right main add" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('

Exports

');@output_buffer.append= ( will_paginate @exports , :previous_label => '<', :next_label => '>', :inner_window => 2, :outer_window => 0);@output_buffer.safe_concat(' '); if @exports.total_entries > @exports.per_page @output_buffer.safe_concat('
Displaying ');@output_buffer.append= ( @exports.offset + 1 );@output_buffer.safe_concat(' - ');@output_buffer.append= ( @exports.offset + @exports.length );@output_buffer.safe_concat(' of ');@output_buffer.append= ( pluralize(@exports.total_entries, 'exports') );@output_buffer.safe_concat('
'); end @output_buffer.safe_concat('
'); @exports.each do |export| @output_buffer.safe_concat(' '); end @output_buffer.safe_concat('
');@output_buffer.append= ( sortable "export_type" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "export_to", "Export Desitination" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "source_schema" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "destination_schema" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "table_name" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "incremental_column" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "incremental_column_type" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "max_incremental_value" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "s3_path" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "cron" );@output_buffer.safe_concat(' Actions
');@output_buffer.append= ( export.export_type );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.export_to );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.source_schema );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.destination_schema );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.table_name );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.incremental_column );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.incremental_column_type );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.max_incremental_value );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.s3_path );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.cron );@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'review', export, :class=> 'action view' );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'edit', edit_export_path(export), :class => 'action edit' );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'reload', export, :action => 'reload' ,:class=> 'action edit' );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'reload 2', export, :action => 'resume'}, {:class => 'button'} );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
');@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/template.rb:297:in `module_eval' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/template.rb:297:in `compile' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/template.rb:232:in `compile!' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/template.rb:144:in `block in render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:16:in `render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/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' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:13:in `index' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:425:in `_run__3972433913596594442__process_action__4476005042586844849__callbacks' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__1188290366749407546__call__3440624675113720845__callbacks' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/application.rb:223:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/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/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb within layouts/myreplicator/application (3.2ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (/Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:43: syntax error, unexpected '}', expecting ')' ...', export, :action => 'resume'}, {:class => 'button'} );@out... ... ^): 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', export, :action => 'reload' ,:class=> 'action edit' %> 43: <%= link_to 'reload 2', export, :action => 'resume'}, {:class => 'button'} %> 44: 45: 46: <% end %> actionpack (3.2.8) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.8) lib/action_view/template.rb:297:in `compile' actionpack (3.2.8) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.8) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.8) lib/action_view/template.rb:144: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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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 (2.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.2ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.9ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:00:41 -0700 Processing by Myreplicator::ExportsController#index as HTML ERROR: compiling ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354893800100 RAISED /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:43: syntax error, unexpected '}', expecting ')' ...', export, :action => 'resume'}, :class => 'button' );@outpu... ... ^ Function body: def ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354893800100(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "myreplicator/exports/index";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.append= ( link_to content_tag(:span, 'add export'), new_export_path, :class => "btn right main add" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('

Exports

');@output_buffer.append= ( will_paginate @exports , :previous_label => '<', :next_label => '>', :inner_window => 2, :outer_window => 0);@output_buffer.safe_concat(' '); if @exports.total_entries > @exports.per_page @output_buffer.safe_concat('
Displaying ');@output_buffer.append= ( @exports.offset + 1 );@output_buffer.safe_concat(' - ');@output_buffer.append= ( @exports.offset + @exports.length );@output_buffer.safe_concat(' of ');@output_buffer.append= ( pluralize(@exports.total_entries, 'exports') );@output_buffer.safe_concat('
'); end @output_buffer.safe_concat('
'); @exports.each do |export| @output_buffer.safe_concat(' '); end @output_buffer.safe_concat('
');@output_buffer.append= ( sortable "export_type" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "export_to", "Export Desitination" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "source_schema" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "destination_schema" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "table_name" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "incremental_column" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "incremental_column_type" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "max_incremental_value" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "s3_path" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "cron" );@output_buffer.safe_concat(' Actions
');@output_buffer.append= ( export.export_type );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.export_to );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.source_schema );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.destination_schema );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.table_name );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.incremental_column );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.incremental_column_type );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.max_incremental_value );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.s3_path );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.cron );@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'review', export, :class=> 'action view' );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'edit', edit_export_path(export), :class => 'action edit' );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'reload', export, :action => 'reload' ,:class=> 'action edit' );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'reload 2', export, :action => 'resume'}, :class => 'button' );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
');@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/template.rb:297:in `module_eval' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/template.rb:297:in `compile' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/template.rb:232:in `compile!' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/template.rb:144:in `block in render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:16:in `render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/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' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:13:in `index' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:425:in `_run__3972433913596594442__process_action__4476005042586844849__callbacks' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__1188290366749407546__call__3440624675113720845__callbacks' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/application.rb:223:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/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/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb within layouts/myreplicator/application (1.9ms) Completed 500 Internal Server Error in 5ms ActionView::Template::Error (/Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:43: syntax error, unexpected '}', expecting ')' ...', export, :action => 'resume'}, :class => 'button' );@outpu... ... ^): 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', export, :action => 'reload' ,:class=> 'action edit' %> 43: <%= link_to 'reload 2', export, :action => 'resume'}, :class => 'button' %> 44: 45: 46: <% end %> actionpack (3.2.8) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.8) lib/action_view/template.rb:297:in `compile' actionpack (3.2.8) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.8) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.8) lib/action_view/template.rb:144: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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.4ms) 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/template_error.erb within rescues/layout (8.4ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:00:49 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (1.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 (13.3ms) Completed 200 OK in 23ms (Views: 20.8ms | ActiveRecord: 1.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 14:00:49 -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-07-03 14:00: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-07-03 14:00: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-07-03 14:00:49 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 14:00:49 -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-07-03 14:00: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-07-03 14:00: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-07-03 14:00: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-07-03 14:00: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-07-03 14:00:49 -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-07-03 14:00:49 -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-07-03 14:00:49 -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-07-03 14:00:49 -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-07-03 14:00:49 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 14:00:51 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.2ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.4ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 14:00:51 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 14:00:51 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 14:00: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-07-03 14:00: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-07-03 14:00: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-07-03 14:00:51 -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-07-03 14:00: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-07-03 14:00:51 -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-07-03 14:00: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-07-03 14:00:51 -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-07-03 14:00:51 -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-07-03 14:00: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-07-03 14:00: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-07-03 14:00:51 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 14:00:54 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.5ms) Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.5ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 14:00:54 -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-07-03 14:00:54 -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-07-03 14:00:54 -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-07-03 14:00:54 -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-07-03 14:00:54 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 14:00:54 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 14:00:54 -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-07-03 14:00:54 -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-07-03 14:00:54 -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-07-03 14:00: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-07-03 14:00:54 -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-07-03 14:00:54 -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-07-03 14:00:54 -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-07-03 14:00:54 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 14:01:04 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.1ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 14:01:04 -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-07-03 14:01: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-07-03 14:01:04 -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-07-03 14:01:04 -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-07-03 14:01: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-07-03 14:01:04 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 14:01: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-07-03 14:01:04 -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-07-03 14:01:04 -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-07-03 14:01:04 -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-07-03 14:01: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-07-03 14:01: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-07-03 14:01:04 -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-07-03 14:01:04 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 14:01:09 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.9ms) Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 0.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 14:01:09 -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-07-03 14:01:09 -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-07-03 14:01:09 -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-07-03 14:01: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-07-03 14:01: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-07-03 14:01: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-07-03 14:01: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-07-03 14:01: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-07-03 14:01: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-07-03 14:01: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-07-03 14:01: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-07-03 14:01:09 -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-07-03 14:01:09 -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-07-03 14:01:09 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 14:01:14 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.1ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.5ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 14:01: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-07-03 14:01:14 -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-07-03 14:01:14 -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-07-03 14:01:14 -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-07-03 14:01: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-07-03 14:01: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-07-03 14:01: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-07-03 14:01: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-07-03 14:01: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-07-03 14:01: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-07-03 14:01: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-07-03 14:01: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-07-03 14:01: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-07-03 14:01:14 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:01:22 -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 (13.3ms) Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 1.0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 14:01: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-07-03 14:01:22 -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-07-03 14:01:22 -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-07-03 14:01:22 -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-07-03 14:01: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-07-03 14:01:22 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 14:01: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-07-03 14:01: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-07-03 14:01: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-07-03 14:01: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-07-03 14:01: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-07-03 14:01: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-07-03 14:01: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-07-03 14:01:22 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 14:01:24 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.9ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.2ms) Completed 200 OK in 11ms (Views: 8.6ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 14:01:24 -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-07-03 14:01:24 -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-07-03 14:01:24 -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-07-03 14:01:24 -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-07-03 14:01:24 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 14:01:24 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 14:01:24 -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-07-03 14:01:24 -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-07-03 14:01:24 -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-07-03 14:01:24 -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-07-03 14:01:24 -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-07-03 14:01:24 -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-07-03 14:01:24 -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-07-03 14:01:25 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 14:02:23 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.3ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.5ms) Completed 200 OK in 74ms (Views: 10.3ms | ActiveRecord: 5.2ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 14:02: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-07-03 14:02:23 -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-07-03 14:02:23 -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-07-03 14:02: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-07-03 14:02: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-07-03 14:02:23 -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-07-03 14:02:23 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 14:02:24 -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-07-03 14:02:24 -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-07-03 14:02:24 -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-07-03 14:02:24 -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-07-03 14:02:24 -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-07-03 14:02:24 -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-07-03 14:02:24 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:02:25 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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 (14.1ms) Completed 500 Internal Server Error in 17ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/export", :action=>"resume"}): 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/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354893739780' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354893739780' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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/exports" for 127.0.0.1 at 2013-07-03 14:02:52 -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 (28.6ms) Completed 500 Internal Server Error in 37ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/export", :action=>"resume"}): 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/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354893739780' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354893739780' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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/exports" for 127.0.0.1 at 2013-07-03 14:02:53 -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 (50.4ms) Completed 500 Internal Server Error in 54ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/export", :action=>"resume"}): 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/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354893739780' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354893739780' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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/exports" for 127.0.0.1 at 2013-07-03 14:02:54 -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.7ms) Completed 500 Internal Server Error in 12ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/export", :action=>"resume"}): 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/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354893739780' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354893739780' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:03:50 -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 (16.6ms) Completed 500 Internal Server Error in 32ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:03: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 (11.4ms) Completed 500 Internal Server Error in 21ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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/exports" for 127.0.0.1 at 2013-07-03 14:04:17 -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 (11.5ms) Completed 500 Internal Server Error in 21ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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/exports" for 127.0.0.1 at 2013-07-03 14:04:58 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.6ms) 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 (35.4ms) Completed 500 Internal Server Error in 53ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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/exports" for 127.0.0.1 at 2013-07-03 14:04:59 -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 (10.5ms) Completed 500 Internal Server Error in 20ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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/exports" for 127.0.0.1 at 2013-07-03 14:05:00 -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 (11.1ms) Completed 500 Internal Server Error in 22ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:05:00 -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 (12.2ms) Completed 500 Internal Server Error in 57ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.5ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:05:01 -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 (11.9ms) Completed 500 Internal Server Error in 22ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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/exports" for 127.0.0.1 at 2013-07-03 14:05:02 -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 (16.4ms) Completed 500 Internal Server Error in 30ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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/exports" for 127.0.0.1 at 2013-07-03 14:05:11 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.8ms) SELECT COUNT(*) FROM `myreplicator_exports` Myreplicator::Export Load (1.0ms) 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 (21.6ms) Completed 500 Internal Server Error in 33ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:05:33 -0700 Processing by Myreplicator::ExportsController#index as HTML  (2.3ms) SELECT COUNT(*) FROM `myreplicator_exports` Myreplicator::Export Load (0.6ms) 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 (15.7ms) Completed 500 Internal Server Error in 47ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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/exports" for 127.0.0.1 at 2013-07-03 14:05:34 -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 (12.0ms) Completed 500 Internal Server Error in 22ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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/exports" for 127.0.0.1 at 2013-07-03 14:05:35 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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 (44.9ms) Completed 500 Internal Server Error in 56ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:06:45 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) SELECT COUNT(*) FROM `myreplicator_exports` Myreplicator::Export Load (4.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 (34.8ms) Completed 500 Internal Server Error in 51ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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/exports" for 127.0.0.1 at 2013-07-03 14:06:45 -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.5ms) Completed 500 Internal Server Error in 43ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:07:59 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.5ms) 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 (11.0ms) Completed 500 Internal Server Error in 61ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:08:00 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports` Myreplicator::Export Load (0.6ms) 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 500 Internal Server Error in 22ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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/exports" for 127.0.0.1 at 2013-07-03 14:08:00 -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 (9.4ms) Completed 500 Internal Server Error in 19ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:08:02 -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 (9.0ms) Completed 500 Internal Server Error in 19ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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/exports" for 127.0.0.1 at 2013-07-03 14:08:12 -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 (74.7ms) Completed 500 Internal Server Error in 90ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:08:13 -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 (9.6ms) Completed 500 Internal Server Error in 19ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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-07-03 14:08:16 -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 (7.8ms) 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 (10.0ms) Completed 500 Internal Server Error in 24ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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__2769064658433582415__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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-07-03 14:08:20 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) 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.4ms) Myreplicator::Log Load (1.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 (6.1ms) Completed 500 Internal Server Error in 15ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/home", :action=>"reload"}): 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:16:in `___sers_lnguyen__ocuments_myreplicator_app_views_layouts_myreplicator_application_html_erb__1917965241455758191_70354879437420' 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__2769064658433582415__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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-07-03 14:09:19 -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.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 (4.5ms) Completed 200 OK in 17ms (Views: 15.0ms | ActiveRecord: 1.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 14:09: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-07-03 14:09:19 -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-07-03 14:09:19 -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-07-03 14:09:19 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 14:09:19 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 14:09:19 -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-07-03 14:09: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-07-03 14:09: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-07-03 14:09: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-07-03 14:09: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-07-03 14:09:19 -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-07-03 14:09:19 -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-07-03 14:09:19 -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-07-03 14:09:19 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator" for 127.0.0.1 at 2013-07-03 14:41:29 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.8ms) 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.9ms) Completed 200 OK in 28ms (Views: 14.4ms | ActiveRecord: 7.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 14:41:29 -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-07-03 14:41:29 -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-07-03 14:41:29 -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-07-03 14:41:29 -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-07-03 14:41:29 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 14:41:29 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 14:41:29 -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-07-03 14:41:29 -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-07-03 14:41:29 -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-07-03 14:41:29 -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-07-03 14:41:29 -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-07-03 14:41:29 -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-07-03 14:41:29 -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-07-03 14:41:29 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:41:31 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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 (52.0ms) Completed 200 OK in 66ms (Views: 60.0ms | ActiveRecord: 4.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 14:41:31 -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-07-03 14:41:31 -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-07-03 14:41:31 -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-07-03 14:41:31 -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-07-03 14:41:31 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 14:41:31 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 14:41:31 -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-07-03 14:41:31 -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-07-03 14:41:31 -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-07-03 14:41:31 -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-07-03 14:41:31 -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-07-03 14:41:31 -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-07-03 14:41:31 -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-07-03 14:41:31 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 14:41:33 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.6ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.4ms) Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 14:41:33 -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-07-03 14:41:33 -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-07-03 14:41:33 -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-07-03 14:41:33 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 14:41:34 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 14:41:34 -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-07-03 14:41:34 -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-07-03 14:41: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-07-03 14:41: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-07-03 14:41: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-07-03 14:41: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-07-03 14:41:34 -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-07-03 14:41:34 -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-07-03 14:41:34 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:41:51 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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 (12.9ms) Completed 200 OK in 22ms (Views: 20.1ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 14:41:51 -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-07-03 14:41: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-07-03 14:41:51 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 14:41: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-07-03 14:41:51 -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-07-03 14:41:51 -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-07-03 14:41: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-07-03 14:41: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-07-03 14:41: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-07-03 14:41: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-07-03 14:41: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-07-03 14:41: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-07-03 14:41: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-07-03 14:41:51 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 14:41:53 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.3ms) Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 14:41:53 -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-07-03 14:41:53 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 14:41: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-07-03 14:41:53 -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-07-03 14:41: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-07-03 14:41:53 -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-07-03 14:41: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-07-03 14:41: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-07-03 14:41: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-07-03 14:41: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-07-03 14:41: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-07-03 14:41: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-07-03 14:41: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-07-03 14:41:53 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:42:05 -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 (12.6ms) Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 14:42:05 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 14:42:05 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 14:42:05 -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-07-03 14:42: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-07-03 14:42:05 -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-07-03 14:42:05 -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-07-03 14:42:05 -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-07-03 14:42:05 -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-07-03 14:42: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-07-03 14:42:05 -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-07-03 14:42:05 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-07-03 14:42: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-07-03 14:42:05 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-07-03 14:42:05 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:42:27 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports` Myreplicator::Export Load (2.1ms) 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 (14.0ms) Completed 200 OK in 23ms (Views: 19.7ms | ActiveRecord: 2.4ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 14:42:27 -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-07-03 14:42:27 -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-07-03 14:42:27 -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-07-03 14:42:27 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 14:42:27 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 14:42:27 -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-07-03 14:42:27 -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-07-03 14:42:27 -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-07-03 14:42:27 -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-07-03 14:42:27 -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-07-03 14:42:27 -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-07-03 14:42:27 -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-07-03 14:42:27 -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-07-03 14:42:27 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 14:42:29 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.2ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 14:42:29 -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-07-03 14:42:29 -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-07-03 14:42:29 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 14:42:29 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 14:42:29 -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-07-03 14:42:29 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-03 14:42:29 -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-07-03 14:42:29 -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-07-03 14:42:29 -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-07-03 14:42:29 -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-07-03 14:42:29 -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-07-03 14:42:29 -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-07-03 14:42:29 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 14:42:30 -0700 Served asset /myreplicator/select2.css - 200 OK (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:42:47 -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 (15.0ms) Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 14:42: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-07-03 14:42:47 -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-07-03 14:42:47 -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-07-03 14:42:47 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 14:42:47 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 14:42:47 -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-07-03 14:42: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-07-03 14:42: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-07-03 14:42: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-07-03 14:42: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-07-03 14:42: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-07-03 14:42: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-07-03 14:42: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-07-03 14:42:47 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/resume" for 127.0.0.1 at 2013-07-03 14:42:49 -0700 Processing by Myreplicator::HomeController#resume as HTML Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  Completed 500 Internal Server Error in 186ms Redis::CannotConnectError (Error connecting to Redis on 127.0.0.1:6379 (ECONNREFUSED)): lib/tasks/resque.rake:37:in `block (2 levels) in ' lib/tasks/maintenance.rake:24: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 (2.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 (9.5ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:43:10 -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 (15.7ms) Completed 200 OK in 26ms (Views: 24.8ms | ActiveRecord: 1.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 14:43:10 -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-07-03 14:43:10 -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-07-03 14:43:10 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 14:43:10 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 14:43:10 -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-07-03 14:43:11 -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-07-03 14:43:11 -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-07-03 14:43:11 -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-07-03 14:43:11 -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-07-03 14:43:11 -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-07-03 14:43:11 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-07-03 14:43:11 -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-07-03 14:43:11 -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-07-03 14:43:11 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:43:33 -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 (11.8ms) Completed 500 Internal Server Error in 14ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/export", :action=>"reload"}): 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/myreplicator/exports/index.html.erb:42:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354880865600' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354880865600' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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/exports" for 127.0.0.1 at 2013-07-03 14:43:47 -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 (33.8ms) Completed 200 OK in 50ms (Views: 40.8ms | ActiveRecord: 5.4ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 14:43:47 -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-07-03 14:43:47 -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-07-03 14:43:47 -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-07-03 14:43:47 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 14:43:47 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 14:43:47 -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-07-03 14:43: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-07-03 14:43: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-07-03 14:43: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-07-03 14:43: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-07-03 14:43:47 -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-07-03 14:43:47 -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-07-03 14:43:47 -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-07-03 14:43:47 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/myreplicator/export/reload" for 127.0.0.1 at 2013-07-03 14:43:49 -0700 ActionController::RoutingError (uninitialized constant Myreplicator::ExportController): rake (0.9.2.2) lib/rake/ext/module.rb:36:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32: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__1188290366749407546__call__3440624675113720845__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:43:53 -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 (10.5ms) Completed 200 OK in 44ms (Views: 42.2ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 14:43:53 -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-07-03 14:43:53 -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-07-03 14:43:53 -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-07-03 14:43:53 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 14:43:53 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 14:43:53 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 14:43:53 -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-07-03 14:43:53 -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-07-03 14:43:53 -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-07-03 14:43:53 -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-07-03 14:43:53 -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-07-03 14:43:53 -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-07-03 14:43: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-07-03 14:43:53 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:45:40 -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 (54.4ms) Completed 500 Internal Server Error in 57ms ActionView::Template::Error (undefined method `reload_export_path' for #<#:0x007ff98cf54a00>): 39: <%= link_to 'review', export, :class=> 'action view' %> 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', reload_export_path(export), :class => 'action edit' %> 43: 44: 45: <% end %> /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:42:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354894228720' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354894228720' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.4ms) 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.4ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.4ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:55:46 -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 (16.4ms) Completed 500 Internal Server Error in 20ms ActionView::Template::Error (undefined method `reload_export_path' for #<#:0x007ff98b2f0418>): 39: <%= link_to 'review', export, :class=> 'action view' %> 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', reload_export_path(export), :class => 'action edit' %> 43: 44: 45: <% end %> /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:42:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354894228720' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354894228720' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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 (2.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 (0.9ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.8ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:56:01 -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 (11.1ms) Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 14:56:01 -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-07-03 14:56:01 -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-07-03 14:56: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-07-03 14:56:01 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 14:56:01 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 14:56:01 -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-07-03 14:56: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-07-03 14:56: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-07-03 14:56: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-07-03 14:56: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-07-03 14:56: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-07-03 14:56: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-07-03 14:56: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-07-03 14:56:01 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-07-03 14:56:01 -0700 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-07-03 14:56:01 -0700 Served asset /myreplicator/desc-white.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-07-03 14:56:01 -0700 Served asset /myreplicator/bg.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-07-03 14:56:01 -0700 Served asset /myreplicator/status.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-07-03 14:56:01 -0700 Served asset /myreplicator/plus.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-07-03 14:56:01 -0700 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-07-03 14:56:01 -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-07-03 14:56:01 -0700 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-07-03 14:56:02 -0700 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4/edit" for 127.0.0.1 at 2013-07-03 14:56:04 -0700 Processing by Myreplicator::ExportsController#edit as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.6ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (4.9ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/edit.html.erb within layouts/myreplicator/application (6.6ms) Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.6ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 14:56: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-07-03 14:56:04 -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-07-03 14:56:04 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 14:56:04 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 14:56:04 -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-07-03 14:56:04 -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-07-03 14:56: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-07-03 14:56:04 -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-07-03 14:56:04 -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-07-03 14:56:04 -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-07-03 14:56:04 -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-07-03 14:56: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-07-03 14:56:04 -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-07-03 14:56:04 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-07-03 14:56:04 -0700 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-07-03 14:56:04 -0700 Served asset /myreplicator/select2.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-07-03 14:56:04 -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-07-03 14:56:04 -0700 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 14:56:59 -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 (12.6ms) Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 14:56:59 -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-07-03 14:56:59 -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-07-03 14:56:59 -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-07-03 14:56:59 -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-07-03 14:56:59 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-07-03 14:56:59 -0700 Served asset /myreplicator/plus.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-07-03 14:56:59 -0700 Served asset /myreplicator/bg.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-07-03 14:56:59 -0700 Served asset /myreplicator/desc-white.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-07-03 14:56:59 -0700 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-07-03 14:56:59 -0700 Served asset /myreplicator/status.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-07-03 14:56:59 -0700 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-07-03 14:56:59 -0700 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-07-03 14:56:59 -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-07-03 14:56:59 -0700 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/myreplicator/export/reload" for 127.0.0.1 at 2013-07-03 14:57:01 -0700 ActionController::RoutingError (uninitialized constant Myreplicator::ExportController): rake (0.9.2.2) lib/rake/ext/module.rb:36:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32: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__1188290366749407546__call__3440624675113720845__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:03:14 -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 (31.4ms) Completed 200 OK in 45ms (Views: 43.4ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 15:03: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-07-03 15:03:14 -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-07-03 15:03:14 -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-07-03 15:03:14 -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-07-03 15:03:14 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-07-03 15:03:14 -0700 Served asset /myreplicator/plus.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-07-03 15:03:14 -0700 Served asset /myreplicator/bg.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-07-03 15:03:14 -0700 Served asset /myreplicator/desc-white.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-07-03 15:03:14 -0700 Served asset /myreplicator/status.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-07-03 15:03:14 -0700 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-07-03 15:03:14 -0700 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-07-03 15:03:14 -0700 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/myreplicator/export/reload" for 127.0.0.1 at 2013-07-03 15:03:17 -0700 ActionController::RoutingError (uninitialized constant Myreplicator::ExportController): rake (0.9.2.2) lib/rake/ext/module.rb:36:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32: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__1188290366749407546__call__3440624675113720845__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/home/pause" for 127.0.0.1 at 2013-07-03 15:03:26 -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 5ms 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.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 (32.4ms) 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 (38.8ms) Started GET "/myreplicator/export/reload" for 127.0.0.1 at 2013-07-03 15:03:30 -0700 ActionController::RoutingError (uninitialized constant Myreplicator::ExportController): rake (0.9.2.2) lib/rake/ext/module.rb:36:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32: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__1188290366749407546__call__3440624675113720845__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.6ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-07-03 15:03:49 -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 (8.9ms) 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 (11.1ms) Completed 200 OK in 27ms (Views: 14.9ms | ActiveRecord: 6.2ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 15:03: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-07-03 15:03:49 -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-07-03 15:03:49 -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-07-03 15:03: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-07-03 15:03:49 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:03:49 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 15:03: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-07-03 15:03: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-07-03 15:03: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-07-03 15:03: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-07-03 15:03:49 -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-07-03 15:03:49 -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-07-03 15:03:49 -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-07-03 15:03:49 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-07-03 15:03:49 -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-07-03 15:03:49 -0700 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:03: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 (11.8ms) Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 15:03:51 -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-07-03 15:03:51 -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-07-03 15:03: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-07-03 15:03:51 -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-07-03 15:03:51 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:03: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-07-03 15:03: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-07-03 15:03: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-07-03 15:03: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-07-03 15:03: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-07-03 15:03: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-07-03 15:03: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-07-03 15:03: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-07-03 15:03:51 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-07-03 15:03:51 -0700 Served asset /myreplicator/plus.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-07-03 15:03:51 -0700 Served asset /myreplicator/bg.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-07-03 15:03:51 -0700 Served asset /myreplicator/desc-white.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-07-03 15:03:51 -0700 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-07-03 15:03:51 -0700 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-07-03 15:03:51 -0700 Served asset /myreplicator/status.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-07-03 15:03:51 -0700 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-07-03 15:03:51 -0700 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-07-03 15:03:51 -0700 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-07-03 15:03:55 -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 14ms (Views: 11.7ms | ActiveRecord: 1.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 15:03:55 -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-07-03 15:03:55 -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-07-03 15:03:55 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:03:55 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 15:03:55 -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-07-03 15:03:55 -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-07-03 15:03:55 -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-07-03 15:03:55 -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-07-03 15:03:55 -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-07-03 15:03:55 -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-07-03 15:03: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-07-03 15:03:55 -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-07-03 15:03:55 -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-07-03 15:03:55 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-07-03 15:03:55 -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-07-03 15:03:55 -0700 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-07-03 15:05:38 -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 5ms 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.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 (8.2ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-07-03 15:06:50 -0700 Processing by Myreplicator::HomeController#pause as HTML Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`   (15.0ms) SELECT CLOSE_ALL_SESSIONS(); Mysql2::Error: FUNCTION myreplicator.CLOSE_ALL_SESSIONS does not exist: SELECT CLOSE_ALL_SESSIONS(); Completed 500 Internal Server Error in 26ms ActiveRecord::StatementInvalid (Mysql2::Error: FUNCTION myreplicator.CLOSE_ALL_SESSIONS does not exist: SELECT CLOSE_ALL_SESSIONS();): lib/tasks/maintenance.rake:12: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 (2.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 (11.6ms) Started GET "/myreplicator/home/resume" for 127.0.0.1 at 2013-07-03 15:06:53 -0700 Processing by Myreplicator::HomeController#resume 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` 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 210ms (ActiveRecord: 0.5ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-07-03 15:06:53 -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.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.4ms) Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 1.4ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 15:06:54 -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-07-03 15:06: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-07-03 15:06:54 -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-07-03 15:06:54 -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-07-03 15:06:54 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:06:54 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 15:06: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-07-03 15:06: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-07-03 15:06:54 -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-07-03 15:06:54 -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-07-03 15:06: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-07-03 15:06:54 -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-07-03 15:06:54 -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-07-03 15:06:54 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/pause" for 127.0.0.1 at 2013-07-03 15:06:55 -0700 Processing by Myreplicator::HomeController#pause as HTML Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  (0.3ms) SELECT CLOSE_ALL_SESSIONS(); Mysql2::Error: FUNCTION myreplicator.CLOSE_ALL_SESSIONS does not exist: SELECT CLOSE_ALL_SESSIONS(); Completed 500 Internal Server Error in 8ms ActiveRecord::StatementInvalid (Mysql2::Error: FUNCTION myreplicator.CLOSE_ALL_SESSIONS does not exist: SELECT CLOSE_ALL_SESSIONS();): lib/tasks/maintenance.rake:12: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.4ms) 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 (8.0ms) Started GET "/myreplicator/home/resume" for 127.0.0.1 at 2013-07-03 15:07:12 -0700 Processing by Myreplicator::HomeController#resume as HTML Myreplicator::Export Load (0.3ms) 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 687ms (ActiveRecord: 0.5ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-07-03 15:07:13 -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.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.0ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 1.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 15:07:13 -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-07-03 15:07:13 -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-07-03 15:07:13 -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-07-03 15:07:13 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:07:13 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 15:07:13 -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-07-03 15:07: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-07-03 15:07: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-07-03 15:07: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-07-03 15:07:13 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-07-03 15:07:13 -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-07-03 15:07:13 -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-07-03 15:07:13 -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-07-03 15:07:13 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:07:20 -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 (10.7ms) Completed 200 OK in 40ms (Views: 38.9ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 15:07: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-07-03 15:07:21 -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-07-03 15:07:21 -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-07-03 15:07:21 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:07:21 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 15:07:21 -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-07-03 15:07: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-07-03 15:07: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-07-03 15:07: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-07-03 15:07: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-07-03 15:07:21 -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-07-03 15:07:21 -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-07-03 15:07: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-07-03 15:07:21 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-07-03 15:07:21 -0700 Served asset /myreplicator/desc-white.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-07-03 15:07:21 -0700 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-07-03 15:07:21 -0700 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-07-03 15:07:21 -0700 Served asset /myreplicator/bg.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-07-03 15:07:21 -0700 Served asset /myreplicator/status.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-07-03 15:07:21 -0700 Served asset /myreplicator/plus.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-07-03 15:07:21 -0700 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:08:52 -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 (34.0ms) Completed 200 OK in 54ms (Views: 43.6ms | ActiveRecord: 7.3ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 15:08:52 -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-07-03 15:08: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-07-03 15:08:52 -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-07-03 15:08:52 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:08:52 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 15:08:52 -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-07-03 15:08: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-07-03 15:08: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-07-03 15:08: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-07-03 15:08: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-07-03 15:08: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-07-03 15:08:52 -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-07-03 15:08:52 -0700 Served asset /myreplicator/application.js - 304 Not Modified (1ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-07-03 15:08:52 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/export/reload" for 127.0.0.1 at 2013-07-03 15:09:00 -0700 ActionController::RoutingError (uninitialized constant Myreplicator::ExportController): rake (0.9.2.2) lib/rake/ext/module.rb:36:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32: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__1188290366749407546__call__3440624675113720845__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:09:21 -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 (53.8ms) Completed 500 Internal Server Error in 57ms ActionView::Template::Error (undefined method `reload_export_path' for #<#:0x007ff98cef7eb8>): 39: <%= link_to 'review', export, :class=> 'action view' %> 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', reload_export_path(export), :class => 'action edit' %> 43: <%= link_to content_tag(:span, "resume"), {:controller => "export", :action => 'reload'}, {:class => 'button'} %> 44: 45: /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:42:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354894032760' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354894032760' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.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.1ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.7ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:09:30 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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 (18.1ms) Completed 500 Internal Server Error in 21ms ActionView::Template::Error (undefined method `reload_export_path' for #<#:0x007ff98e3c1b50>): 39: <%= link_to 'review', export, :class=> 'action view' %> 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', reload_export_path(export), :class => 'action edit' %> 43: <%= link_to content_tag(:span, "resume"), {:controller => "export", :action => 'reload'}, {:class => 'button'} %> 44: 45: /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:42:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354894032760' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354894032760' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.2ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.5ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:09:45 -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 (13.9ms) Completed 200 OK in 24ms (Views: 22.2ms | ActiveRecord: 1.0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 15:09:45 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:09:45 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 15:09:45 -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-07-03 15:09:45 -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-07-03 15:09:45 -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-07-03 15:09:45 -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-07-03 15:09:45 -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-07-03 15:09:45 -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-07-03 15:09:45 -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-07-03 15:09:45 -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-07-03 15:09:45 -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-07-03 15:09:45 -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-07-03 15:09:45 -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-07-03 15:09:45 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 15:09:49 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (2.2ms) Completed 200 OK in 18ms (Views: 14.7ms | ActiveRecord: 0.4ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 15:09: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-07-03 15:09:49 -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-07-03 15:09:49 -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-07-03 15:09:49 -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-07-03 15:09:49 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:09:49 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 15:09: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-07-03 15:09: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-07-03 15:09: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-07-03 15:09: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-07-03 15:09:49 -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-07-03 15:09:49 -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-07-03 15:09:49 -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-07-03 15:09:49 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-07-03 15:09:49 -0700 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:13:05 -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 (12.1ms) Completed 500 Internal Server Error in 15ms ActionController::RoutingError (No route matches {:action=>"reload", :controller=>"myreplicator/exports"}): 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/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354891584300' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354891584300' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:13:10 -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 (8.6ms) Completed 500 Internal Server Error in 12ms ActionController::RoutingError (No route matches {:action=>"reload", :controller=>"myreplicator/exports"}): 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/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354891584300' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__2323204005598472119_70354891584300' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3972433913596594442__process_action__4476005042586844849__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__1188290366749407546__call__3440624675113720845__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.6ms) Connecting to database specified by database.yml Started GET "/myreplicator/" for 127.0.0.1 at 2013-07-03 15:13:53 -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 (12.6ms) 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 (23.6ms) Completed 200 OK in 169ms (Views: 129.4ms | ActiveRecord: 6.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 15:13:54 -0700 Served asset /myreplicator/application.css - 304 Not Modified (16ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 15:13:54 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (3ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 15:13:54 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (4ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 15:13:54 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (2ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 15:13:54 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:13:54 -0700 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 15:13:54 -0700 Served asset /jquery-ui.js - 304 Not Modified (34ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-03 15:13:54 -0700 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-07-03 15:13:54 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (3ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-07-03 15:13:54 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-07-03 15:13:54 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-07-03 15:13:54 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-07-03 15:13:54 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-07-03 15:13:54 -0700 Served asset /myreplicator/application.js - 304 Not Modified (15ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:13:54 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports` Myreplicator::Export Load (0.6ms) 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 (38.6ms) Completed 500 Internal Server Error in 47ms ActionController::RoutingError (No route matches {:action=>"reload", :controller=>"myreplicator/exports"}): 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/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295223411560' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295223411560' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__1528169244298024323__process_action__643399176663198925__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__2359442247272908524__call__1382499448240942082__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:14:46 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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 (17.0ms) Completed 500 Internal Server Error in 20ms ActionView::Template::Error (undefined method `id' for #): 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', export, :class => 'action edit' %> 43: <%= link_to content_tag(:span, "resume"), {:action => 'reload', :id => @exports.id}, {:class => 'button'} %> 44: 45: 46: <% end %> activerecord (3.2.8) lib/active_record/relation/delegation.rb:45:in `method_missing' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295250614280' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295250614280' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__1528169244298024323__process_action__643399176663198925__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__2359442247272908524__call__1382499448240942082__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.4ms) 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/template_error.erb within rescues/layout (11.4ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:16:00 -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 (44.3ms) Completed 500 Internal Server Error in 57ms ActionView::Template::Error (undefined method `id' for #): 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', export, :class => 'action edit' %> 43: <%= link_to content_tag(:span, "resume"), {:action => 'reload', :id => @exports.id}, {:class => 'button'} %> 44: 45: 46: <% end %> activerecord (3.2.8) lib/active_record/relation/delegation.rb:45:in `method_missing' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295250614280' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295250614280' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__1528169244298024323__process_action__643399176663198925__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__2359442247272908524__call__1382499448240942082__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.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/template_error.erb within rescues/layout (8.2ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:16:01 -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 (10.1ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (undefined method `id' for #): 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', export, :class => 'action edit' %> 43: <%= link_to content_tag(:span, "resume"), {:action => 'reload', :id => @exports.id}, {:class => 'button'} %> 44: 45: 46: <% end %> activerecord (3.2.8) lib/active_record/relation/delegation.rb:45:in `method_missing' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295250614280' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295250614280' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__1528169244298024323__process_action__643399176663198925__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__2359442247272908524__call__1382499448240942082__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 (31.0ms) 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/template_error.erb within rescues/layout (37.0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:16:01 -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 (10.6ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (undefined method `id' for #): 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', export, :class => 'action edit' %> 43: <%= link_to content_tag(:span, "resume"), {:action => 'reload', :id => @exports.id}, {:class => 'button'} %> 44: 45: 46: <% end %> activerecord (3.2.8) lib/active_record/relation/delegation.rb:45:in `method_missing' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295250614280' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295250614280' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__1528169244298024323__process_action__643399176663198925__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__2359442247272908524__call__1382499448240942082__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.6ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.7ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:16:02 -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.7ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (undefined method `id' for #): 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', export, :class => 'action edit' %> 43: <%= link_to content_tag(:span, "resume"), {:action => 'reload', :id => @exports.id}, {:class => 'button'} %> 44: 45: 46: <% end %> activerecord (3.2.8) lib/active_record/relation/delegation.rb:45:in `method_missing' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295250614280' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295250614280' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__1528169244298024323__process_action__643399176663198925__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__2359442247272908524__call__1382499448240942082__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 (0.9ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.4ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:16:02 -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 (8.9ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (undefined method `id' for #): 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', export, :class => 'action edit' %> 43: <%= link_to content_tag(:span, "resume"), {:action => 'reload', :id => @exports.id}, {:class => 'button'} %> 44: 45: 46: <% end %> activerecord (3.2.8) lib/active_record/relation/delegation.rb:45:in `method_missing' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295250614280' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295250614280' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__1528169244298024323__process_action__643399176663198925__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__2359442247272908524__call__1382499448240942082__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.2ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.7ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:16:03 -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 (11.5ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (undefined method `id' for #): 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', export, :class => 'action edit' %> 43: <%= link_to content_tag(:span, "resume"), {:action => 'reload', :id => @exports.id}, {:class => 'button'} %> 44: 45: 46: <% end %> activerecord (3.2.8) lib/active_record/relation/delegation.rb:45:in `method_missing' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295250614280' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295250614280' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__1528169244298024323__process_action__643399176663198925__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__2359442247272908524__call__1382499448240942082__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.5ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.4ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-07-03 15:16:08 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.3ms) 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.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 (10.4ms) Completed 200 OK in 25ms (Views: 14.4ms | ActiveRecord: 5.3ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 15:16:08 -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-07-03 15:16: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-07-03 15:16: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-07-03 15:16:08 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 15:16: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-07-03 15:16: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-07-03 15:16: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-07-03 15:16: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-07-03 15:16: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-07-03 15:16: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-07-03 15:16:08 -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-07-03 15:16: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-07-03 15:16:08 -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-07-03 15:16:08 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:16:09 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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 (10.8ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (undefined method `id' for #): 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', export, :class => 'action edit' %> 43: <%= link_to content_tag(:span, "resume"), {:action => 'reload', :id => @exports.id}, {:class => 'button'} %> 44: 45: 46: <% end %> activerecord (3.2.8) lib/active_record/relation/delegation.rb:45:in `method_missing' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295250614280' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295250614280' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__1528169244298024323__process_action__643399176663198925__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__2359442247272908524__call__1382499448240942082__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.4ms) 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/template_error.erb within rescues/layout (7.5ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:16:53 -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 (32.7ms) Completed 500 Internal Server Error in 43ms ActionController::RoutingError (No route matches {:action=>"reload", :controller=>"myreplicator/exports"}): 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/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295248218420' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295248218420' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__1528169244298024323__process_action__643399176663198925__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__2359442247272908524__call__1382499448240942082__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-07-03 15:16:57 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.4ms) 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 (9.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 (11.6ms) Completed 200 OK in 58ms (Views: 48.8ms | ActiveRecord: 5.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 15:16:57 -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-07-03 15:16:57 -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-07-03 15:16:57 -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-07-03 15:16:57 -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-07-03 15:16:57 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:16:57 -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-07-03 15:16:57 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 15:16:57 -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-07-03 15:16:57 -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-07-03 15:16:57 -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-07-03 15:16:57 -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-07-03 15:16:57 -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-07-03 15:16:57 -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-07-03 15:16:57 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:16:57 -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 (10.8ms) Completed 500 Internal Server Error in 13ms ActionController::RoutingError (No route matches {:action=>"reload", :controller=>"myreplicator/exports"}): 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/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295248218420' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295248218420' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__1528169244298024323__process_action__643399176663198925__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__2359442247272908524__call__1382499448240942082__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:17:18 -0700 ActionController::RoutingError (No route matches [GET] "/myreplicator/exports"): 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.5ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:53:25 -0700 ActionController::RoutingError (No route matches [GET] "/myreplicator/exports"): 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 (6.6ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-07-03 15:53:27 -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 (10.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.5ms) Completed 200 OK in 178ms (Views: 18.0ms | ActiveRecord: 6.7ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 15:53:27 -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-07-03 15:53:27 -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-07-03 15:53:27 -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-07-03 15:53:27 -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-07-03 15:53:27 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:53:27 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-03 15:53:27 -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-07-03 15:53:27 -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-07-03 15:53:27 -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-07-03 15:53:27 -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-07-03 15:53:27 -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-07-03 15:53:27 -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-07-03 15:53:27 -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-07-03 15:53:27 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:53:29 -0700 ActionController::RoutingError (No route matches [GET] "/myreplicator/exports"): 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) Started GET "/myreplicator/" for 127.0.0.1 at 2013-07-03 15:53:47 -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.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 13ms (Views: 11.1ms | ActiveRecord: 1.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 15:53: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-07-03 15:53:47 -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-07-03 15:53: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-07-03 15:53:47 -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-07-03 15:53:47 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:53: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-07-03 15:53:47 -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-07-03 15:53:47 -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-07-03 15:53:47 -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-07-03 15:53: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-07-03 15:53: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-07-03 15:53: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-07-03 15:53: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-07-03 15:53:47 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-07-03 15:53:48 -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 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 1.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:53:48 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 15:53:48 -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-07-03 15:53:49 -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-07-03 15:53:49 -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-07-03 15:53:49 -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-07-03 15:53:49 -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-07-03 15:53: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-07-03 15:53: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-07-03 15:53: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-07-03 15:53: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-07-03 15:53:49 -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-07-03 15:53:49 -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-07-03 15:53:49 -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-07-03 15:53:49 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-07-03 15:54:24 -0700 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) 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.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 (6.1ms) Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 1.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 15:54:24 -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-07-03 15:54:24 -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-07-03 15:54:24 -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-07-03 15:54:24 -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-07-03 15:54:24 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:54:24 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 15:54:24 -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-07-03 15:54:24 -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-07-03 15:54:24 -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-07-03 15:54:24 -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-07-03 15:54:24 -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-07-03 15:54:24 -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-07-03 15:54:24 -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-07-03 15:54:24 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:54:52 -0700 ActionController::RoutingError (No route matches [GET] "/myreplicator/exports"): 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.9ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:54:55 -0700 ActionController::RoutingError (No route matches [GET] "/myreplicator/exports"): 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.6ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-07-03 15:55:09 -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.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.6ms) Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 1.4ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 15:55:09 -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-07-03 15:55:09 -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-07-03 15:55:09 -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-07-03 15:55:09 -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-07-03 15:55:09 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:55:09 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-03 15:55:09 -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-07-03 15:55:09 -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-07-03 15:55: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-07-03 15:55:09 -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-07-03 15:55:09 -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-07-03 15:55:09 -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-07-03 15:55: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-07-03 15:55:09 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:55:10 -0700 ActionController::RoutingError (No route matches [GET] "/myreplicator/exports"): 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.7ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-07-03 15:55:24 -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 (6.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 (8.7ms) Completed 200 OK in 26ms (Views: 13.3ms | ActiveRecord: 3.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 15:55:24 -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-07-03 15:55:24 -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-07-03 15:55:24 -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-07-03 15:55:24 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:55:24 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 15:55:24 -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-07-03 15:55:24 -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-07-03 15:55:24 -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-07-03 15:55:24 -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-07-03 15:55:24 -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-07-03 15:55:24 -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-07-03 15:55:24 -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-07-03 15:55:24 -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-07-03 15:55:24 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:55:25 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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 (70.4ms) Completed 200 OK in 85ms (Views: 78.5ms | ActiveRecord: 4.1ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 15:55:25 -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-07-03 15:55: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-07-03 15:55:26 -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-07-03 15:55:26 -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-07-03 15:55:26 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:55: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-07-03 15:55: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-07-03 15:55:26 -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-07-03 15:55:26 -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-07-03 15:55: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-07-03 15:55:26 -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-07-03 15:55: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-07-03 15:55: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-07-03 15:55:26 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:55:35 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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 (53.6ms) Completed 200 OK in 99ms (Views: 93.6ms | ActiveRecord: 3.4ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 15:55:35 -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-07-03 15:55:36 -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-07-03 15:55:36 -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-07-03 15:55:36 -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-07-03 15:55:36 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:55:36 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-03 15:55:36 -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-07-03 15:55: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-07-03 15:55:36 -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-07-03 15:55: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-07-03 15:55: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-07-03 15:55: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-07-03 15:55: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-07-03 15:55:36 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 15:55:37 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (6.9ms) Completed 200 OK in 19ms (Views: 16.7ms | ActiveRecord: 0.5ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 15:55:37 -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-07-03 15:55:37 -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-07-03 15:55:37 -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-07-03 15:55:37 -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-07-03 15:55:37 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:55: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-07-03 15:55: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-07-03 15:55:37 -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-07-03 15:55:37 -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-07-03 15:55: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-07-03 15:55:37 -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-07-03 15:55: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-07-03 15:55: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-07-03 15:55:37 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:55:47 -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 (16.3ms) Completed 200 OK in 25ms (Views: 23.2ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 15:55:47 -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-07-03 15:55:47 -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-07-03 15:55: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-07-03 15:55:47 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:55:47 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 15:55:47 -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-07-03 15:55: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-07-03 15:55: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-07-03 15:55: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-07-03 15:55: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-07-03 15:55: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-07-03 15:55: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-07-03 15:55: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-07-03 15:55:47 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload" for 127.0.0.1 at 2013-07-03 15:55:49 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (1.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 3ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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.6ms) 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.3ms) Started GET "/myreplicator/exports/reload" for 127.0.0.1 at 2013-07-03 15:56:09 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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 (3.1ms) 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.4ms) 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/exports" for 127.0.0.1 at 2013-07-03 15:57:36 -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 (32.8ms) Completed 200 OK in 51ms (Views: 42.0ms | ActiveRecord: 6.1ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 15:57:36 -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-07-03 15:57:36 -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-07-03 15:57:36 -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-07-03 15:57:36 -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-07-03 15:57:37 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:57:37 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-03 15:57:37 -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-07-03 15:57:37 -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-07-03 15:57:37 -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-07-03 15:57: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-07-03 15:57:37 -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-07-03 15:57:37 -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-07-03 15:57:37 -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-07-03 15:57:37 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload" for 127.0.0.1 at 2013-07-03 15:57:38 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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.4ms) 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 (8.4ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:58:13 -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 (85.9ms) Completed 200 OK in 103ms (Views: 94.6ms | ActiveRecord: 4.8ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 15:58:13 -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-07-03 15:58:13 -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-07-03 15:58:13 -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-07-03 15:58:13 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 15:58:13 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 15:58:13 -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-07-03 15:58: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-07-03 15:58:13 -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-07-03 15:58:13 -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-07-03 15:58:13 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (1ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-07-03 15:58:13 -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-07-03 15:58:13 -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-07-03 15:58: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-07-03 15:58:13 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload" for 127.0.0.1 at 2013-07-03 15:58:23 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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.6ms) 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 (9.1ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 15:59:50 -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 (10.9ms) Completed 500 Internal Server Error in 14ms ActionController::RoutingError (No route matches {:action=>"show", :controller=>"myreplicator/exports"}): 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/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295250093760' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295250093760' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__1528169244298024323__process_action__643399176663198925__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__2359442247272908524__call__1382499448240942082__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:00:06 -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 (33.2ms) Completed 200 OK in 82ms (Views: 73.9ms | ActiveRecord: 5.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:00:06 -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-07-03 16:00:06 -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-07-03 16:00:06 -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-07-03 16:00:06 -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-07-03 16:00:06 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:00:06 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 16:00:06 -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-07-03 16:00:06 -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-07-03 16:00:06 -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-07-03 16:00:06 -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-07-03 16:00:06 -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-07-03 16:00:06 -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-07-03 16:00:06 -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-07-03 16:00:06 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:00:10 -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 (10.6ms) Completed 200 OK in 20ms (Views: 18.0ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 16:00:10 -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-07-03 16:00:10 -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-07-03 16:00:10 -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-07-03 16:00:10 -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-07-03 16:00:10 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:00:10 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 16:00:10 -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-07-03 16:00:10 -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-07-03 16:00:10 -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-07-03 16:00:10 -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-07-03 16:00:10 -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-07-03 16:00:10 -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-07-03 16:00:10 -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-07-03 16:00:10 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:00:12 -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 (12.1ms) Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 16:00:12 -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-07-03 16:00:12 -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-07-03 16:00:12 -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-07-03 16:00:12 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:00:12 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 16:00: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-07-03 16:00:12 -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-07-03 16:00:12 -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-07-03 16:00:12 -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-07-03 16:00:12 -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-07-03 16:00:12 -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-07-03 16:00:12 -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-07-03 16:00:12 -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-07-03 16:00:12 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:00:28 -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 (42.8ms) Completed 200 OK in 52ms (Views: 50.0ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:00:28 -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-07-03 16:00:28 -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-07-03 16:00:28 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:00:28 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 16:00: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-07-03 16:00:28 -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-07-03 16:00: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-07-03 16:00: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-07-03 16:00: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-07-03 16:00: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-07-03 16:00: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-07-03 16:00: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-07-03 16:00: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-07-03 16:00:28 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:01:17 -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 (14.9ms) Completed 200 OK in 26ms (Views: 24.1ms | ActiveRecord: 1.0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 16:01:17 -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-07-03 16:01:17 -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-07-03 16:01:17 -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-07-03 16:01:17 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:01:17 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 16:01:17 -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-07-03 16:01: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-07-03 16:01: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-07-03 16:01: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-07-03 16:01:17 -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-07-03 16:01:17 -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-07-03 16:01:17 -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-07-03 16:01:17 -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-07-03 16:01:17 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 16:01:18 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (21.5ms) Completed 200 OK in 32ms (Views: 29.9ms | ActiveRecord: 0.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:01: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-07-03 16:01: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-07-03 16:01: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-07-03 16:01:18 -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-07-03 16:01:18 -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-07-03 16:01:18 -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-07-03 16:01: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-07-03 16:01: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-07-03 16:01: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-07-03 16:01: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-07-03 16:01: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-07-03 16:01: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-07-03 16:01: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-07-03 16:01:18 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload" for 127.0.0.1 at 2013-07-03 16:01:23 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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 (2.1ms) 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 (2.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 (13.4ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:01:43 -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 (14.4ms) Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:01:43 -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-07-03 16:01:43 -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-07-03 16:01:43 -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-07-03 16:01: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-07-03 16:01:43 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:01:43 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 16:01: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-07-03 16:01: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-07-03 16:01: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-07-03 16:01:43 -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-07-03 16:01:43 -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-07-03 16:01:43 -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-07-03 16:01: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-07-03 16:01:43 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload?id=4" for 127.0.0.1 at 2013-07-03 16:01:44 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.3ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 1ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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.1ms) 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 (0.9ms) 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.0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:03:12 -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 (30.0ms) Completed 200 OK in 46ms (Views: 37.4ms | ActiveRecord: 5.7ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:03:12 -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-07-03 16:03:13 -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-07-03 16:03:13 -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-07-03 16:03:13 -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-07-03 16:03:13 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-07-03 16:03:13 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload?id=4" for 127.0.0.1 at 2013-07-03 16:03:14 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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.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.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.5ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:03:27 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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.0ms) Completed 200 OK in 51ms (Views: 49.4ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:03:27 -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-07-03 16:03:27 -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-07-03 16:03:27 -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-07-03 16:03:27 -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-07-03 16:03:27 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:03:27 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 16:03:27 -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-07-03 16:03:27 -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-07-03 16:03:27 -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-07-03 16:03:27 -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-07-03 16:03:27 -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-07-03 16:03:27 -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-07-03 16:03:27 -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-07-03 16:03:27 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload?id=4" for 127.0.0.1 at 2013-07-03 16:03:35 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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.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 (8.3ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:04:26 -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 (11.3ms) Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:04:26 -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-07-03 16:04: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-07-03 16:04:26 -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-07-03 16:04:26 -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-07-03 16:04:26 -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-07-03 16:04:26 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:04:26 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-03 16:04: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-07-03 16:04:26 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (23ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-07-03 16:04:26 -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-07-03 16:04:26 -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-07-03 16:04: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-07-03 16:04: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-07-03 16:04:26 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:04:43 -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 (21.2ms) Completed 500 Internal Server Error in 25ms ActionView::Template::Error (undefined method `reload_export_path' for #<#:0x007fddc513fdf8>): 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', export, :class => 'action edit' %> 43: <%= link_to 'reload', reload_export_path(export), :class => 'action edit' %> 44: <-- %= link_to 'reload', {:action => 'reload', :id => export.id}, {:class => 'button'} % --> 45: 46: /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295235456780' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295235456780' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__1528169244298024323__process_action__643399176663198925__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__2359442247272908524__call__1382499448240942082__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.6ms) 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.4ms) Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:05:22 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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 (12.8ms) Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:05:22 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:05:22 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 16:05:22 -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-07-03 16:05: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-07-03 16:05:22 -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-07-03 16:05: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-07-03 16:05:22 -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-07-03 16:05:22 -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-07-03 16:05:22 -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-07-03 16:05: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-07-03 16:05: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-07-03 16:05: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-07-03 16:05: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-07-03 16:05:22 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 16:05:25 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.4ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:05:25 -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-07-03 16:05:25 -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-07-03 16:05:25 -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-07-03 16:05:25 -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-07-03 16:05:25 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:05:25 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 16:05:25 -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-07-03 16:05:25 -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-07-03 16:05:25 -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-07-03 16:05:25 -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-07-03 16:05:25 -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-07-03 16:05:25 -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-07-03 16:05:25 -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-07-03 16:05:25 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:05:38 -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 (11.1ms) Completed 200 OK in 21ms (Views: 19.3ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:05:38 -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-07-03 16:05:38 -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-07-03 16:05:38 -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-07-03 16:05:38 -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-07-03 16:05:38 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:05: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-07-03 16:05:38 -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-07-03 16:05:38 -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-07-03 16:05:38 -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-07-03 16:05: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-07-03 16:05: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-07-03 16:05: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-07-03 16:05: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-07-03 16:05:38 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload?id=4" for 127.0.0.1 at 2013-07-03 16:05:40 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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.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 (7.5ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:06:27 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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 (65.0ms) Completed 200 OK in 80ms (Views: 73.6ms | ActiveRecord: 3.7ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:06:27 -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-07-03 16:06:27 -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-07-03 16:06:27 -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-07-03 16:06:27 -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-07-03 16:06:27 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:06:27 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 16:06:27 -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-07-03 16:06:27 -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-07-03 16:06:27 -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-07-03 16:06:27 -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-07-03 16:06:27 -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-07-03 16:06:27 -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-07-03 16:06:27 -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-07-03 16:06:27 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload?id=4" for 127.0.0.1 at 2013-07-03 16:06:29 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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.4ms) 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 (7.9ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:07:23 -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 (50.8ms) Completed 200 OK in 68ms (Views: 58.7ms | ActiveRecord: 5.7ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:07:23 -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-07-03 16:07:23 -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-07-03 16:07:23 -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-07-03 16:07:23 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:07:23 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 16:07:23 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-07-03 16:07:23 -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-07-03 16:07:23 -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-07-03 16:07:23 -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-07-03 16:07:23 -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-07-03 16:07: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-07-03 16:07: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-07-03 16:07: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-07-03 16:07:24 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 16:07:27 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.9ms) Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.4ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 16:07:27 -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-07-03 16:07:27 -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-07-03 16:07:27 -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-07-03 16:07:27 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:07:27 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 16:07:27 -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-07-03 16:07:27 -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-07-03 16:07:27 -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-07-03 16:07:27 -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-07-03 16:07:27 -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-07-03 16:07:27 -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-07-03 16:07:27 -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-07-03 16:07:27 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 16:07:37 -0700 Served asset /myreplicator/exports.css - 200 OK (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:07:41 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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 (13.1ms) Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 16:07:41 -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-07-03 16:07:41 -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-07-03 16:07:41 -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-07-03 16:07: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-07-03 16:07: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-07-03 16:07: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-07-03 16:07: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-07-03 16:07: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-07-03 16:07:41 -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-07-03 16:07:41 -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-07-03 16:07:41 -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-07-03 16:07:41 -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-07-03 16:07:41 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 16:08:06 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.3ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.4ms) Completed 200 OK in 70ms (Views: 42.2ms | ActiveRecord: 4.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:08: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-07-03 16:08:07 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:08:07 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 16:08:07 -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-07-03 16:08:07 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 16:08:07 -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-07-03 16:08:07 -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-07-03 16:08:07 -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-07-03 16:08:07 -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-07-03 16:08: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-07-03 16:08:07 -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-07-03 16:08:07 -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-07-03 16:08:07 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload?id=4" for 127.0.0.1 at 2013-07-03 16:08:57 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.3ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 7ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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.3ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:11:30 -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 (70.9ms) Completed 200 OK in 85ms (Views: 82.8ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:11:30 -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-07-03 16:11:30 -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-07-03 16:11:30 -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-07-03 16:11:30 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:11:30 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 16:11:30 -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-07-03 16:11:30 -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-07-03 16:11:30 -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-07-03 16:11:30 -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-07-03 16:11:30 -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-07-03 16:11:30 -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-07-03 16:11:30 -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-07-03 16:11:30 -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-07-03 16:11:30 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload?id=4" for 127.0.0.1 at 2013-07-03 16:11:32 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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 (0.9ms) 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.2ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:21:18 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (0.6ms) 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 (51.8ms) Completed 200 OK in 83ms (Views: 67.1ms | ActiveRecord: 7.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:21:18 -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-07-03 16:21:18 -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-07-03 16:21:18 -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-07-03 16:21: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-07-03 16:21:18 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload?id=4" for 127.0.0.1 at 2013-07-03 16:21:19 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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.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 (4.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 (14.0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:21:29 -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 (31.6ms) Completed 200 OK in 46ms (Views: 38.7ms | ActiveRecord: 4.2ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 16:21:29 -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-07-03 16:21:29 -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-07-03 16:21:29 -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-07-03 16:21:29 -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-07-03 16:21:29 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:21:29 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 16:21:29 -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-07-03 16:21:29 -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-07-03 16:21:29 -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-07-03 16:21:29 -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-07-03 16:21:29 -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-07-03 16:21:29 -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-07-03 16:21:29 -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-07-03 16:21:29 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload?id=4" for 127.0.0.1 at 2013-07-03 16:21:30 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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.9ms) 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.8ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:23:42 -0700 Processing by Myreplicator::ExportsController#index as HTML ERROR: compiling ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295225451180 RAISED /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:43: syntax error, unexpected '}', expecting ')' ... => 'reload', :id => export.id}, :class => 'button' );@outpu... ... ^ Function body: def ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295225451180(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "myreplicator/exports/index";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.append= ( link_to content_tag(:span, 'add export'), new_export_path, :class => "btn right main add" );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('

Exports

');@output_buffer.append= ( will_paginate @exports , :previous_label => '<', :next_label => '>', :inner_window => 2, :outer_window => 0);@output_buffer.safe_concat(' '); if @exports.total_entries > @exports.per_page @output_buffer.safe_concat('
Displaying ');@output_buffer.append= ( @exports.offset + 1 );@output_buffer.safe_concat(' - ');@output_buffer.append= ( @exports.offset + @exports.length );@output_buffer.safe_concat(' of ');@output_buffer.append= ( pluralize(@exports.total_entries, 'exports') );@output_buffer.safe_concat('
'); end @output_buffer.safe_concat('
'); @exports.each do |export| @output_buffer.safe_concat(' '); end @output_buffer.safe_concat('
');@output_buffer.append= ( sortable "export_type" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "export_to", "Export Desitination" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "source_schema" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "destination_schema" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "table_name" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "incremental_column" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "incremental_column_type" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "max_incremental_value" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "s3_path" );@output_buffer.safe_concat(' ');@output_buffer.append= ( sortable "cron" );@output_buffer.safe_concat(' Actions
');@output_buffer.append= ( export.export_type );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.export_to );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.source_schema );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.destination_schema );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.table_name );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.incremental_column );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.incremental_column_type );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.max_incremental_value );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.s3_path );@output_buffer.safe_concat(' ');@output_buffer.append= ( export.cron );@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'review', export, :class=> 'action view' );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'edit', edit_export_path(export), :class => 'action edit' );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'reload', export, :class => 'action edit' );@output_buffer.safe_concat(' ');@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'reload', {:controller => "exports"}, :action => 'reload', :id => export.id}, :class => 'button' );@output_buffer.safe_concat(' ');@output_buffer.safe_concat('
');@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/template.rb:297:in `module_eval' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/template.rb:297:in `compile' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/template.rb:232:in `compile!' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/template.rb:144:in `block in render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:16:in `render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/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' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/mime_responds.rb:196:in `respond_to' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:13:in `index' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:425:in `_run__1528169244298024323__process_action__643399176663198925__callbacks' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__2359442247272908524__call__1382499448240942082__callbacks' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/application.rb:223:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call' /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/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/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb within layouts/myreplicator/application (3.3ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (/Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:43: syntax error, unexpected '}', expecting ')' ... => 'reload', :id => export.id}, :class => 'button' );@outpu... ... ^): 40: <%= link_to 'edit', edit_export_path(export), :class => 'action edit' %> 41: <%= link_to 'destroy', export, method: :delete, data: { confirm: 'Are you sure?' }, :class=> 'action delete' %> 42: <%= link_to 'reload', export, :class => 'action edit' %> 43: <%= link_to 'reload', {:controller => "exports"}, :action => 'reload', :id => export.id}, :class => 'button' %> 44: 45: 46: <% end %> actionpack (3.2.8) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.8) lib/action_view/template.rb:297:in `compile' actionpack (3.2.8) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.8) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.8) lib/action_view/template.rb:144: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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__1528169244298024323__process_action__643399176663198925__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__2359442247272908524__call__1382499448240942082__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.8ms) 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/template_error.erb within rescues/layout (9.3ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:23:54 -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 (13.3ms) Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 16:23:54 -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-07-03 16:23:54 -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-07-03 16:23:54 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:23:54 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 16:23:54 -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-07-03 16:23:54 -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-07-03 16:23: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-07-03 16:23: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-07-03 16:23: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-07-03 16:23: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-07-03 16:23:54 -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-07-03 16:23:54 -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-07-03 16:23:54 -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-07-03 16:23:54 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:23:54 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.5ms) 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 (16.1ms) Completed 200 OK in 27ms (Views: 23.6ms | ActiveRecord: 2.7ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:23:54 -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-07-03 16:23: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-07-03 16:23:54 -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-07-03 16:23:54 -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-07-03 16:23:54 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:23:54 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 16:23: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-07-03 16:23: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-07-03 16:23: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-07-03 16:23: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-07-03 16:23:54 -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-07-03 16:23:54 -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-07-03 16:23:54 -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-07-03 16:23:54 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:23:57 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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 (13.0ms) Completed 200 OK in 43ms (Views: 39.3ms | ActiveRecord: 2.6ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 16:23:57 -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-07-03 16:23:57 -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-07-03 16:23:57 -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-07-03 16:23:57 -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-07-03 16:23:57 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:23:57 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 16:23:57 -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-07-03 16:23:57 -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-07-03 16:23:57 -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-07-03 16:23:57 -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-07-03 16:23:57 -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-07-03 16:23:57 -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-07-03 16:23:57 -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-07-03 16:23:57 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:23:58 -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 (12.9ms) Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:23:59 -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-07-03 16:23:59 -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-07-03 16:23:59 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:23:59 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 16:23:59 -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-07-03 16:23:59 -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-07-03 16:23:59 -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-07-03 16:23:59 -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-07-03 16:23:59 -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-07-03 16:23:59 -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-07-03 16:23:59 -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-07-03 16:23:59 -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-07-03 16:23:59 -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-07-03 16:23:59 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:24:30 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (0.9ms) 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 (37.2ms) Completed 200 OK in 55ms (Views: 44.9ms | ActiveRecord: 7.1ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:24:30 -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-07-03 16:24:30 -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-07-03 16:24:30 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:24:30 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 16:24:30 -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-07-03 16:24:30 -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-07-03 16:24:30 -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-07-03 16:24:30 -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-07-03 16:24:30 -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-07-03 16:24:30 -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-07-03 16:24:30 -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-07-03 16:24:30 -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-07-03 16:24:30 -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-07-03 16:24:30 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:24:57 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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 (41.0ms) Completed 200 OK in 51ms (Views: 49.1ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:24:57 -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-07-03 16:24:57 -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-07-03 16:24:57 -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-07-03 16:24:57 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:24:57 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 16:24:57 -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-07-03 16:24:57 -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-07-03 16:24:57 -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-07-03 16:24:57 -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-07-03 16:24:57 -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-07-03 16:24:57 -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-07-03 16:24:57 -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-07-03 16:24:57 -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-07-03 16:24:57 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:25:12 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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 (16.9ms) Completed 200 OK in 32ms (Views: 30.0ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:25: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-07-03 16:25:12 -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-07-03 16:25:12 -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-07-03 16:25:12 -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-07-03 16:25:12 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:25:13 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 16:25: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-07-03 16:25: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-07-03 16:25: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-07-03 16:25: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-07-03 16:25: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-07-03 16:25: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-07-03 16:25: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-07-03 16:25:13 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:25:55 -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 (11.3ms) Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 1.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:25:55 -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-07-03 16:25:55 -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-07-03 16:25:55 -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-07-03 16:25:55 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:25:55 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 16:25:55 -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-07-03 16:25:55 -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-07-03 16:25:55 -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-07-03 16:25:55 -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-07-03 16:25:55 -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-07-03 16:25: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-07-03 16:25:55 -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-07-03 16:25:55 -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-07-03 16:25:55 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload?id=4" for 127.0.0.1 at 2013-07-03 16:25:57 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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.4ms) 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 (31.9ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:29:55 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports` Myreplicator::Export Load (0.9ms) 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 (34.8ms) Completed 500 Internal Server Error in 46ms ActionController::RoutingError (No route matches {:action=>"reload", :id=>4, :controller=>"myreplicator/exports"}): 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/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295223998180' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295223998180' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__1528169244298024323__process_action__643399176663198925__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__2359442247272908524__call__1382499448240942082__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/exports" for 127.0.0.1 at 2013-07-03 16:30:19 -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 (37.9ms) Completed 200 OK in 54ms (Views: 46.1ms | ActiveRecord: 5.4ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 16:30:19 -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-07-03 16:30: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-07-03 16:30: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-07-03 16:30:19 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:30:19 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 16:30:19 -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-07-03 16:30: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-07-03 16:30: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-07-03 16:30: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-07-03 16:30: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-07-03 16:30:19 -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-07-03 16:30:19 -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-07-03 16:30:19 -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-07-03 16:30:19 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload?id=4" for 127.0.0.1 at 2013-07-03 16:30:24 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 3ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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 (2.6ms) 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.7ms) 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 (10.3ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:30:32 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (0.8ms) 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 (44.8ms) Completed 500 Internal Server Error in 56ms ActionController::RoutingError (No route matches {:action=>"reload", :id=>4, :controller=>"myreplicator/exports"}): 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/myreplicator/exports/index.html.erb:43:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295223998180' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:25:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295223998180' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__1528169244298024323__process_action__643399176663198925__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__2359442247272908524__call__1382499448240942082__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-07-03 16:30:43 -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 (7.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 (10.8ms) Completed 200 OK in 29ms (Views: 15.8ms | ActiveRecord: 4.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:30:43 -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-07-03 16:30:43 -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-07-03 16:30: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-07-03 16:30:43 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 16:30: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-07-03 16:30:43 -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-07-03 16:30: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-07-03 16:30: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-07-03 16:30:43 -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-07-03 16:30:43 -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-07-03 16:30:43 -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-07-03 16:30: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-07-03 16:30:43 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:30:45 -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 (40.1ms) Completed 200 OK in 55ms (Views: 47.6ms | ActiveRecord: 4.6ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 16:30:45 -0700 Served asset /myreplicator/exports.css - 200 OK (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:30:45 -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-07-03 16:30:45 -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-07-03 16:30:45 -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-07-03 16:30:45 -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-07-03 16:30:45 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:30:45 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-03 16:30:45 -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-07-03 16:30:45 -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-07-03 16:30:45 -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-07-03 16:30:45 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-07-03 16:30:45 -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-07-03 16:30:45 -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-07-03 16:30:45 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload?id=4" for 127.0.0.1 at 2013-07-03 16:30:46 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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.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.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.4ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:31:24 -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 (14.8ms) Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 16:31:24 -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-07-03 16:31:24 -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-07-03 16:31:24 -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-07-03 16:31:24 -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-07-03 16:31:24 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:31:24 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 16:31:24 -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-07-03 16:31:24 -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-07-03 16:31:24 -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-07-03 16:31:24 -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-07-03 16:31:24 -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-07-03 16:31:24 -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-07-03 16:31:24 -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-07-03 16:31:24 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:31:52 -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 (46.6ms) Completed 200 OK in 58ms (Views: 56.1ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 16:31:52 -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-07-03 16:31:52 -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-07-03 16:31:52 -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-07-03 16:31: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-07-03 16:31:52 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:31:52 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-03 16:31:52 -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-07-03 16:31: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-07-03 16:31: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-07-03 16:31: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-07-03 16:31: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-07-03 16:31: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-07-03 16:31: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-07-03 16:31:52 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:32:07 -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 (12.9ms) Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 16:32: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-07-03 16:32:07 -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-07-03 16:32:07 -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-07-03 16:32:07 -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-07-03 16:32:07 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:32:07 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 16:32:07 -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-07-03 16:32:07 -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-07-03 16:32:07 -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-07-03 16:32:07 -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-07-03 16:32: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-07-03 16:32:07 -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-07-03 16:32:08 -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-07-03 16:32:08 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload?id=4" for 127.0.0.1 at 2013-07-03 16:32:09 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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.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 (7.7ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:32:47 -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 (13.8ms) Completed 200 OK in 27ms (Views: 25.2ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:32: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-07-03 16:32:47 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:32:47 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 16:32:47 -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-07-03 16:32:48 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 16:32:48 -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-07-03 16:32:48 -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-07-03 16:32:48 -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-07-03 16:32:48 -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-07-03 16:32:48 -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-07-03 16:32:48 -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-07-03 16:32:48 -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-07-03 16:32:48 -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-07-03 16:32:48 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/resume" for 127.0.0.1 at 2013-07-03 16:32:49 -0700 Processing by Myreplicator::HomeController#resume as HTML Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 268ms (ActiveRecord: 0.4ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-07-03 16:32:49 -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.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.4ms) Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 1.2ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:32: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-07-03 16:32:49 -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-07-03 16:32: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-07-03 16:32: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-07-03 16:32:49 -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-07-03 16:32:49 -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-07-03 16:32: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-07-03 16:32: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-07-03 16:32: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-07-03 16:32: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-07-03 16:32: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-07-03 16:32:49 -0700 Served asset /myreplicator/application.js - 304 Not Modified (3ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-07-03 16:32: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-07-03 16:32:49 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/myreplicator/home/resume" for 127.0.0.1 at 2013-07-03 16:33:06 -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` Redirected to http://localhost:3000/myreplicator/ Completed 302 Found in 98ms (ActiveRecord: 0.4ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-07-03 16:33:06 -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.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.2ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 1.5ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 16:33:06 -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-07-03 16:33:06 -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-07-03 16:33:06 -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-07-03 16:33:06 -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-07-03 16:33:06 -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-07-03 16:33:06 -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-07-03 16:33:06 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:33:06 -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-07-03 16:33:06 -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-07-03 16:33:06 -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-07-03 16:33:06 -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-07-03 16:33:06 -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-07-03 16:33:06 -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-07-03 16:33:06 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:33:14 -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 (37.9ms) Completed 500 Internal Server Error in 42ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/export", :action=>"resume"}): 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/myreplicator/exports/index.html.erb:46:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295224888260' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:26:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295224888260' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__1528169244298024323__process_action__643399176663198925__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__2359442247272908524__call__1382499448240942082__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.6ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-07-03 16:33:25 -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.1ms) 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.1ms) Completed 200 OK in 16ms (Views: 14.1ms | ActiveRecord: 1.5ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 16:33:25 -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-07-03 16:33:25 -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-07-03 16:33:25 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:33:25 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 16:33:25 -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-07-03 16:33:25 -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-07-03 16:33:25 -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-07-03 16:33:25 -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-07-03 16:33:25 -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-07-03 16:33:25 -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-07-03 16:33:25 -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-07-03 16:33:25 -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-07-03 16:33:25 -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-07-03 16:33:25 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:33:26 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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.7ms) Completed 500 Internal Server Error in 13ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/export", :action=>"reload"}): 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/myreplicator/exports/index.html.erb:46:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295224552940' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:26:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb__3318760763758994101_70295224552940' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__1528169244298024323__process_action__643399176663198925__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__2359442247272908524__call__1382499448240942082__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:33:35 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.6ms) 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 (12.6ms) Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 1.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:33:35 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:33:35 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 16:33:35 -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-07-03 16:33:35 -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-07-03 16:33:35 -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-07-03 16:33:35 -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-07-03 16:33:36 -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-07-03 16:33:36 -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-07-03 16:33:36 -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-07-03 16:33: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-07-03 16:33: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-07-03 16:33: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-07-03 16:33: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-07-03 16:33:36 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload" for 127.0.0.1 at 2013-07-03 16:33:37 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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.8ms) 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.4ms) 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/exports" for 127.0.0.1 at 2013-07-03 16:37:26 -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 (40.5ms) Completed 200 OK in 58ms (Views: 48.7ms | ActiveRecord: 5.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:37:26 -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-07-03 16:37:26 -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-07-03 16:37: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-07-03 16:37:26 -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-07-03 16:37:26 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:37: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-07-03 16:37: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-07-03 16:37: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-07-03 16:37:26 -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-07-03 16:37:26 -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-07-03 16:37:26 -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-07-03 16:37:26 -0700 Served asset /myreplicator/application.js - 304 Not Modified (33ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-07-03 16:37:26 -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-07-03 16:37:26 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/reload?id=4" for 127.0.0.1 at 2013-07-03 16:37:28 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"reload"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 0 LIMIT 1 Completed 500 Internal Server Error in 2ms ActiveRecord::RecordNotFound (Couldn't find Myreplicator::Export with id=reload): activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:341:in `find_one' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:312:in `find_with_ids' activerecord (3.2.8) lib/active_record/relation/finder_methods.rb:107:in `find' activerecord (3.2.8) lib/active_record/querying.rb:5:in `find' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:22:in `show' 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:425:in `_run__1528169244298024323__process_action__1955362604591221118__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__2359442247272908524__call__1382499448240942082__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.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.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.9ms) Connecting to database specified by database.yml Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:38:11 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (0.6ms) 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 (50.2ms) Completed 500 Internal Server Error in 75ms ActionController::RoutingError (No route matches {:controller=>"myreplicator/exports", :action=>"reload"}): 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/myreplicator/exports/index.html.erb:46:in `block in ___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb___130125962425218511_70308041048000' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' activerecord (3.2.8) lib/active_record/relation/delegation.rb:6:in `each' /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/index.html.erb:26:in `___sers_lnguyen__ocuments_myreplicator_app_views_myreplicator_exports_index_html_erb___130125962425218511_70308041048000' 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:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' 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_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54: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/exports_controller.rb:13: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:425:in `_run__3163130127524552519__process_action__502819486250121326__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__1589722528410894881__call__766424497081079992__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.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:38:43 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (0.6ms) 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 (11.6ms) Completed 200 OK in 67ms (Views: 65.5ms | ActiveRecord: 1.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:38:43 -0700 Served asset /myreplicator/application.css - 304 Not Modified (15ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 16:38:43 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (35ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 16:38:43 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (3ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 16:38:43 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (6ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 16:38:43 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:38:43 -0700 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 16:38:43 -0700 Served asset /jquery-ui.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-03 16:38:43 -0700 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-07-03 16:38:43 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (7ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-07-03 16:38:43 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (5ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-07-03 16:38:43 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-07-03 16:38:43 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (3ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-07-03 16:38:43 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-07-03 16:38:43 -0700 Served asset /myreplicator/application.js - 304 Not Modified (14ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 16:39:13 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (0.6ms) 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 (13.3ms) Completed 200 OK in 27ms (Views: 24.9ms | ActiveRecord: 1.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:39:13 -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-07-03 16:39:13 -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-07-03 16:39:13 -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-07-03 16:39:13 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:39:13 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-03 16:39:13 -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-07-03 16:39: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-07-03 16:39: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-07-03 16:39: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-07-03 16:39: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-07-03 16:39:13 -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-07-03 16:39:13 -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-07-03 16:39: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-07-03 16:39:13 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4/reload" for 127.0.0.1 at 2013-07-03 16:39:14 -0700 Processing by Myreplicator::ExportsController#reload as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Completed 500 Internal Server Error in 4ms ActionView::MissingTemplate (Missing template myreplicator/exports/reload, myreplicator/application/reload 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/exports_controller.rb:108:in `reload' 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:425:in `_run__3163130127524552519__process_action__537631197405972496__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__1589722528410894881__call__766424497081079992__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/exports" for 127.0.0.1 at 2013-07-03 16:39:39 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports` Myreplicator::Export Load (1.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 (36.0ms) Completed 200 OK in 54ms (Views: 44.2ms | ActiveRecord: 6.7ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 16:39: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-07-03 16:39: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-07-03 16:39: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-07-03 16:39:39 -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-07-03 16:39:39 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:39:39 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-03 16:39:39 -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-07-03 16:39:39 -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-07-03 16:39: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-07-03 16:39:39 -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-07-03 16:39: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-07-03 16:39:39 -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-07-03 16:39:39 -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-07-03 16:39:39 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4/reload" for 127.0.0.1 at 2013-07-03 16:39:40 -0700 Processing by Myreplicator::ExportsController#reload as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Completed 500 Internal Server Error in 4ms ActionView::MissingTemplate (Missing template myreplicator/exports/reload, myreplicator/application/reload 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:425:in `_run__3163130127524552519__process_action__537631197405972496__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__1589722528410894881__call__766424497081079992__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/exports" for 127.0.0.1 at 2013-07-03 16:40:00 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.6ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (0.9ms) 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 (46.1ms) Completed 200 OK in 64ms (Views: 53.7ms | ActiveRecord: 5.7ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 16:40:00 -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-07-03 16:40:00 -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-07-03 16:40: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-07-03 16:40:00 -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-07-03 16:40:00 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:40: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-07-03 16:40: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-07-03 16:40:00 -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-07-03 16:40:00 -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-07-03 16:40:00 -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-07-03 16:40:00 -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-07-03 16:40: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-07-03 16:40: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-07-03 16:40:00 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4/reload" for 127.0.0.1 at 2013-07-03 16:40:01 -0700 Processing by Myreplicator::ExportsController#reload as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Redirected to http://localhost:3000/myreplicator/exports/4 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 16:40:01 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (4.3ms) Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 0.4ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-03 16:40:01 -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-07-03 16:40:01 -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-07-03 16:40: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-07-03 16:40:01 -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-07-03 16:40:01 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 16:40:01 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 16:40: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-07-03 16:40: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-07-03 16:40: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-07-03 16:40: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-07-03 16:40: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-07-03 16:40: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-07-03 16:40: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-07-03 16:40:01 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 17:04:23 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.8ms) 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 (99.1ms) Completed 200 OK in 117ms (Views: 109.5ms | ActiveRecord: 1.3ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 17:04: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-07-03 17:04:23 -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-07-03 17:04:23 -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-07-03 17:04: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-07-03 17:04: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-07-03 17:04:23 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 17:04: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-07-03 17:04: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-07-03 17:04: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-07-03 17:04: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-07-03 17:04:23 -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-07-03 17:04:23 -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-07-03 17:04:23 -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-07-03 17:04:23 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4/reload" for 127.0.0.1 at 2013-07-03 17:04:24 -0700 Processing by Myreplicator::ExportsController#reload as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Redirected to http://localhost:3000/myreplicator/exports/4 Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 17:04:24 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (2.4ms) Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.4ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 17:04:25 -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-07-03 17:04:25 -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-07-03 17:04:25 -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-07-03 17:04:25 -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-07-03 17:04:25 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 17:04:25 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 17:04:25 -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-07-03 17:04:25 -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-07-03 17:04:25 -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-07-03 17:04:25 -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-07-03 17:04:25 -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-07-03 17:04:25 -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-07-03 17:04:25 -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-07-03 17:04:25 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 17:04:56 -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 (52.2ms) Completed 200 OK in 71ms (Views: 61.5ms | ActiveRecord: 5.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 17:04:56 -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-07-03 17:04:56 -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-07-03 17:04:56 -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-07-03 17:04:56 -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-07-03 17:04:56 -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-07-03 17:04:56 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 17:04:56 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-03 17:04: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-07-03 17:04: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-07-03 17:04: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-07-03 17:04: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-07-03 17:04: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-07-03 17:04: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-07-03 17:04:56 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/8/reload" for 127.0.0.1 at 2013-07-03 17:04:59 -0700 Processing by Myreplicator::ExportsController#reload as HTML Parameters: {"id"=>"8"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 8 LIMIT 1 Redirected to http://localhost:3000/myreplicator/exports/8 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Started GET "/myreplicator/exports/8" for 127.0.0.1 at 2013-07-03 17:04:59 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"8"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 8 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.7ms) Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 17:04:59 -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-07-03 17:04:59 -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-07-03 17:04:59 -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-07-03 17:04:59 -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-07-03 17:04:59 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 17:04:59 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 17:04:59 -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-07-03 17:04:59 -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-07-03 17:04:59 -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-07-03 17:04:59 -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-07-03 17:04:59 -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-07-03 17:04:59 -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-07-03 17:04:59 -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-07-03 17:04:59 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/8/reload" for 127.0.0.1 at 2013-07-03 17:05:07 -0700 Processing by Myreplicator::ExportsController#reload as HTML Parameters: {"id"=>"8"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 8 LIMIT 1 Redirected to http://localhost:3000/myreplicator/exports/8 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Started GET "/myreplicator/exports/8" for 127.0.0.1 at 2013-07-03 17:05:07 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"8"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 8 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.0ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 17:05:07 -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-07-03 17:05:07 -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-07-03 17:05:07 -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-07-03 17:05: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-07-03 17:05:07 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 17:05: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-07-03 17:05:07 -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-07-03 17:05:07 -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-07-03 17:05:07 -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-07-03 17:05:07 -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-07-03 17:05:07 -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-07-03 17:05:07 -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-07-03 17:05: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-07-03 17:05:07 -0700 Served asset /myreplicator/application.js - 304 Not Modified (20ms) Started GET "/myreplicator/exports/10/reload" for 127.0.0.1 at 2013-07-03 17:05:48 -0700 Processing by Myreplicator::ExportsController#reload as HTML Parameters: {"id"=>"10"} Myreplicator::Export Load (0.3ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 10 LIMIT 1 Redirected to http://localhost:3000/myreplicator/exports/10 Completed 302 Found in 27ms (ActiveRecord: 3.7ms) Started GET "/myreplicator/exports/10" for 127.0.0.1 at 2013-07-03 17:05:48 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"10"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 10 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (2.3ms) Completed 200 OK in 49ms (Views: 47.0ms | ActiveRecord: 0.4ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 17:05:48 -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-07-03 17:05:48 -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-07-03 17:05:48 -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-07-03 17:05:48 -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-07-03 17:05:48 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 17:05:49 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-03 17:05: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-07-03 17:05:49 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 17:05:49 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-07-03 17:05: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-07-03 17:05:49 -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-07-03 17:05:49 -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-07-03 17:05:49 -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-07-03 17:05:49 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 17:05:55 -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 (10.8ms) Completed 200 OK in 19ms (Views: 17.4ms | ActiveRecord: 0.8ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 17:06:06 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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 (30.7ms) Completed 200 OK in 45ms (Views: 38.5ms | ActiveRecord: 3.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 17:06:06 -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-07-03 17:06:06 -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-07-03 17:06:06 -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-07-03 17:06:06 -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-07-03 17:06:06 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 17:06:06 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-03 17:06:06 -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-07-03 17:06:06 -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-07-03 17:06:06 -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-07-03 17:06:06 -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-07-03 17:06:06 -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-07-03 17:06:06 -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-07-03 17:06:06 -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-07-03 17:06:06 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/8/reload" for 127.0.0.1 at 2013-07-03 17:06:07 -0700 Processing by Myreplicator::ExportsController#reload as HTML Parameters: {"id"=>"8"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 8 LIMIT 1 Redirected to http://localhost:3000/myreplicator/exports/8 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/myreplicator/exports/8" for 127.0.0.1 at 2013-07-03 17:06:07 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"8"} Myreplicator::Export Load (2.2ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 8 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (2.0ms) Completed 200 OK in 46ms (Views: 42.5ms | ActiveRecord: 2.2ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 17:06:07 -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-07-03 17:06:07 -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-07-03 17:06:07 -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-07-03 17:06:07 -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-07-03 17:06:07 -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-07-03 17:06:07 -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-07-03 17:06: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-07-03 17:06:07 -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-07-03 17:06:07 -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-07-03 17:06:07 -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-07-03 17:06:07 -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-07-03 17:06:07 -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-07-03 17:06: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-07-03 17:06:07 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/8" for 127.0.0.1 at 2013-07-03 17:25:37 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"8"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 8 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.8ms) Completed 200 OK in 44ms (Views: 14.8ms | ActiveRecord: 5.2ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 17:25:37 -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-07-03 17:25: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-07-03 17:25:37 -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-07-03 17:25: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-07-03 17:25:37 -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-07-03 17:25:37 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 17:25:37 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-03 17:25:37 -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-07-03 17:25:37 -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-07-03 17:25:37 -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-07-03 17:25:37 -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-07-03 17:25:37 -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-07-03 17:25: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-07-03 17:25:37 -0700 Served asset /myreplicator/application.js - 304 Not Modified (1ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-07-03 17:25:39 -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 (8.9ms) 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 (19.2ms) Completed 200 OK in 70ms (Views: 24.0ms | ActiveRecord: 4.7ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 17:25:39 -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-07-03 17:25:39 -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-07-03 17:25: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-07-03 17:25: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-07-03 17:25: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-07-03 17:25:39 -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-07-03 17:25: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-07-03 17:25: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-07-03 17:25:39 -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-07-03 17:25:39 -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-07-03 17:25:39 -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-07-03 17:25:39 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-07-03 17:25: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-07-03 17:25:39 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-03 17:25:41 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (0.6ms) 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.7ms) Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 17:25:41 -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-07-03 17:25:41 -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-07-03 17:25:41 -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-07-03 17:25: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-07-03 17:25:41 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 17:25: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-07-03 17:25: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-07-03 17:25: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-07-03 17:25: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-07-03 17:25:41 -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-07-03 17:25:41 -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-07-03 17:25:41 -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-07-03 17:25:41 -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-07-03 17:25:41 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4/reload" for 127.0.0.1 at 2013-07-03 17:25:49 -0700 Processing by Myreplicator::ExportsController#reload as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1  (1.2ms) BEGIN SQL (10.8ms) INSERT INTO `myreplicator_logs` (`backtrace`, `created_at`, `error`, `export_id`, `file`, `finished_at`, `guid`, `hostname`, `job_type`, `name`, `pid`, `started_at`, `state`, `thread_state`, `updated_at`) VALUES (NULL, '2013-07-04 00:25:49', NULL, 4, 'okl_dev_customer_segments_1372897549.tsv', NULL, '6af2b32940', 'Lans-MacBook-Air.local', 'export', 'okl_dev_public_customer_segments', 4476, '2013-07-04 00:25:49', 'new', '#', '2013-07-04 00:25:49')  (1.1ms) COMMIT  (1.4ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`file` = 'okl_dev_customer_segments_1372897549.tsv' AND `myreplicator_logs`.`job_type` = 'export' AND `myreplicator_logs`.`state` = 'running' AND `myreplicator_logs`.`export_id` = 4 AND `myreplicator_logs`.`hostname` = 'Lans-MacBook-Air.local'  (0.1ms) BEGIN  (4.4ms) UPDATE `myreplicator_logs` SET `state` = 'running', `updated_at` = '2013-07-04 00:25:49' WHERE `myreplicator_logs`.`id` = 1326  (0.3ms) COMMIT  (0.2ms) BEGIN  (7.4ms) UPDATE `myreplicator_logs` SET `state` = 'error', `error` = 'undefined method `destination_schema\' for nil:NilClass', `backtrace` = '---\n- /Users/lnguyen/Documents/myreplicator/app/models/myreplicator/export.rb:53:in `block\n in reload\'\n- /Users/lnguyen/Documents/myreplicator/app/models/myreplicator/log.rb:38:in `run\'\n- /Users/lnguyen/Documents/myreplicator/app/models/myreplicator/export.rb:50:in `reload\'\n- /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:104:in\n `reload\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in\n `send_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in\n `block in process_action\'\n- !binary |-\n L1VzZXJzL2xuZ3V5ZW4vLnJ2bS9nZW1zL3J1YnktMS45LjMtcDM3NC9nZW1z\n L2FjdGl2ZXN1cHBvcnQtMy4yLjgvbGliL2FjdGl2ZV9zdXBwb3J0L2NhbGxi\n YWNrcy5yYjo0MjU6aW4gYF9ydW5fXzMxNjMxMzAxMjc1MjQ1NTI1MTlfX3By\n b2Nlc3NfYWN0aW9uX181Mzc2MzExOTc0MDU5NzI0OTZfX2NhbGxiYWNrcyc=\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in\n `__run_callback\'\n- !binary |-\n L1VzZXJzL2xuZ3V5ZW4vLnJ2bS9nZW1zL3J1YnktMS45LjMtcDM3NC9nZW1z\n L2FjdGl2ZXN1cHBvcnQtMy4yLjgvbGliL2FjdGl2ZV9zdXBwb3J0L2NhbGxi\n YWNrcy5yYjozODU6aW4gYF9ydW5fcHJvY2Vzc19hY3Rpb25fY2FsbGJhY2tz\n Jw==\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in\n `run_callbacks\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in\n `block in process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in\n `block in instrument\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in\n `instrument\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in\n `process\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in\n `process\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in\n `dispatch\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in\n `dispatch\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in\n `block in action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in\n `dispatch\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:68:in\n `block in call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in\n `each\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/engine.rb:479:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in\n `method_missing\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:68:in\n `block in call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in\n `each\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/etag.rb:23:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in\n `context\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in\n `block in call\'\n- !binary |-\n L1VzZXJzL2xuZ3V5ZW4vLnJ2bS9nZW1zL3J1YnktMS45LjMtcDM3NC9nZW1z\n L2FjdGl2ZXN1cHBvcnQtMy4yLjgvbGliL2FjdGl2ZV9zdXBwb3J0L2NhbGxi\n YWNrcy5yYjo0MDU6aW4gYF9ydW5fXzE1ODk3MjI1Mjg0MTA4OTQ4ODFfX2Nh\n bGxfXzc2NjQyNDQ5NzA4MTA3OTk5Ml9fY2FsbGJhY2tzJw==\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in\n `__run_callback\'\n- !binary |-\n L1VzZXJzL2xuZ3V5ZW4vLnJ2bS9nZW1zL3J1YnktMS45LjMtcDM3NC9nZW1z\n L2FjdGl2ZXN1cHBvcnQtMy4yLjgvbGliL2FjdGl2ZV9zdXBwb3J0L2NhbGxi\n YWNrcy5yYjozODU6aW4gYF9ydW5fY2FsbF9jYWxsYmFja3Mn\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in\n `run_callbacks\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in\n `call_app\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/runtime.rb:17:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/lock.rb:15:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/engine.rb:479:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/application.rb:223:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/content_length.rb:14:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in\n `service\'\n- /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in\n `service\'\n- /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in\n `run\'\n- /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in\n `block in start_thread\'\n', `finished_at` = '2013-07-04 00:25:49', `updated_at` = '2013-07-04 00:25:49' WHERE `myreplicator_logs`.`id` = 1326  (0.7ms) COMMIT Redirected to http://localhost:3000/myreplicator/exports/4 Completed 302 Found in 121ms (ActiveRecord: 28.1ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 17:25:49 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.5ms) Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 17:25:49 -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-07-03 17:25:49 -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-07-03 17:25: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-07-03 17:25:49 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-03 17:25:49 -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-07-03 17:25:49 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 17:25:49 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-03 17:25: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-07-03 17:25: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-07-03 17:25: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-07-03 17:25:49 -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-07-03 17:25:49 -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-07-03 17:25:49 -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-07-03 17:25:49 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-03 17:26:02 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.2ms) Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-03 17:26:02 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-03 17:26:02 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-03 17:26:02 -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-07-03 17:26:02 -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-07-03 17:26:02 -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-07-03 17:26:02 -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-07-03 17:26: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-07-03 17:26: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-07-03 17:26: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-07-03 17:26:02 -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-07-03 17:26:02 -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-07-03 17:26:02 -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-07-03 17:26: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-07-03 17:26:02 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-08 09:54:10 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (6.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (8.5ms) Completed 200 OK in 248ms (Views: 123.8ms | ActiveRecord: 78.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-08 09:54:11 -0700 Served asset /myreplicator/application.css - 200 OK (12ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-08 09:54:11 -0700 Served asset /myreplicator/chosen.css - 200 OK (7ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-08 09:54:11 -0700 Served asset /myreplicator/exports.css - 200 OK (2ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-08 09:54:11 -0700 Served asset /myreplicator/select2.css - 200 OK (4ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-08 09:54:11 -0700 Served asset /myreplicator/tipTip.css - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-08 09:54:11 -0700 Served asset /jquery.js - 200 OK (4ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-08 09:54:11 -0700 Served asset /jquery-ui.js - 200 OK (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-08 09:54:11 -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-07-08 09:54:11 -0700 Served asset /myreplicator/chosen.jquery.min.js - 200 OK (2ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-07-08 09:54:11 -0700 Served asset /myreplicator/cronwtf.js - 200 OK (2ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-07-08 09:54:11 -0700 Served asset /myreplicator/exports.js - 200 OK (2ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-07-08 09:54:11 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 200 OK (2ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-07-08 09:54:11 -0700 Served asset /myreplicator/select2.js - 200 OK (3ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-07-08 09:54:11 -0700 Served asset /myreplicator/application.js - 200 OK (14ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-07-08 09:54:11 -0700 Served asset /myreplicator/gear.png - 200 OK (3ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-07-08 09:54:11 -0700 Served asset /myreplicator/FrancoisOne.ttf - 200 OK (2ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-07-08 09:54:11 -0700 Served asset /myreplicator/websymbols-regular-webfont.woff - 200 OK (2ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-08 09:54:16 -0700 Processing by Myreplicator::ExportsController#index as HTML  (2.9ms) 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 (15.3ms) Completed 200 OK in 27ms (Views: 22.2ms | ActiveRecord: 3.4ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-07-08 09:54:16 -0700 Served asset /myreplicator/plus.png - 200 OK (7ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-07-08 09:54:16 -0700 Served asset /myreplicator/bg.gif - 200 OK (5ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-07-08 09:54:16 -0700 Served asset /myreplicator/desc-white.gif - 200 OK (2ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-07-08 09:54:16 -0700 Served asset /myreplicator/clipboard-list.png - 200 OK (3ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-07-08 09:54:16 -0700 Served asset /myreplicator/cross.png - 200 OK (3ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-07-08 09:54:16 -0700 Served asset /myreplicator/status.png - 200 OK (3ms) Started GET "/myreplicator/exports/4/reload" for 127.0.0.1 at 2013-07-08 09:54:20 -0700 Processing by Myreplicator::ExportsController#reload as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1  (0.2ms) BEGIN SQL (2.5ms) INSERT INTO `myreplicator_logs` (`backtrace`, `created_at`, `error`, `export_id`, `file`, `finished_at`, `guid`, `hostname`, `job_type`, `name`, `pid`, `started_at`, `state`, `thread_state`, `updated_at`) VALUES (NULL, '2013-07-08 16:54:20', NULL, 4, 'okl_dev_customer_segments_1373302460.tsv', NULL, 'bc0504c234', 'Lans-MacBook-Air.local', 'export', 'okl_dev_public_customer_segments', 1663, '2013-07-08 16:54:20', 'new', '#', '2013-07-08 16:54:20')  (0.4ms) COMMIT  (1.9ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`file` = 'okl_dev_customer_segments_1373302460.tsv' AND `myreplicator_logs`.`job_type` = 'export' AND `myreplicator_logs`.`state` = 'running' AND `myreplicator_logs`.`export_id` = 4 AND `myreplicator_logs`.`hostname` = 'Lans-MacBook-Air.local'  (0.1ms) BEGIN  (3.0ms) UPDATE `myreplicator_logs` SET `state` = 'running', `updated_at` = '2013-07-08 16:54:20' WHERE `myreplicator_logs`.`id` = 1327  (0.3ms) COMMIT  (0.2ms) BEGIN  (3.7ms) UPDATE `myreplicator_logs` SET `state` = 'error', `error` = 'undefined method `destination_schema\' for nil:NilClass', `backtrace` = '---\n- /Users/lnguyen/Documents/myreplicator/app/models/myreplicator/export.rb:53:in `block\n in reload\'\n- /Users/lnguyen/Documents/myreplicator/app/models/myreplicator/log.rb:38:in `run\'\n- /Users/lnguyen/Documents/myreplicator/app/models/myreplicator/export.rb:50:in `reload\'\n- /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:104:in\n `reload\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in\n `send_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in\n `block in process_action\'\n- !binary |-\n L1VzZXJzL2xuZ3V5ZW4vLnJ2bS9nZW1zL3J1YnktMS45LjMtcDM3NC9nZW1z\n L2FjdGl2ZXN1cHBvcnQtMy4yLjgvbGliL2FjdGl2ZV9zdXBwb3J0L2NhbGxi\n YWNrcy5yYjo0MjU6aW4gYF9ydW5fXzEzNTQ0Nzk0NTA3NjE5ODk4OTFfX3By\n b2Nlc3NfYWN0aW9uX18zMTYyNTI5ODUzMjMxMDI0MjU5X19jYWxsYmFja3Mn\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in\n `__run_callback\'\n- !binary |-\n L1VzZXJzL2xuZ3V5ZW4vLnJ2bS9nZW1zL3J1YnktMS45LjMtcDM3NC9nZW1z\n L2FjdGl2ZXN1cHBvcnQtMy4yLjgvbGliL2FjdGl2ZV9zdXBwb3J0L2NhbGxi\n YWNrcy5yYjozODU6aW4gYF9ydW5fcHJvY2Vzc19hY3Rpb25fY2FsbGJhY2tz\n Jw==\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in\n `run_callbacks\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in\n `block in process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in\n `block in instrument\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in\n `instrument\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in\n `process\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in\n `process\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in\n `dispatch\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in\n `dispatch\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in\n `block in action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in\n `dispatch\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:68:in\n `block in call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in\n `each\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/engine.rb:479:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in\n `method_missing\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:68:in\n `block in call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in\n `each\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/etag.rb:23:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in\n `context\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in\n `block in call\'\n- !binary |-\n L1VzZXJzL2xuZ3V5ZW4vLnJ2bS9nZW1zL3J1YnktMS45LjMtcDM3NC9nZW1z\n L2FjdGl2ZXN1cHBvcnQtMy4yLjgvbGliL2FjdGl2ZV9zdXBwb3J0L2NhbGxi\n YWNrcy5yYjo0MDU6aW4gYF9ydW5fXzM1MDkzMTU3NzI5MjU2MDU3MzRfX2Nh\n bGxfXzQyMzY1MTkwOTg5MzExNTA2NzZfX2NhbGxiYWNrcyc=\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in\n `__run_callback\'\n- !binary |-\n L1VzZXJzL2xuZ3V5ZW4vLnJ2bS9nZW1zL3J1YnktMS45LjMtcDM3NC9nZW1z\n L2FjdGl2ZXN1cHBvcnQtMy4yLjgvbGliL2FjdGl2ZV9zdXBwb3J0L2NhbGxi\n YWNrcy5yYjozODU6aW4gYF9ydW5fY2FsbF9jYWxsYmFja3Mn\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in\n `run_callbacks\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in\n `call_app\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/runtime.rb:17:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/lock.rb:15:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/engine.rb:479:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/application.rb:223:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/content_length.rb:14:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in\n `service\'\n- /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in\n `service\'\n- /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in\n `run\'\n- /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in\n `block in start_thread\'\n', `finished_at` = '2013-07-08 16:54:20', `updated_at` = '2013-07-08 16:54:20' WHERE `myreplicator_logs`.`id` = 1327  (1.2ms) COMMIT Redirected to http://localhost:3000/myreplicator/exports/4 Completed 302 Found in 117ms (ActiveRecord: 21.6ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-08 09:54:20 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.6ms) Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.4ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-08 09:56:44 -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 (11.3ms) Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-08 09:56:44 -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-07-08 09:56:44 -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-07-08 09:56:44 -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-07-08 09:56:44 -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-07-08 09:56:44 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-08 09:56:44 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-08 09:56:44 -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-07-08 09:56:44 -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-07-08 09:56:44 -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-07-08 09:56:44 -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-07-08 09:56:44 -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-07-08 09:56:44 -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-07-08 09:56:44 -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-07-08 09:56:45 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/4/reload" for 127.0.0.1 at 2013-07-08 09:56:51 -0700 Processing by Myreplicator::ExportsController#reload as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1  (0.3ms) BEGIN SQL (0.4ms) INSERT INTO `myreplicator_logs` (`backtrace`, `created_at`, `error`, `export_id`, `file`, `finished_at`, `guid`, `hostname`, `job_type`, `name`, `pid`, `started_at`, `state`, `thread_state`, `updated_at`) VALUES (NULL, '2013-07-08 16:56:51', NULL, 4, 'okl_dev_customer_segments_1373302611.tsv', NULL, 'aa038837b8', 'Lans-MacBook-Air.local', 'export', 'okl_dev_public_customer_segments', 1663, '2013-07-08 16:56:51', 'new', '#', '2013-07-08 16:56:51')  (1.6ms) COMMIT  (0.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`file` = 'okl_dev_customer_segments_1373302611.tsv' AND `myreplicator_logs`.`job_type` = 'export' AND `myreplicator_logs`.`state` = 'running' AND `myreplicator_logs`.`export_id` = 4 AND `myreplicator_logs`.`hostname` = 'Lans-MacBook-Air.local'  (0.1ms) BEGIN  (2.2ms) UPDATE `myreplicator_logs` SET `state` = 'running', `updated_at` = '2013-07-08 16:56:51' WHERE `myreplicator_logs`.`id` = 1328  (1.2ms) COMMIT  (0.1ms) BEGIN  (1.9ms) UPDATE `myreplicator_logs` SET `state` = 'error', `error` = 'undefined method `destination_schema\' for nil:NilClass', `backtrace` = '---\n- /Users/lnguyen/Documents/myreplicator/app/models/myreplicator/export.rb:53:in `block\n in reload\'\n- /Users/lnguyen/Documents/myreplicator/app/models/myreplicator/log.rb:38:in `run\'\n- /Users/lnguyen/Documents/myreplicator/app/models/myreplicator/export.rb:50:in `reload\'\n- /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:104:in\n `reload\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in\n `send_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in\n `block in process_action\'\n- !binary |-\n L1VzZXJzL2xuZ3V5ZW4vLnJ2bS9nZW1zL3J1YnktMS45LjMtcDM3NC9nZW1z\n L2FjdGl2ZXN1cHBvcnQtMy4yLjgvbGliL2FjdGl2ZV9zdXBwb3J0L2NhbGxi\n YWNrcy5yYjo0MjU6aW4gYF9ydW5fXzEzNTQ0Nzk0NTA3NjE5ODk4OTFfX3By\n b2Nlc3NfYWN0aW9uX18zMTYyNTI5ODUzMjMxMDI0MjU5X19jYWxsYmFja3Mn\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in\n `__run_callback\'\n- !binary |-\n L1VzZXJzL2xuZ3V5ZW4vLnJ2bS9nZW1zL3J1YnktMS45LjMtcDM3NC9nZW1z\n L2FjdGl2ZXN1cHBvcnQtMy4yLjgvbGliL2FjdGl2ZV9zdXBwb3J0L2NhbGxi\n YWNrcy5yYjozODU6aW4gYF9ydW5fcHJvY2Vzc19hY3Rpb25fY2FsbGJhY2tz\n Jw==\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in\n `run_callbacks\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in\n `block in process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in\n `block in instrument\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in\n `instrument\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in\n `instrument\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in\n `process_action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in\n `process\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in\n `process\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in\n `dispatch\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in\n `dispatch\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in\n `block in action\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in\n `dispatch\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:68:in\n `block in call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in\n `each\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/engine.rb:479:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in\n `method_missing\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:68:in\n `block in call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in\n `each\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/journey-1.0.4/lib/journey/router.rb:56:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/etag.rb:23:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in\n `context\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in\n `block in call\'\n- !binary |-\n L1VzZXJzL2xuZ3V5ZW4vLnJ2bS9nZW1zL3J1YnktMS45LjMtcDM3NC9nZW1z\n L2FjdGl2ZXN1cHBvcnQtMy4yLjgvbGliL2FjdGl2ZV9zdXBwb3J0L2NhbGxi\n YWNrcy5yYjo0MDU6aW4gYF9ydW5fXzM1MDkzMTU3NzI5MjU2MDU3MzRfX2Nh\n bGxfXzQyMzY1MTkwOTg5MzExNTA2NzZfX2NhbGxiYWNrcyc=\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in\n `__run_callback\'\n- !binary |-\n L1VzZXJzL2xuZ3V5ZW4vLnJ2bS9nZW1zL3J1YnktMS45LjMtcDM3NC9nZW1z\n L2FjdGl2ZXN1cHBvcnQtMy4yLjgvbGliL2FjdGl2ZV9zdXBwb3J0L2NhbGxi\n YWNrcy5yYjozODU6aW4gYF9ydW5fY2FsbF9jYWxsYmFja3Mn\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in\n `run_callbacks\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in\n `call_app\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/runtime.rb:17:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/lock.rb:15:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/engine.rb:479:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/application.rb:223:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/content_length.rb:14:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in\n `call\'\n- /Users/lnguyen/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in\n `service\'\n- /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in\n `service\'\n- /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in\n `run\'\n- /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in\n `block in start_thread\'\n', `finished_at` = '2013-07-08 16:56:51', `updated_at` = '2013-07-08 16:56:51' WHERE `myreplicator_logs`.`id` = 1328  (0.9ms) COMMIT Redirected to http://localhost:3000/myreplicator/exports/4 Completed 302 Found in 22ms (ActiveRecord: 9.9ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-07-08 09:56:51 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"4"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 4 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.9ms) Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.4ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-08 09:56:51 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-08 09:56:51 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-07-08 09:56:51 -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-07-08 09:56: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-07-08 09:56:51 -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-07-08 09:56:51 -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-07-08 09:56: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-07-08 09:56: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-07-08 09:56: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-07-08 09:56: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-07-08 09:56: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-07-08 09:56:51 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-08 09:56:51 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-07-08 09:56:55 -0700 Served asset /myreplicator/tipTip.css - 200 OK (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-08 09:57:02 -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 (11.7ms) Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-07-08 09:57:03 -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-07-08 09:57: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-07-08 09:57:03 -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-07-08 09:57:03 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-07-08 09:57:03 -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-07-08 09:57:03 -0700 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-07-08 09:57: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-07-08 09:57: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-07-08 09:57:03 -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-07-08 09:57:03 -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-07-08 09:57: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-07-08 09:57:03 -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-07-08 09:57:03 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-07-08 09:57:16 -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 (12.0ms) Completed 200 OK in 20ms (Views: 18.9ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-07-08 09:57:16 -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-07-08 09:57:16 -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-07-08 09:57:16 -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-07-08 09:57:16 -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-07-08 09:57:16 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-07-08 09:57:16 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-07-08 09:57:16 -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-07-08 09:57:16 -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-07-08 09:57:16 -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-07-08 09:57:16 -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-07-08 09:57:16 -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-07-08 09:57:16 -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-07-08 09:57:16 -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-07-08 09:57:16 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms)