Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (440.8ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB  (1791.4ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)  (245.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  Migrating to SampleData (20121101005152)  (1.8ms) drop table if EXISTS myreplicator.my_test  (30.0ms)  CREATE TABLE IF NOT EXISTS `myreplicator`.`my_test` ( `id` INT NULL AUTO_INCREMENT , `desc` VARCHAR(45) NULL , `updated_at` DATETIME NULL , PRIMARY KEY (`id`) );   (5.5ms) INSERT INTO `myreplicator`.`my_test` (`id`, `desc`, `updated_at`) VALUES (1, 'test 1', '2012-10-31 10:10:00');  (1.1ms) INSERT INTO `myreplicator`.`my_test` (`id`, `desc`, `updated_at`) VALUES (2, '2', '2012-10-31 10:11:00');  (2.1ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20121101005152') Migrating to CreateMyreplicatorExports (20121213003552)  (22.6ms) CREATE TABLE `myreplicator_exports` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `source_schema` varchar(255), `destination_schema` varchar(255), `table_name` varchar(255), `incremental_column` varchar(255), `max_incremental_value` varchar(255), `incremental_column_type` varchar(255), `export_to` varchar(255) DEFAULT 'destination_db', `export_type` varchar(255) DEFAULT 'incremental', `s3_path` varchar(255), `cron` varchar(255), `state` varchar(255) DEFAULT 'new', `error` text, `active` tinyint(1) DEFAULT 1, `exporter_pid` int(11), `export_started_at` datetime, `export_finished_at` datetime, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (109.6ms) CREATE UNIQUE INDEX `unique_index` ON `myreplicator_exports` (`source_schema`, `destination_schema`, `table_name`)  (6.2ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20121213003552') Migrating to CreateMyreplicatorLogs (20121213003553)  (91.0ms) CREATE TABLE `myreplicator_logs` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `pid` int(11), `job_type` varchar(255), `name` varchar(255), `file` varchar(255), `state` varchar(255), `thread_state` varchar(255), `hostname` varchar(255), `export_id` varchar(255), `error` text, `backtrace` text, `guid` varchar(255), `started_at` datetime, `finished_at` datetime, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (5.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20121213003553')  (0.4ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-02-22 17:13:48 -0800 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-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (4.4ms) Started GET "/" for 127.0.0.1 at 2013-02-22 17:14:20 -0800 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-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p194/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-02-22 17:14:48 -0800 Processing by Myreplicator::HomeController#index as HTML Redirected to http://localhost:3000/auth/google_apps/?redirect_url=/myreplicator/ Filter chain halted as :authenticated? rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/auth/google_apps/?redirect_url=/myreplicator/" for 127.0.0.1 at 2013-02-22 17:14:48 -0800 ActionController::RoutingError (No route matches [GET] "/auth/google_apps"): 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-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p194/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-02-22 17:15:23 -0800 Processing by Myreplicator::HomeController#index as HTML Redirected to http://localhost:3000/auth/google_apps/?redirect_url=/myreplicator/ Filter chain halted as :authenticated? rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-02-22 17:19:02 -0800 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-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.6ms) Started GET "/myreplicator" for 127.0.0.1 at 2013-02-22 17:19:07 -0800 Processing by Myreplicator::HomeController#index as HTML Redirected to http://localhost:3000/auth/google_apps/?redirect_url=/myreplicator/ Filter chain halted as :authenticated? rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/auth/google_apps/?redirect_url=/myreplicator/" for 127.0.0.1 at 2013-02-22 17:19:07 -0800 ActionController::RoutingError (No route matches [GET] "/auth/google_apps"): 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-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-02-22 17:22:08 -0800 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-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/lnguyen/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.4ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-02-22 17:22:12 -0800 Processing by Myreplicator::HomeController#index as HTML  (5.0ms) 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 (22.8ms) Myreplicator::Log Load (1.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 (32.7ms) Compiled myreplicator/chosen.css (0ms) (pid 39442) Compiled myreplicator/exports.css (0ms) (pid 39442) Compiled myreplicator/select2.css (0ms) (pid 39442) Compiled myreplicator/tipTip.css (0ms) (pid 39442) Compiled myreplicator/application.css (78ms) (pid 39442) Compiled jquery.js (38ms) (pid 39442) Compiled jquery-ui.js (3ms) (pid 39442) Compiled jquery_ujs.js (0ms) (pid 39442) Compiled myreplicator/chosen.jquery.min.js (0ms) (pid 39442) Compiled myreplicator/cronwtf.js (0ms) (pid 39442) Compiled myreplicator/exports.js (0ms) (pid 39442) Compiled myreplicator/jquery.tipTip.minified.js (0ms) (pid 39442) Compiled myreplicator/select2.js (1ms) (pid 39442) Compiled myreplicator/application.js (255ms) (pid 39442) Completed 200 OK in 472ms (Views: 446.2ms | ActiveRecord: 13.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-22 17:22:13 -0800 Served asset /myreplicator/application.css - 200 OK (51ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-22 17:22:13 -0800 Served asset /myreplicator/chosen.css - 200 OK (4ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-22 17:22:13 -0800 Served asset /myreplicator/select2.css - 200 OK (2ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-22 17:22:13 -0800 Served asset /myreplicator/exports.css - 200 OK (2ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-22 17:22:13 -0800 Served asset /myreplicator/tipTip.css - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-22 17:22:13 -0800 Served asset /jquery.js - 200 OK (4ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-22 17:22:13 -0800 Served asset /jquery-ui.js - 200 OK (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-22 17:22:13 -0800 Served asset /jquery_ujs.js - 200 OK (2ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-02-22 17:22:13 -0800 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-02-22 17:22:13 -0800 Served asset /myreplicator/cronwtf.js - 200 OK (3ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-22 17:22:13 -0800 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-02-22 17:22:13 -0800 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-02-22 17:22:13 -0800 Served asset /myreplicator/select2.js - 200 OK (3ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-22 17:22:13 -0800 Served asset /myreplicator/application.js - 200 OK (15ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-02-22 17:22:13 -0800 Served asset /myreplicator/FrancoisOne.ttf - 200 OK (46ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-02-22 17:22:14 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 200 OK (9ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-02-22 17:22:23 -0800 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports` Myreplicator::Export Load (0.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 (8.3ms) Completed 200 OK in 24ms (Views: 17.8ms | ActiveRecord: 3.8ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-02-22 17:22:23 -0800 Served asset /myreplicator/plus.png - 200 OK (8ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-02-22 17:22:23 -0800 Served asset /myreplicator/desc-white.gif - 200 OK (9ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-02-22 17:22:23 -0800 Served asset /myreplicator/bg.gif - 200 OK (9ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-02-22 17:22:25 -0800 Processing by Myreplicator::HomeController#index as HTML  (0.9ms) 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.8ms) Myreplicator::Log Load (1.3ms) 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.7ms | ActiveRecord: 2.6ms) Started GET "/myreplicator/errors" for 127.0.0.1 at 2013-02-22 17:23:24 -0800 Processing by Myreplicator::HomeController#errors as HTML  (0.9ms) 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 (3.8ms) Myreplicator::Export Load (1.3ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE (error is not null) ORDER BY source_schema ASC Myreplicator::Log Load (0.4ms) 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 (9.5ms) Completed 200 OK in 20ms (Views: 15.8ms | ActiveRecord: 3.5ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-02-22 17:23:26 -0800 Processing by Myreplicator::HomeController#index as HTML  (0.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.2ms) 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.3ms) 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 12ms (Views: 10.2ms | ActiveRecord: 1.1ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-02-22 17:23:26 -0800 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 (7.6ms) Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 1.1ms) Started GET "/myreplicator/exports/new" for 127.0.0.1 at 2013-02-22 17:23:31 -0800 Processing by Myreplicator::ExportsController#new as HTML Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (21.2ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/new.html.erb within layouts/myreplicator/application (23.9ms) Completed 200 OK in 132ms (Views: 33.4ms | ActiveRecord: 74.3ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-02-22 17:23:32 -0800 Served asset /myreplicator/cross.png - 200 OK (13ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-02-22 17:23:32 -0800 Served asset /myreplicator/select2.png - 200 OK (11ms) Started GET "/assets/myreplicator/slider_handle.png" for 127.0.0.1 at 2013-02-22 17:23:32 -0800 Served asset /myreplicator/slider_handle.png - 200 OK (13ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/myreplicator/exports/new" for 127.0.0.1 at 2013-02-27 11:12:07 -0800 Processing by Myreplicator::ExportsController#new as HTML  (359.8ms) SELECT * FROM tables WHERE table_schema = '' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (19.6ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/new.html.erb within layouts/myreplicator/application (38.7ms) Compiled jquery.js (5ms) (pid 5623) Compiled jquery-ui.js (3ms) (pid 5623) Compiled jquery_ujs.js (0ms) (pid 5623) Compiled myreplicator/application.js (114ms) (pid 5623) Completed 200 OK in 1235ms (Views: 248.7ms | ActiveRecord: 530.3ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:12:08 -0800 Served asset /myreplicator/application.css - 304 Not Modified (17ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-27 11:12:08 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (3ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-27 11:12:08 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (5ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:12:08 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (5ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:12:08 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (4ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:12:08 -0800 Served asset /jquery-ui.js - 304 Not Modified (27ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:12:08 -0800 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-02-27 11:12:08 -0800 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:12:08 -0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-02-27 11:12:08 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (3ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:12:08 -0800 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-02-27 11:12:08 -0800 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-02-27 11:12:08 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-27 11:12:08 -0800 Served asset /myreplicator/application.js - 304 Not Modified (16ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-02-27 11:12:09 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (2ms) Started GET "/assets/myreplicator/slider_handle.png" for 127.0.0.1 at 2013-02-27 11:12:09 -0800 Served asset /myreplicator/slider_handle.png - 304 Not Modified (4ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-02-27 11:12:09 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (5ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-02-27 11:12:09 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (3ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-02-27 11:12:09 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (2ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-02-27 11:12:15 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen-sprite.png" for 127.0.0.1 at 2013-02-27 11:12:49 -0800 Served asset /myreplicator/chosen-sprite.png - 200 OK (10ms) Started POST "/myreplicator/exports" for 127.0.0.1 at 2013-02-27 11:13:08 -0800 Processing by Myreplicator::ExportsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "export"=>{"export_to"=>"vertica", "export_type"=>"incremental", "source_schema"=>"okl_dev", "destination_schema"=>"", "table_name"=>"app_csvs", "incremental_column"=>"", "incremental_column_type"=>"", "max_incremental_value"=>"", "s3_path"=>"", "active"=>"true", "cron"=>"* */1 * * *"}, "commit"=>"Create Export"}  (358.7ms) SELECT * FROM tables WHERE table_schema = ''  (1.6ms) BEGIN SQL (15.6ms) INSERT INTO `myreplicator_exports` (`active`, `created_at`, `cron`, `destination_schema`, `error`, `export_finished_at`, `export_started_at`, `export_to`, `export_type`, `exporter_pid`, `incremental_column`, `incremental_column_type`, `max_incremental_value`, `s3_path`, `source_schema`, `state`, `table_name`, `updated_at`) VALUES (1, '2013-02-27 19:13:09', '* */1 * * *', '', NULL, NULL, NULL, 'vertica', 'incremental', NULL, '', '', '', '', 'okl_dev', 'new', 'app_csvs', '2013-02-27 19:13:09')  (2.6ms) COMMIT Myreplicator::Export Load (2.1ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` Completed 500 Internal Server Error in 803ms Redis::CannotConnectError (Error connecting to Redis on 127.0.0.1:6379 (ECONNREFUSED)): redis (3.0.2) lib/redis/client.rb:268:in `rescue in establish_connection' redis (3.0.2) lib/redis/client.rb:263:in `establish_connection' redis (3.0.2) lib/redis/client.rb:69:in `connect' redis (3.0.2) lib/redis/client.rb:282:in `ensure_connected' redis (3.0.2) lib/redis/client.rb:173:in `block in process' redis (3.0.2) lib/redis/client.rb:248:in `logging' redis (3.0.2) lib/redis/client.rb:172:in `process' redis (3.0.2) lib/redis/client.rb:84:in `call' redis (3.0.2) lib/redis.rb:1747:in `block in hget' redis (3.0.2) lib/redis.rb:36:in `block in synchronize' /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize' redis (3.0.2) lib/redis.rb:36:in `synchronize' redis (3.0.2) lib/redis.rb:1746:in `hget' redis-namespace (1.2.1) lib/redis/namespace.rb:257:in `method_missing' resque-scheduler (2.0.0) lib/resque_scheduler.rb:99:in `get_schedule' resque-scheduler (2.0.0) lib/resque_scheduler.rb:89:in `set_schedule' /Users/lnguyen/Documents/myreplicator/app/models/myreplicator/export.rb:198:in `schedule' /Users/lnguyen/Documents/myreplicator/app/models/myreplicator/export.rb:179:in `block in schedule_in_resque' /Users/lnguyen/Documents/myreplicator/app/models/myreplicator/export.rb:177:in `each' /Users/lnguyen/Documents/myreplicator/app/models/myreplicator/export.rb:177:in `schedule_in_resque' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:61:in `block in create' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `call' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:270:in `retrieve_collector_from_mimes' actionpack (3.2.8) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' /Users/lnguyen/Documents/myreplicator/app/controllers/myreplicator/exports_controller.rb:57:in `create' 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__2000024424986196936__process_action__406431076291615941__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:35: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__4345027315291235524__call__4198201209986793744__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 (9.9ms) Started POST "/myreplicator/exports" for 127.0.0.1 at 2013-02-27 11:14:15 -0800 Processing by Myreplicator::ExportsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "export"=>{"export_to"=>"vertica", "export_type"=>"incremental", "source_schema"=>"okl_dev", "destination_schema"=>"vertica", "table_name"=>"app_csvs", "incremental_column"=>"", "incremental_column_type"=>"", "max_incremental_value"=>"", "s3_path"=>"", "active"=>"true", "cron"=>"* */n * * *"}, "commit"=>"Create Export"}  (361.0ms) SELECT * FROM tables WHERE table_schema = ''  (0.1ms) BEGIN SQL (2.3ms) INSERT INTO `myreplicator_exports` (`active`, `created_at`, `cron`, `destination_schema`, `error`, `export_finished_at`, `export_started_at`, `export_to`, `export_type`, `exporter_pid`, `incremental_column`, `incremental_column_type`, `max_incremental_value`, `s3_path`, `source_schema`, `state`, `table_name`, `updated_at`) VALUES (1, '2013-02-27 19:14:16', '* */n * * *', 'vertica', NULL, NULL, NULL, 'vertica', 'incremental', NULL, '', '', '', '', 'okl_dev', 'new', 'app_csvs', '2013-02-27 19:14:16')  (0.5ms) COMMIT Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  Redirected to http://localhost:3000/myreplicator/exports/2 Completed 302 Found in 754ms (ActiveRecord: 375.5ms) Started GET "/myreplicator/exports/2" for 127.0.0.1 at 2013-02-27 11:14:16 -0800 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"2"} Myreplicator::Export Load (3.7ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (2.2ms) Completed 200 OK in 17ms (Views: 10.7ms | ActiveRecord: 3.7ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:16 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:16 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:16 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:16 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:16 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:16 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:16 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:16 -0800 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-02-27 11:14:16 -0800 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-02-27 11:14:16 -0800 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-02-27 11:14:16 -0800 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-02-27 11:14:16 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:16 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:16 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-02-27 11:14:16 -0800 Served asset /myreplicator/gear.png - 200 OK (8ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-02-27 11:14:26 -0800 Processing by Myreplicator::HomeController#index as HTML  (3.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 (45.7ms) 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 (48.6ms) Completed 200 OK in 64ms (Views: 48.2ms | ActiveRecord: 9.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:26 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:26 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:26 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:26 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:26 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:26 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:26 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:26 -0800 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-02-27 11:14:26 -0800 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-02-27 11:14:26 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:26 -0800 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-02-27 11:14:26 -0800 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-02-27 11:14:26 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:26 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-02-27 11:14:28 -0800 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 (4.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 (7.0ms) Completed 200 OK in 17ms (Views: 12.8ms | ActiveRecord: 3.3ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:28 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:28 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:28 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:28 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:28 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:28 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:28 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:28 -0800 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-02-27 11:14:28 -0800 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-02-27 11:14:28 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:28 -0800 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-02-27 11:14:28 -0800 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-02-27 11:14:28 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:28 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-02-27 11:14:30 -0800 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.0ms) Myreplicator::Log Load (0.3ms) 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.4ms) Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 1.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:30 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:30 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:30 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:30 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:30 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:30 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:30 -0800 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-02-27 11:14:30 -0800 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-02-27 11:14:30 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:30 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:30 -0800 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-02-27 11:14:30 -0800 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-02-27 11:14:30 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-02-27 11:14:32 -0800 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 (12.0ms) Completed 200 OK in 22ms (Views: 19.3ms | ActiveRecord: 1.3ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:32 -0800 Served asset /myreplicator/chosen.css - 200 OK (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:32 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:32 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:32 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:32 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:32 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:32 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:32 -0800 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-02-27 11:14:32 -0800 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-02-27 11:14:32 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:32 -0800 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-02-27 11:14:32 -0800 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-02-27 11:14:32 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:32 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-02-27 11:14:32 -0800 Served asset /myreplicator/bg.gif - 304 Not Modified (5ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-02-27 11:14:32 -0800 Served asset /myreplicator/clipboard-list.png - 200 OK (6ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-02-27 11:14:32 -0800 Served asset /myreplicator/status.png - 200 OK (8ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-02-27 11:14:32 -0800 Served asset /myreplicator/plus.png - 304 Not Modified (3ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-02-27 11:14:32 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-02-27 11:14:32 -0800 Served asset /myreplicator/desc-white.gif - 304 Not Modified (2ms) Started DELETE "/myreplicator/exports/1" for 127.0.0.1 at 2013-02-27 11:14:42 -0800 Processing by Myreplicator::ExportsController#destroy as HTML Parameters: {"authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "id"=>"1"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 1 LIMIT 1  (0.1ms) BEGIN SQL (3.4ms) DELETE FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 1  (0.4ms) COMMIT Redirected to http://localhost:3000/myreplicator/exports Completed 302 Found in 10ms (ActiveRecord: 4.4ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-02-27 11:14:42 -0800 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 200 OK in 19ms (Views: 17.1ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:42 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:42 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:42 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:42 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:42 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:42 -0800 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-02-27 11:14:42 -0800 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-02-27 11:14:42 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:42 -0800 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-02-27 11:14:42 -0800 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-02-27 11:14:42 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:42 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:42 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/2/edit" for 127.0.0.1 at 2013-02-27 11:14:50 -0800 Processing by Myreplicator::ExportsController#edit as HTML Parameters: {"id"=>"2"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2 LIMIT 1  (376.8ms) SELECT * FROM tables WHERE table_schema = '' Myreplicator::Export Load (0.2ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (5.4ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/edit.html.erb within layouts/myreplicator/application (6.9ms) Completed 200 OK in 766ms (Views: 15.1ms | ActiveRecord: 382.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:51 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:51 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:51 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:51 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:51 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:14:51 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:51 -0800 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-02-27 11:14:51 -0800 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-02-27 11:14:51 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:51 -0800 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-02-27 11:14:51 -0800 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-02-27 11:14:51 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-27 11:14:51 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started PUT "/myreplicator/exports/2" for 127.0.0.1 at 2013-02-27 11:17:00 -0800 Processing by Myreplicator::ExportsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "export"=>{"export_to"=>"vertica", "export_type"=>"incremental", "source_schema"=>"okl_dev", "destination_schema"=>"public", "table_name"=>"app_csvs", "incremental_column"=>"id", "incremental_column_type"=>"int", "max_incremental_value"=>"", "s3_path"=>"", "active"=>"true", "cron"=>"0 * * * *"}, "commit"=>"Update Export", "id"=>"2"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2 LIMIT 1 Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  (364.8ms) SELECT * FROM tables WHERE table_schema = ''  (0.1ms) BEGIN  (3.9ms) UPDATE `myreplicator_exports` SET `destination_schema` = 'public', `incremental_column` = 'id', `incremental_column_type` = 'int', `cron` = '0 * * * *', `updated_at` = '2013-02-27 19:17:01' WHERE `myreplicator_exports`.`id` = 2  (1.2ms) COMMIT Redirected to http://localhost:3000/myreplicator/exports/2 Completed 302 Found in 751ms (ActiveRecord: 376.0ms) Started GET "/myreplicator/exports/2" for 127.0.0.1 at 2013-02-27 11:17:01 -0800 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"2"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.3ms) Completed 200 OK in 48ms (Views: 46.1ms | ActiveRecord: 0.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:01 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:01 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:01 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:01 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:01 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:01 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:01 -0800 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-02-27 11:17:01 -0800 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-02-27 11:17:01 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:01 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:01 -0800 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-02-27 11:17:01 -0800 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-02-27 11:17:01 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-02-27 11:17:03 -0800 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.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 12ms (Views: 10.1ms | ActiveRecord: 1.5ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:03 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:03 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:03 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:03 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:03 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:03 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:03 -0800 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-02-27 11:17:03 -0800 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-02-27 11:17:03 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:03 -0800 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-02-27 11:17:03 -0800 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-02-27 11:17:03 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:03 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-02-27 11:17:04 -0800 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 (8.1ms) Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:04 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:04 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:04 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:04 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:04 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:04 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:04 -0800 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-02-27 11:17:04 -0800 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-02-27 11:17:04 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:04 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:04 -0800 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-02-27 11:17:04 -0800 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-02-27 11:17:04 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/2/edit" for 127.0.0.1 at 2013-02-27 11:17:19 -0800 Processing by Myreplicator::ExportsController#edit as HTML Parameters: {"id"=>"2"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2 LIMIT 1  (360.9ms) SELECT * FROM tables WHERE table_schema = '' Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (9.1ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/edit.html.erb within layouts/myreplicator/application (10.3ms) Completed 200 OK in 763ms (Views: 20.2ms | ActiveRecord: 369.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:19 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:19 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:19 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:19 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:19 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:19 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:19 -0800 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-02-27 11:17:19 -0800 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-02-27 11:17:19 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:19 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:19 -0800 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-02-27 11:17:20 -0800 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-02-27 11:17:20 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started PUT "/myreplicator/exports/2" for 127.0.0.1 at 2013-02-27 11:17:36 -0800 Processing by Myreplicator::ExportsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "export"=>{"export_to"=>"vertica", "export_type"=>"incremental", "source_schema"=>"okl_dev", "destination_schema"=>"public", "table_name"=>"adwords_campaigns", "incremental_column"=>"id", "incremental_column_type"=>"int", "max_incremental_value"=>"", "s3_path"=>"", "active"=>"true", "cron"=>"*/5 * * * *"}, "commit"=>"Update Export", "id"=>"2"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2 LIMIT 1 Myreplicator::Export Load (0.3ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`   (404.2ms) SELECT * FROM tables WHERE table_schema = ''  (0.1ms) BEGIN  (3.3ms) UPDATE `myreplicator_exports` SET `table_name` = 'adwords_campaigns', `cron` = '*/5 * * * *', `updated_at` = '2013-02-27 19:17:37' WHERE `myreplicator_exports`.`id` = 2  (0.5ms) COMMIT Redirected to http://localhost:3000/myreplicator/exports/2 Completed 302 Found in 780ms (ActiveRecord: 412.1ms) Started GET "/myreplicator/exports/2" for 127.0.0.1 at 2013-02-27 11:17:37 -0800 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"2"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2 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.5ms | ActiveRecord: 0.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:37 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:37 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:37 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:37 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-27 11:17:37 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:37 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:37 -0800 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-02-27 11:17:37 -0800 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-02-27 11:17:37 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:37 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-02-27 11:17:37 -0800 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-02-27 11:17:37 -0800 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-02-27 11:17:37 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/resque/schedule" for 127.0.0.1 at 2013-02-27 11:43:35 -0800 ActionController::RoutingError (No route matches [GET] "/myreplicator/resque/schedule"): 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/" for 127.0.0.1 at 2013-02-27 11:43:40 -0800 Processing by Myreplicator::HomeController#index as HTML  (1.0ms) 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.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 (6.2ms) 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-02-27 11:43:40 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:40 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:40 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:40 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:40 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:40 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:40 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:40 -0800 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-02-27 11:43:40 -0800 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-02-27 11:43:40 -0800 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-02-27 11:43:40 -0800 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-02-27 11:43:40 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:40 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:40 -0800 Served asset /myreplicator/application.js - 304 Not Modified (1ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-02-27 11:43:40 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-02-27 11:43:40 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/myreplicator/errors" for 127.0.0.1 at 2013-02-27 11:43:42 -0800 Processing by Myreplicator::HomeController#errors 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 (2.4ms) Myreplicator::Export Load (1.0ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE (error is not null) ORDER BY source_schema ASC Myreplicator::Log Load (0.3ms) 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 (6.9ms) Completed 200 OK in 17ms (Views: 14.3ms | ActiveRecord: 1.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:43 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:43 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:43 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:43 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:43 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:43 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:43 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:43 -0800 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-02-27 11:43:43 -0800 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-02-27 11:43:43 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:43 -0800 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-02-27 11:43:43 -0800 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-02-27 11:43:43 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:43 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-02-27 11:43:44 -0800 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.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 13ms (Views: 11.0ms | ActiveRecord: 1.3ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:44 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:44 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:44 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:44 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:44 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:44 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:44 -0800 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-02-27 11:43:44 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:44 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:44 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:44 -0800 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-02-27 11:43:44 -0800 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-02-27 11:43:44 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:44 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-02-27 11:43:46 -0800 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 (48.1ms) Completed 200 OK in 62ms (Views: 60.6ms | ActiveRecord: 0.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:46 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:46 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:46 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:46 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:47 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:47 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:47 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:47 -0800 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-02-27 11:43:47 -0800 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-02-27 11:43:47 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:47 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:47 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:47 -0800 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-02-27 11:43:47 -0800 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-02-27 11:43:47 -0800 Served asset /myreplicator/bg.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-02-27 11:43:47 -0800 Served asset /myreplicator/status.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-02-27 11:43:47 -0800 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-02-27 11:43:47 -0800 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-02-27 11:43:47 -0800 Served asset /myreplicator/plus.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-02-27 11:43:47 -0800 Served asset /myreplicator/desc-white.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-02-27 11:43:47 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-02-27 11:43:49 -0800 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.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 (4.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-02-27 11:43:49 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:49 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:49 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:49 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:49 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:49 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:49 -0800 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-02-27 11:43:49 -0800 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-02-27 11:43:49 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:49 -0800 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-02-27 11:43:49 -0800 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-02-27 11:43:49 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:49 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-02-27 11:43:50 -0800 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 (7.3ms) Completed 200 OK in 16ms (Views: 14.3ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:50 -0800 Served asset /myreplicator/exports.css - 200 OK (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:50 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:50 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:50 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:50 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:50 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:50 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:50 -0800 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-02-27 11:43:50 -0800 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-02-27 11:43:50 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:50 -0800 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-02-27 11:43:50 -0800 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-02-27 11:43:50 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:50 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/2" for 127.0.0.1 at 2013-02-27 11:43:56 -0800 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"2"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.5ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:56 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:56 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:56 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:56 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:43:56 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:56 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:56 -0800 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-02-27 11:43:56 -0800 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-02-27 11:43:56 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:56 -0800 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-02-27 11:43:56 -0800 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-02-27 11:43:56 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-27 11:43:56 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-02-27 11:43:56 -0800 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/myreplicator/exports/2/edit" for 127.0.0.1 at 2013-02-27 11:54:46 -0800 Processing by Myreplicator::ExportsController#edit as HTML Parameters: {"id"=>"2"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2 LIMIT 1  (363.3ms) SELECT * FROM tables WHERE table_schema = '' Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (5.9ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/edit.html.erb within layouts/myreplicator/application (6.8ms) Completed 200 OK in 876ms (Views: 15.7ms | ActiveRecord: 434.3ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:54:47 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:54:47 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-27 11:54:47 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:54:47 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:47 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:47 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:47 -0800 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-02-27 11:54:47 -0800 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-02-27 11:54:47 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:47 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:47 -0800 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-02-27 11:54:47 -0800 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-02-27 11:54:47 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/slider_handle.png" for 127.0.0.1 at 2013-02-27 11:54:47 -0800 Served asset /myreplicator/slider_handle.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-02-27 11:54:47 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-02-27 11:54:47 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen-sprite.png" for 127.0.0.1 at 2013-02-27 11:54:47 -0800 Served asset /myreplicator/chosen-sprite.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-02-27 11:54:47 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-02-27 11:54:47 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-02-27 11:54:49 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (0ms) Started PUT "/myreplicator/exports/2" for 127.0.0.1 at 2013-02-27 11:54:53 -0800 Processing by Myreplicator::ExportsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "export"=>{"export_to"=>"vertica", "export_type"=>"incremental", "source_schema"=>"okl_dev", "destination_schema"=>"public", "table_name"=>"app_csvs", "incremental_column"=>"id", "incremental_column_type"=>"int", "max_incremental_value"=>"", "s3_path"=>"", "active"=>"true", "cron"=>"*/5 * * * *"}, "commit"=>"Update Export", "id"=>"2"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2 LIMIT 1 Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`   (367.7ms) SELECT * FROM tables WHERE table_schema = ''  (0.1ms) BEGIN  (3.7ms) UPDATE `myreplicator_exports` SET `table_name` = 'app_csvs', `updated_at` = '2013-02-27 19:54:54' WHERE `myreplicator_exports`.`id` = 2  (1.2ms) COMMIT Redirected to http://localhost:3000/myreplicator/exports/2 Completed 302 Found in 745ms (ActiveRecord: 377.9ms) Started GET "/myreplicator/exports/2" for 127.0.0.1 at 2013-02-27 11:54:54 -0800 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"2"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2 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.4ms | ActiveRecord: 0.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:54:54 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-27 11:54:54 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:54 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:54:54 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:54:54 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:54 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:54 -0800 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-02-27 11:54:54 -0800 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-02-27 11:54:54 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:54 -0800 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-02-27 11:54:54 -0800 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-02-27 11:54:54 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:54 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-02-27 11:54:54 -0800 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-02-27 11:54:56 -0800 Processing by Myreplicator::HomeController#index as HTML  (2.1ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.2ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (4.7ms) 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 (6.9ms) Completed 200 OK in 19ms (Views: 16.1ms | ActiveRecord: 2.7ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:54:56 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:54:56 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:56 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-27 11:54:56 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:54:56 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:56 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:56 -0800 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-02-27 11:54:56 -0800 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-02-27 11:54:56 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:56 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:56 -0800 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-02-27 11:54:56 -0800 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-02-27 11:54:56 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-02-27 11:54:57 -0800 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.8ms) Completed 200 OK in 18ms (Views: 16.7ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-27 11:54:57 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-27 11:54:57 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-27 11:54:57 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-27 11:54:57 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:57 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:57 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:57 -0800 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-02-27 11:54:57 -0800 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-02-27 11:54:57 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:57 -0800 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-02-27 11:54:57 -0800 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-02-27 11:54:57 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-27 11:54:57 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-02-27 11:54:57 -0800 Served asset /myreplicator/status.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-02-27 11:54:57 -0800 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-02-27 11:54:57 -0800 Served asset /myreplicator/bg.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-02-27 11:54:57 -0800 Served asset /myreplicator/plus.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-02-27 11:54:57 -0800 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-02-27 11:54:57 -0800 Served asset /myreplicator/desc-white.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-02-27 11:54:57 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (5.4ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  Migrating to SampleData (20121101005152) Migrating to CreateMyreplicatorExports (20121213003552) Migrating to CreateMyreplicatorLogs (20121213003553)  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/myreplicator/exports/2/edit" for 127.0.0.1 at 2013-02-28 20:00:46 -0800 Processing by Myreplicator::ExportsController#edit as HTML Parameters: {"id"=>"2"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2 LIMIT 1  (310.2ms) SELECT * FROM tables WHERE table_schema = '' Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (44.1ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/edit.html.erb within layouts/myreplicator/application (55.8ms) Completed 200 OK in 1304ms (Views: 166.8ms | ActiveRecord: 391.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-28 20:00:48 -0800 Served asset /myreplicator/application.css - 304 Not Modified (16ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-28 20:00:48 -0800 Served asset /jquery-ui.js - 304 Not Modified (5ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-28 20:00:48 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (5ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-02-28 20:00:48 -0800 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (6ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-28 20:00:48 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (3ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-28 20:00:48 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 20:00:48 -0800 Served asset /jquery.js - 304 Not Modified (31ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-28 20:00:48 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 20:00:48 -0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-02-28 20:00:48 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-28 20:00:48 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (3ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-28 20:00:48 -0800 Served asset /myreplicator/application.js - 304 Not Modified (28ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-02-28 20:00:48 -0800 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-02-28 20:00:48 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (4ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-02-28 20:00:48 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (3ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-02-28 20:00:48 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (3ms) Started GET "/assets/myreplicator/chosen-sprite.png" for 127.0.0.1 at 2013-02-28 20:00:49 -0800 Served asset /myreplicator/chosen-sprite.png - 304 Not Modified (4ms) Started GET "/assets/myreplicator/slider_handle.png" for 127.0.0.1 at 2013-02-28 20:00:49 -0800 Served asset /myreplicator/slider_handle.png - 304 Not Modified (3ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-02-28 20:00:49 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (2ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-02-28 20:00:49 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (4ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-02-28 20:01:07 -0800 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 (8.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 (11.4ms) Completed 200 OK in 29ms (Views: 16.3ms | ActiveRecord: 4.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:07 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:07 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:07 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:07 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:07 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:07 -0800 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-02-28 20:01:07 -0800 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-02-28 20:01:07 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:07 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:07 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:07 -0800 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-02-28 20:01:07 -0800 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-02-28 20:01:07 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:07 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-02-28 20:01:07 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-02-28 20:01:07 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/myreplicator/errors" for 127.0.0.1 at 2013-02-28 20:01:09 -0800 Processing by Myreplicator::HomeController#errors 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::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE (error is not null) ORDER BY source_schema ASC Myreplicator::Log Load (1.2ms) 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 (32.6ms) Completed 200 OK in 43ms (Views: 39.7ms | ActiveRecord: 2.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:09 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:09 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:09 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:09 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:09 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:09 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:09 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:09 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:09 -0800 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-02-28 20:01:09 -0800 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-02-28 20:01:09 -0800 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-02-28 20:01:09 -0800 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-02-28 20:01:09 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:09 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:09 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:09 -0800 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-02-28 20:01:09 -0800 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-02-28 20:01:09 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:09 -0800 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-02-28 20:01:09 -0800 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-02-28 20:01:09 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:09 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-02-28 20:01:19 -0800 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.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.9ms) Completed 200 OK in 15ms (Views: 12.4ms | ActiveRecord: 1.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:19 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:19 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:19 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:19 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:19 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:19 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:19 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:19 -0800 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-02-28 20:01:19 -0800 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-02-28 20:01:19 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:19 -0800 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-02-28 20:01:19 -0800 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-02-28 20:01:19 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:19 -0800 Served asset /myreplicator/application.js - 304 Not Modified (1ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 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 (12.0ms) Completed 200 OK in 23ms (Views: 21.3ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 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-02-28 20:01:23 -0800 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-02-28 20:01:23 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 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-02-28 20:01:23 -0800 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-02-28 20:01:23 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 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-02-28 20:01:23 -0800 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-02-28 20:01:23 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 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-02-28 20:01:23 -0800 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-02-28 20:01:23 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 Served asset /myreplicator/status.png - 304 Not Modified (9ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 Served asset /myreplicator/bg.gif - 304 Not Modified (4ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 Served asset /myreplicator/desc-white.gif - 304 Not Modified (3ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (3ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 Served asset /myreplicator/plus.png - 304 Not Modified (2ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-02-28 20:01:23 -0800 Served asset /myreplicator/gear.png - 304 Not Modified (2ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-01 11:34:17 -0800 Processing by Myreplicator::ExportsController#index as HTML  (15.4ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (4.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 (58.4ms) Compiled myreplicator/chosen.css (0ms) (pid 16901) Compiled myreplicator/exports.css (0ms) (pid 16901) Compiled myreplicator/select2.css (0ms) (pid 16901) Compiled myreplicator/tipTip.css (0ms) (pid 16901) Compiled myreplicator/application.css (76ms) (pid 16901) Compiled jquery.js (42ms) (pid 16901) Compiled jquery-ui.js (3ms) (pid 16901) Compiled jquery_ujs.js (0ms) (pid 16901) Compiled myreplicator/chosen.jquery.min.js (0ms) (pid 16901) Compiled myreplicator/cronwtf.js (0ms) (pid 16901) Compiled myreplicator/exports.js (0ms) (pid 16901) Compiled myreplicator/jquery.tipTip.minified.js (0ms) (pid 16901) Compiled myreplicator/select2.js (1ms) (pid 16901) Compiled myreplicator/application.js (224ms) (pid 16901) Completed 200 OK in 554ms (Views: 444.1ms | ActiveRecord: 105.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /myreplicator/application.css - 304 Not Modified (18ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (2ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (2ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (2ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /jquery-ui.js - 304 Not Modified (5ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 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-03-01 11:34:18 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (3ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (3ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 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-03-01 11:34:18 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (42ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /myreplicator/application.js - 304 Not Modified (16ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /myreplicator/plus.png - 304 Not Modified (12ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /myreplicator/status.png - 304 Not Modified (17ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (9ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /myreplicator/bg.gif - 304 Not Modified (13ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /myreplicator/gear.png - 304 Not Modified (7ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /myreplicator/desc-white.gif - 304 Not Modified (7ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (7ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (42ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-03-01 11:34:18 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (9ms) Started GET "/myreplicator/exports/new" for 127.0.0.1 at 2013-03-01 11:34:20 -0800 Processing by Myreplicator::ExportsController#new as HTML  (311.5ms) SELECT * FROM tables WHERE table_schema = '' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (17.9ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/new.html.erb within layouts/myreplicator/application (24.4ms) Completed 200 OK in 784ms (Views: 32.4ms | ActiveRecord: 391.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-01 11:34:21 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-01 11:34:21 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-01 11:34:21 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-01 11:34:21 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-01 11:34:21 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-01 11:34:21 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-01 11:34:21 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-01 11:34:21 -0800 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-03-01 11:34:21 -0800 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-03-01 11:34:21 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-03-01 11:34:21 -0800 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-03-01 11:34:21 -0800 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-03-01 11:34:21 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-01 11:34:21 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-01 11:34:21 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/slider_handle.png" for 127.0.0.1 at 2013-03-01 11:34:21 -0800 Served asset /myreplicator/slider_handle.png - 304 Not Modified (8ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-03-01 11:34:21 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (13ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-03-01 11:34:21 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-03-01 11:34:21 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-03-01 11:34:23 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/assets/myreplicator/select2-spinner.gif" for 127.0.0.1 at 2013-03-01 11:40:26 -0800 Served asset /myreplicator/select2-spinner.gif - 200 OK (67ms) Started GET "/myreplicator/exports/new" for 127.0.0.1 at 2013-03-01 11:40:31 -0800 Processing by Myreplicator::ExportsController#new as HTML  (318.0ms) SELECT * FROM tables WHERE table_schema = '' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (6.7ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/new.html.erb within layouts/myreplicator/application (8.1ms) Completed 200 OK in 811ms (Views: 16.8ms | ActiveRecord: 393.2ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-01 11:40:32 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-01 11:40:32 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-01 11:40:32 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-01 11:40:32 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-01 11:40:32 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-01 11:40:32 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-01 11:40:32 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-01 11:40:32 -0800 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-03-01 11:40:32 -0800 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-03-01 11:40:32 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-01 11:40:32 -0800 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-03-01 11:40:32 -0800 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-03-01 11:40:32 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-01 11:40:32 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-03-01 11:40:33 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-01 11:40:33 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-03-01 11:40:33 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-03-01 11:40:33 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/assets/myreplicator/slider_handle.png" for 127.0.0.1 at 2013-03-01 11:40:33 -0800 Served asset /myreplicator/slider_handle.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-03-01 11:40:34 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2-spinner.gif" for 127.0.0.1 at 2013-03-01 11:40:55 -0800 Served asset /myreplicator/select2-spinner.gif - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-03-01 11:47:52 -0800 Processing by Myreplicator::HomeController#index as HTML  (17.3ms) 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 (32.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 (36.9ms) Completed 200 OK in 58ms (Views: 22.2ms | ActiveRecord: 28.2ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-01 11:47:52 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-01 11:47:52 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-01 11:47:52 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-01 11:47:52 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-01 11:47:52 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-01 11:47:52 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-01 11:47:52 -0800 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-03-01 11:47:52 -0800 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-03-01 11:47:52 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-01 11:47:52 -0800 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-03-01 11:47:52 -0800 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-03-01 11:47:52 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-01 11:47:52 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-03-01 11:47:52 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-03-01 11:47:52 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-01 11:47:55 -0800 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports` Myreplicator::Export Load (2.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 (10.8ms) Completed 200 OK in 21ms (Views: 18.4ms | ActiveRecord: 2.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-01 11:47:55 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-01 11:47:55 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-01 11:47:55 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-01 11:47:55 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-01 11:47:55 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-01 11:47:55 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-01 11:47:55 -0800 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-03-01 11:47:55 -0800 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-03-01 11:47:55 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-01 11:47:55 -0800 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-03-01 11:47:55 -0800 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-03-01 11:47:55 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-01 11:47:55 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-03-01 11:47:55 -0800 Served asset /myreplicator/plus.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-03-01 11:47:55 -0800 Served asset /myreplicator/bg.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-03-01 11:47:55 -0800 Served asset /myreplicator/desc-white.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-01 11:47:55 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/myreplicator/exports/new" for 127.0.0.1 at 2013-03-01 11:49:17 -0800 Processing by Myreplicator::ExportsController#new as HTML  (311.3ms) SELECT * FROM tables WHERE table_schema = '' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (17.3ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/new.html.erb within layouts/myreplicator/application (26.9ms) Completed 200 OK in 933ms (Views: 143.8ms | ActiveRecord: 390.3ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-01 11:49:18 -0800 Served asset /myreplicator/application.css - 304 Not Modified (18ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-01 11:49:18 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (2ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-01 11:49:18 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (4ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-01 11:49:18 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (4ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-01 11:49:18 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-01 11:49:18 -0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-01 11:49:18 -0800 Served asset /jquery-ui.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-01 11:49:18 -0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-03-01 11:49:18 -0800 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-03-01 11:49:18 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-01 11:49:18 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (3ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-03-01 11:49:18 -0800 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-03-01 11:49:18 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (3ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-01 11:49:18 -0800 Served asset /myreplicator/application.js - 304 Not Modified (13ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-03-01 11:49:18 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (3ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-03-01 11:49:18 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (3ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-01 11:49:18 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (4ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-03-01 11:49:18 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (2ms) Started GET "/assets/myreplicator/slider_handle.png" for 127.0.0.1 at 2013-03-01 11:49:18 -0800 Served asset /myreplicator/slider_handle.png - 304 Not Modified (3ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-03-01 11:49:21 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2-spinner.gif" for 127.0.0.1 at 2013-03-01 11:49:27 -0800 Served asset /myreplicator/select2-spinner.gif - 304 Not Modified (3ms) Connecting to database specified by database.yml Started GET "/myreplicator/exports/new" for 127.0.0.1 at 2013-03-01 11:51:26 -0800 Processing by Myreplicator::ExportsController#new as HTML  (313.5ms) SELECT * FROM tables WHERE table_schema = '' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (17.4ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/new.html.erb within layouts/myreplicator/application (27.1ms) Completed 200 OK in 1354ms (Views: 122.4ms | ActiveRecord: 475.5ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-01 11:51:27 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (5ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-01 11:51:27 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-01 11:51:27 -0800 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-01 11:51:27 -0800 Served asset /myreplicator/application.css - 304 Not Modified (7ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-01 11:51:27 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (2ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-01 11:51:27 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (4ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-01 11:51:27 -0800 Served asset /jquery-ui.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-01 11:51:27 -0800 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-03-01 11:51:27 -0800 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (9ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-03-01 11:51:27 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-01 11:51:27 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (3ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-03-01 11:51:27 -0800 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-03-01 11:51:27 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (3ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-01 11:51:27 -0800 Served asset /myreplicator/application.js - 304 Not Modified (16ms) Started POST "/myreplicator/exports" for 127.0.0.1 at 2013-03-01 11:52:41 -0800 Processing by Myreplicator::ExportsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "export"=>{"export_to"=>"vertica", "export_type"=>"incremental", "source_schema"=>"okl_test", "destination_schema"=>"public", "table_name"=>"batchy_batches", "incremental_column"=>"id", "incremental_column_type"=>"int", "max_incremental_value"=>"0", "s3_path"=>"", "active"=>"true", "cron"=>"*/20 * * * *"}, "commit"=>"Create Export"}  (313.6ms) SELECT * FROM tables WHERE table_schema = ''  (1.2ms) BEGIN SQL (20.3ms) INSERT INTO `myreplicator_exports` (`active`, `created_at`, `cron`, `destination_schema`, `error`, `export_finished_at`, `export_started_at`, `export_to`, `export_type`, `exporter_pid`, `incremental_column`, `incremental_column_type`, `max_incremental_value`, `s3_path`, `source_schema`, `state`, `table_name`, `updated_at`) VALUES (1, '2013-03-01 19:52:42', '*/20 * * * *', 'public', NULL, NULL, NULL, 'vertica', 'incremental', NULL, 'id', 'int', '0', '', 'okl_test', 'new', 'batchy_batches', '2013-03-01 19:52:42')  (3.8ms) COMMIT Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` Redirected to http://localhost:3000/myreplicator/exports/3 Completed 302 Found in 1188ms (ActiveRecord: 428.3ms) Started GET "/myreplicator/exports/3" for 127.0.0.1 at 2013-03-01 11:52:42 -0800 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"3"} Myreplicator::Export Load (1.3ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 3 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (2.5ms) Completed 200 OK in 17ms (Views: 12.2ms | ActiveRecord: 1.3ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-01 11:52:42 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-01 11:52:42 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-01 11:52:42 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-01 11:52:42 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-01 11:52:42 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-01 11:52:42 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-01 11:52:42 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-01 11:52:42 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-01 11:52:42 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-03-01 11:52:42 -0800 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-03-01 11:52:42 -0800 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-03-01 11:52:42 -0800 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-03-01 11:52:42 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-01 11:52:42 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-01 11:52:42 -0800 Served asset /myreplicator/gear.png - 304 Not Modified (2ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-01 11:52:45 -0800 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 (11.3ms) Completed 200 OK in 22ms (Views: 19.7ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-01 11:52:45 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-01 11:52:45 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-01 11:52:45 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-01 11:52:45 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-01 11:52:45 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-01 11:52:45 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-01 11:52:45 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-01 11:52:45 -0800 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-03-01 11:52:45 -0800 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-03-01 11:52:45 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-03-01 11:52:45 -0800 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-03-01 11:52:45 -0800 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-03-01 11:52:45 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-01 11:52:45 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-03-01 11:52:45 -0800 Served asset /myreplicator/plus.png - 304 Not Modified (7ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-03-01 11:52:45 -0800 Served asset /myreplicator/status.png - 304 Not Modified (4ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-03-01 11:52:45 -0800 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (3ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-03-01 11:52:45 -0800 Served asset /myreplicator/desc-white.gif - 304 Not Modified (2ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-03-01 11:52:45 -0800 Served asset /myreplicator/bg.gif - 304 Not Modified (2ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-01 11:52:45 -0800 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-01 11:52:45 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (2ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Started DELETE "/myreplicator/exports/3" for 127.0.0.1 at 2013-03-01 16:13:30 -0800 Processing by Myreplicator::ExportsController#destroy as HTML Parameters: {"authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "id"=>"3"} Myreplicator::Export Load (3.1ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 3 LIMIT 1  (0.2ms) BEGIN SQL (5.7ms) DELETE FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 3  (1.6ms) COMMIT Redirected to http://localhost:3000/myreplicator/exports Completed 302 Found in 51ms (ActiveRecord: 10.5ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-01 16:13:30 -0800 Processing by Myreplicator::ExportsController#index as HTML  (9.5ms) 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 (33.2ms) Completed 200 OK in 58ms (Views: 44.2ms | ActiveRecord: 11.6ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-01 16:13:30 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-01 16:13:30 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-01 16:13:30 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-01 16:13:30 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-01 16:13:30 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-03-01 16:13:30 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-01 16:13:30 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-01 16:13:30 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-03-01 16:13:31 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-01 16:13:31 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-01 16:13:31 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-01 16:13:31 -0800 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-03-01 16:13:31 -0800 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-03-01 16:13:31 -0800 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-03-01 16:13:31 -0800 Served asset /myreplicator/plus.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-03-01 16:13:31 -0800 Served asset /myreplicator/status.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-03-01 16:13:31 -0800 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-03-01 16:13:31 -0800 Served asset /myreplicator/bg.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-03-01 16:13:31 -0800 Served asset /myreplicator/desc-white.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-01 16:13:31 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-03-01 16:13:31 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (23ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-03-01 16:13:31 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (12ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-01 16:13:31 -0800 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/myreplicator/exports/new" for 127.0.0.1 at 2013-03-01 16:13:33 -0800 Processing by Myreplicator::ExportsController#new as HTML  (313.6ms) SELECT * FROM tables WHERE table_schema = '' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (12.1ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/new.html.erb within layouts/myreplicator/application (17.8ms) Completed 200 OK in 1284ms (Views: 28.2ms | ActiveRecord: 472.9ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-01 16:13:35 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-01 16:13:35 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-01 16:13:35 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-01 16:13:35 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-01 16:13:35 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-01 16:13:35 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-01 16:13:35 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-01 16:13:35 -0800 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-03-01 16:13:35 -0800 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-03-01 16:13:35 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-01 16:13:35 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-03-01 16:13:35 -0800 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-03-01 16:13:35 -0800 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-03-01 16:13:35 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-03-01 16:13:35 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-01 16:13:35 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/slider_handle.png" for 127.0.0.1 at 2013-03-01 16:13:35 -0800 Served asset /myreplicator/slider_handle.png - 304 Not Modified (5ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-03-01 16:13:35 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (6ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-03-01 16:13:35 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-03-01 16:22:52 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (0ms) Started POST "/myreplicator/exports" for 127.0.0.1 at 2013-03-01 16:23:17 -0800 Processing by Myreplicator::ExportsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "export"=>{"export_to"=>"vertica", "export_type"=>"incremental", "source_schema"=>"okl_test", "destination_schema"=>"public", "table_name"=>"batchy_batches", "incremental_column"=>"id", "incremental_column_type"=>"int", "max_incremental_value"=>"0", "s3_path"=>"", "active"=>"true", "cron"=>"* */1 * * *"}, "commit"=>"Create Export"}  (309.6ms) SELECT * FROM tables WHERE table_schema = ''  (0.3ms) BEGIN SQL (2.4ms) INSERT INTO `myreplicator_exports` (`active`, `created_at`, `cron`, `destination_schema`, `error`, `export_finished_at`, `export_started_at`, `export_to`, `export_type`, `exporter_pid`, `incremental_column`, `incremental_column_type`, `max_incremental_value`, `s3_path`, `source_schema`, `state`, `table_name`, `updated_at`) VALUES (1, '2013-03-02 00:23:18', '* */1 * * *', 'public', NULL, NULL, NULL, 'vertica', 'incremental', NULL, 'id', 'int', '0', '', 'okl_test', 'new', 'batchy_batches', '2013-03-02 00:23:18')  (1.1ms) COMMIT Myreplicator::Export Load (1.3ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  Redirected to http://localhost:3000/myreplicator/exports/4 Completed 302 Found in 1248ms (ActiveRecord: 464.7ms) Started GET "/myreplicator/exports/4" for 127.0.0.1 at 2013-03-01 16:23:18 -0800 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.8ms) Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-01 16:23:18 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-01 16:23:18 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-01 16:23:18 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-01 16:23:18 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-01 16:23:18 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-01 16:23:18 -0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-01 16:23:18 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-01 16:23:18 -0800 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-03-01 16:23:18 -0800 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-03-01 16:23:18 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-01 16:23:18 -0800 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-03-01 16:23:18 -0800 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-03-01 16:23:18 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-03-01 16:23:18 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-01 16:23:18 -0800 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-03-01 16:23:18 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-03-01 16:23:18 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-04 10:35:49 -0800 Processing by Myreplicator::ExportsController#index as HTML  (88.5ms) SELECT COUNT(*) FROM `myreplicator_exports`  Myreplicator::Export Load (23.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 (216.4ms) Completed 200 OK in 325ms (Views: 184.2ms | ActiveRecord: 112.2ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 Served asset /myreplicator/application.css - 304 Not Modified (3ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 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-03-04 10:35:50 -0800 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (1ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 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-03-04 10:35:50 -0800 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-03-04 10:35:50 -0800 Served asset /myreplicator/application.js - 304 Not Modified (1ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 Served asset /myreplicator/plus.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 Served asset /myreplicator/bg.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 Served asset /myreplicator/desc-white.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 Served asset /myreplicator/status.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-03-04 10:35:50 -0800 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-03-04 10:35:53 -0800 Processing by Myreplicator::HomeController#index as HTML  (54.0ms) 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 (226.4ms) Myreplicator::Log Load (4.1ms) 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 (242.1ms) Completed 200 OK in 331ms (Views: 37.9ms | ActiveRecord: 222.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-04 10:35:54 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-04 10:35:54 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-04 10:35:54 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-04 10:35:54 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-04 10:35:54 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 10:35:54 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-04 10:35:54 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 10:35:54 -0800 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-03-04 10:35:54 -0800 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-03-04 10:35:54 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-04 10:35:54 -0800 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-03-04 10:35:54 -0800 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-03-04 10:35:54 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-04 10:35:54 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/myreplicator/" for 127.0.0.1 at 2013-03-06 09:40:22 -0800 Processing by Myreplicator::HomeController#index as HTML  (36.2ms) 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 (76.7ms) Myreplicator::Log Load (7.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 (96.8ms) Completed 200 OK in 232ms (Views: 146.2ms | ActiveRecord: 73.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 09:40:22 -0800 Served asset /myreplicator/application.css - 304 Not Modified (15ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 09:40:22 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (3ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 09:40:22 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (3ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 09:40:22 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (3ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 09:40:22 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 09:40:22 -0800 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 09:40:22 -0800 Served asset /jquery-ui.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 09:40:22 -0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-03-06 09:40:22 -0800 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-03-06 09:40:22 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (4ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-06 09:40:22 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (3ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-03-06 09:40:22 -0800 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-03-06 09:40:22 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (46ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-06 09:40:22 -0800 Served asset /myreplicator/application.js - 304 Not Modified (12ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-03-06 09:40:23 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (3ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-03-06 09:40:23 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (3ms) Started GET "/myreplicator/errors" for 127.0.0.1 at 2013-03-06 09:40:25 -0800 Processing by Myreplicator::HomeController#errors as HTML  (0.7ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (1.0ms) 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::Export Load (9.7ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE (error is not null) ORDER BY source_schema ASC Myreplicator::Log Load (7.4ms) 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 (75.7ms) Completed 200 OK in 85ms (Views: 47.9ms | ActiveRecord: 36.1ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 09:40:25 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 09:40:25 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 09:40:25 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 09:40:25 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 09:40:25 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 09:40:25 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 09:40:25 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 09:40:25 -0800 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-03-06 09:40:25 -0800 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-03-06 09:40:25 -0800 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-03-06 09:40:25 -0800 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-03-06 09:40:25 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-03-06 09:40:25 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-06 09:40:25 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-06 09:40:30 -0800 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM `myreplicator_exports` Myreplicator::Export Load (4.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 (65.8ms) Completed 200 OK in 74ms (Views: 68.4ms | ActiveRecord: 5.1ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 09:40:30 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 09:40:30 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 09:40:30 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 09:40:30 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 09:40:30 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 09:40:30 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 09:40:30 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 09:40:30 -0800 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-03-06 09:40:30 -0800 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-03-06 09:40:30 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-06 09:40:30 -0800 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-03-06 09:40:30 -0800 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-03-06 09:40:30 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-03-06 09:40:30 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-03-06 09:40:30 -0800 Served asset /myreplicator/plus.png - 304 Not Modified (10ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-03-06 09:40:30 -0800 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (3ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-03-06 09:40:30 -0800 Served asset /myreplicator/status.png - 304 Not Modified (2ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-06 09:40:30 -0800 Served asset /myreplicator/gear.png - 304 Not Modified (2ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-03-06 09:40:30 -0800 Served asset /myreplicator/desc-white.gif - 304 Not Modified (2ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-03-06 09:40:30 -0800 Served asset /myreplicator/bg.gif - 304 Not Modified (3ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-06 09:40:30 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (3ms) Started DELETE "/myreplicator/exports/2" for 127.0.0.1 at 2013-03-06 09:41:50 -0800 Processing by Myreplicator::ExportsController#destroy as HTML Parameters: {"authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "id"=>"2"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2 LIMIT 1  (0.9ms) BEGIN SQL (18.4ms) DELETE FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2  (6.1ms) COMMIT Redirected to http://localhost:3000/myreplicator/exports Completed 302 Found in 41ms (ActiveRecord: 25.8ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-06 09:41:50 -0800 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 (7.9ms) Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 1.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 09:41:50 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 09:41:50 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 09:41:50 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 09:41:50 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 09:41:50 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 09:41:50 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 09:41:50 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 09:41:50 -0800 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-03-06 09:41:50 -0800 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-03-06 09:41:50 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-06 09:41:50 -0800 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-03-06 09:41:50 -0800 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-03-06 09:41:50 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-06 09:41:50 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/new" for 127.0.0.1 at 2013-03-06 09:41:56 -0800 Processing by Myreplicator::ExportsController#new as HTML Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (14.4ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/new.html.erb within layouts/myreplicator/application (16.3ms) Completed 200 OK in 26ms (Views: 24.2ms | ActiveRecord: 0.0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 09:41:56 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 09:41:56 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 09:41:56 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 09:41:56 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 09:41:56 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 09:41:56 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 09:41:56 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 09:41:56 -0800 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-03-06 09:41:56 -0800 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-03-06 09:41:56 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-03-06 09:41:56 -0800 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-03-06 09:41:56 -0800 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-03-06 09:41:56 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-06 09:41:56 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-06 09:41:56 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-03-06 09:41:56 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (4ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-03-06 09:41:58 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/myreplicator/exports/new" for 127.0.0.1 at 2013-03-06 09:55:13 -0800 Processing by Myreplicator::ExportsController#new as HTML Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (17.7ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/new.html.erb within layouts/myreplicator/application (29.1ms) Completed 200 OK in 808ms (Views: 106.3ms | ActiveRecord: 168.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 09:55:14 -0800 Served asset /myreplicator/application.css - 304 Not Modified (16ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 09:55:14 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (3ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 09:55:14 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (3ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 09:55:14 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (3ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 09:55:14 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 09:55:14 -0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 09:55:14 -0800 Served asset /jquery-ui.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 09:55:14 -0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-03-06 09:55:14 -0800 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-03-06 09:55:14 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (3ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-06 09:55:14 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (36ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-03-06 09:55:14 -0800 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-03-06 09:55:14 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (3ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-06 09:55:14 -0800 Served asset /myreplicator/application.js - 304 Not Modified (18ms) Started GET "/assets/myreplicator/slider_handle.png" for 127.0.0.1 at 2013-03-06 09:55:14 -0800 Served asset /myreplicator/slider_handle.png - 304 Not Modified (2ms) Started POST "/myreplicator/exports" for 127.0.0.1 at 2013-03-06 09:55:52 -0800 Processing by Myreplicator::ExportsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "export"=>{"export_to"=>"vertica", "export_type"=>"incremental", "source_schema"=>"okl_dev", "destination_schema"=>"public", "table_name"=>"app_csvs", "incremental_column"=>"id", "incremental_column_type"=>"int", "max_incremental_value"=>"0", "s3_path"=>"", "active"=>"true", "cron"=>"*/5 * * * *"}, "commit"=>"Create Export"}  (0.2ms) BEGIN SQL (14.3ms) INSERT INTO `myreplicator_exports` (`active`, `created_at`, `cron`, `destination_schema`, `error`, `export_finished_at`, `export_started_at`, `export_to`, `export_type`, `exporter_pid`, `incremental_column`, `incremental_column_type`, `max_incremental_value`, `s3_path`, `source_schema`, `state`, `table_name`, `updated_at`) VALUES (1, '2013-03-06 17:55:52', '*/5 * * * *', 'public', NULL, NULL, NULL, 'vertica', 'incremental', NULL, 'id', 'int', '0', '', 'okl_dev', 'new', 'app_csvs', '2013-03-06 17:55:52')  (1.0ms) COMMIT Myreplicator::Export Load (0.3ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` Redirected to http://localhost:3000/myreplicator/exports/5 Completed 302 Found in 579ms (ActiveRecord: 109.7ms) Started GET "/myreplicator/exports/5" for 127.0.0.1 at 2013-03-06 09:55:52 -0800 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"5"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 5 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (2.2ms) Completed 200 OK in 14ms (Views: 11.5ms | ActiveRecord: 0.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 09:55:52 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 09:55:52 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 09:55:52 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 09:55:52 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 09:55:52 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 09:55:52 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 09:55:52 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 09:55:52 -0800 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-03-06 09:55:52 -0800 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-03-06 09:55:52 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-06 09:55:52 -0800 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-03-06 09:55:52 -0800 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-03-06 09:55:52 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-06 09:55:52 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-06 09:55:52 -0800 Served asset /myreplicator/gear.png - 304 Not Modified (2ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-06 09:55:55 -0800 Processing by Myreplicator::ExportsController#index as HTML  (2.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 20ms (Views: 16.8ms | ActiveRecord: 2.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 09:55:55 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 09:55:55 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 09:55:55 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 09:55:55 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 09:55:55 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 09:55:55 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 09:55:55 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 09:55:55 -0800 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-03-06 09:55:55 -0800 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-03-06 09:55:55 -0800 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-03-06 09:55:55 -0800 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-03-06 09:55:55 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-03-06 09:55:55 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-06 09:55:55 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Started DELETE "/myreplicator/exports/5" for 127.0.0.1 at 2013-03-06 10:08:02 -0800 Processing by Myreplicator::ExportsController#destroy as HTML Parameters: {"authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "id"=>"5"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 5 LIMIT 1  (0.2ms) BEGIN SQL (3.3ms) DELETE FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 5  (0.5ms) COMMIT Redirected to http://localhost:3000/myreplicator/exports Completed 302 Found in 92ms (ActiveRecord: 10.6ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-06 10:08:03 -0800 Processing by Myreplicator::ExportsController#index as HTML  (0.3ms) 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 (19.0ms) Completed 200 OK in 47ms (Views: 43.1ms | ActiveRecord: 1.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:03 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:03 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:03 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:03 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:03 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:03 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:03 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:03 -0800 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-03-06 10:08:03 -0800 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-03-06 10:08:03 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:03 -0800 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-03-06 10:08:03 -0800 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-03-06 10:08:03 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:03 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/new" for 127.0.0.1 at 2013-03-06 10:08:05 -0800 Processing by Myreplicator::ExportsController#new as HTML Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (13.0ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/new.html.erb within layouts/myreplicator/application (14.4ms) Completed 200 OK in 771ms (Views: 27.2ms | ActiveRecord: 166.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:06 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:06 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:06 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:06 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:06 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:06 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:06 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:06 -0800 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-03-06 10:08:06 -0800 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-03-06 10:08:06 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:06 -0800 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-03-06 10:08:06 -0800 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-03-06 10:08:06 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:06 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started POST "/myreplicator/exports" for 127.0.0.1 at 2013-03-06 10:08:26 -0800 Processing by Myreplicator::ExportsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "export"=>{"export_to"=>"vertica", "export_type"=>"incremental", "source_schema"=>"okl_dev", "destination_schema"=>"public", "table_name"=>"app_csvs", "incremental_column"=>"id", "incremental_column_type"=>"int", "max_incremental_value"=>"0", "s3_path"=>"", "active"=>"true", "cron"=>"* * * * *"}, "commit"=>"Create Export"}  (0.2ms) BEGIN SQL (2.5ms) INSERT INTO `myreplicator_exports` (`active`, `created_at`, `cron`, `destination_schema`, `error`, `export_finished_at`, `export_started_at`, `export_to`, `export_type`, `exporter_pid`, `incremental_column`, `incremental_column_type`, `max_incremental_value`, `s3_path`, `source_schema`, `state`, `table_name`, `updated_at`) VALUES (1, '2013-03-06 18:08:27', '* * * * *', 'public', NULL, NULL, NULL, 'vertica', 'incremental', NULL, 'id', 'int', '0', '', 'okl_dev', 'new', 'app_csvs', '2013-03-06 18:08:27')  (0.9ms) COMMIT Myreplicator::Export Load (0.3ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  Redirected to http://localhost:3000/myreplicator/exports/6 Completed 302 Found in 714ms (ActiveRecord: 119.9ms) Started GET "/myreplicator/exports/6" for 127.0.0.1 at 2013-03-06 10:08:27 -0800 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"6"} Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 6 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (2.8ms) Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 0.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:27 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:27 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:27 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:27 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:27 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:27 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:27 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:27 -0800 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-03-06 10:08:27 -0800 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-03-06 10:08:27 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:27 -0800 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-03-06 10:08:27 -0800 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-03-06 10:08:27 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:27 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-06 10:08:29 -0800 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 (12.4ms) Completed 200 OK in 42ms (Views: 39.8ms | ActiveRecord: 1.3ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:29 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:29 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:29 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:30 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:30 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:30 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:30 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:30 -0800 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-03-06 10:08:30 -0800 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-03-06 10:08:30 -0800 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-03-06 10:08:30 -0800 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-03-06 10:08:30 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:30 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:30 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Started DELETE "/myreplicator/exports/6" for 127.0.0.1 at 2013-03-06 10:40:34 -0800 Processing by Myreplicator::ExportsController#destroy as HTML Parameters: {"authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "id"=>"6"} Myreplicator::Export Load (0.7ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 6 LIMIT 1  (0.2ms) BEGIN SQL (0.4ms) DELETE FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 6  (0.8ms) COMMIT Redirected to http://localhost:3000/myreplicator/exports Completed 302 Found in 53ms (ActiveRecord: 2.0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-06 10:40:34 -0800 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 (9.1ms) Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 1.1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:40:34 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 10:40:34 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:40:34 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 10:40:34 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 10:40:34 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 10:40:34 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:40:34 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 10:40:34 -0800 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-03-06 10:40:34 -0800 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-03-06 10:40:34 -0800 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-03-06 10:40:34 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-03-06 10:40:34 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-06 10:40:34 -0800 Served asset /myreplicator/exports.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:40:34 -0800 Served asset /myreplicator/application.js - 304 Not Modified (1ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-03-06 10:40:35 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (10ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-03-06 10:40:35 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (2ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-03-06 10:40:35 -0800 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (3ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-03-06 10:40:35 -0800 Served asset /myreplicator/desc-white.gif - 304 Not Modified (3ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-03-06 10:40:35 -0800 Served asset /myreplicator/plus.png - 304 Not Modified (5ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-03-06 10:40:35 -0800 Served asset /myreplicator/bg.gif - 304 Not Modified (4ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-03-06 10:40:35 -0800 Served asset /myreplicator/status.png - 304 Not Modified (2ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-06 10:40:35 -0800 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-06 10:40:35 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (2ms) Started GET "/myreplicator/exports/new" for 127.0.0.1 at 2013-03-06 10:40:36 -0800 Processing by Myreplicator::ExportsController#new as HTML Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (5.7ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/new.html.erb within layouts/myreplicator/application (8.0ms) Completed 200 OK in 629ms (Views: 19.1ms | ActiveRecord: 154.1ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 10:40:37 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 10:40:37 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:40:37 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 10:40:37 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 10:40:37 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:40:37 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 10:40:37 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:40:37 -0800 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-03-06 10:40:37 -0800 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-03-06 10:40:37 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-06 10:40:37 -0800 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-03-06 10:40:37 -0800 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-03-06 10:40:37 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-03-06 10:40:37 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-03-06 10:40:37 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-03-06 10:40:37 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (4ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-03-06 10:40:37 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/assets/myreplicator/slider_handle.png" for 127.0.0.1 at 2013-03-06 10:40:37 -0800 Served asset /myreplicator/slider_handle.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-06 10:40:37 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-03-06 10:40:38 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (0ms) Started POST "/myreplicator/exports" for 127.0.0.1 at 2013-03-06 10:40:57 -0800 Processing by Myreplicator::ExportsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "export"=>{"export_to"=>"vertica", "export_type"=>"incremental", "source_schema"=>"okl_dev", "destination_schema"=>"public", "table_name"=>"app_csvs", "incremental_column"=>"id", "incremental_column_type"=>"int", "max_incremental_value"=>"0", "s3_path"=>"", "active"=>"true", "cron"=>"* * * * *"}, "commit"=>"Create Export"}  (0.2ms) BEGIN SQL (3.2ms) INSERT INTO `myreplicator_exports` (`active`, `created_at`, `cron`, `destination_schema`, `error`, `export_finished_at`, `export_started_at`, `export_to`, `export_type`, `exporter_pid`, `incremental_column`, `incremental_column_type`, `max_incremental_value`, `s3_path`, `source_schema`, `state`, `table_name`, `updated_at`) VALUES (1, '2013-03-06 18:40:57', '* * * * *', 'public', NULL, NULL, NULL, 'vertica', 'incremental', NULL, 'id', 'int', '0', '', 'okl_dev', 'new', 'app_csvs', '2013-03-06 18:40:57')  (0.3ms) COMMIT Myreplicator::Export Load (0.6ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` Redirected to http://localhost:3000/myreplicator/exports/7 Completed 302 Found in 704ms (ActiveRecord: 114.9ms) Started GET "/myreplicator/exports/7" for 127.0.0.1 at 2013-03-06 10:40:58 -0800 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"7"} Myreplicator::Export Load (0.7ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 7 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: 10.8ms | ActiveRecord: 0.7ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:40:58 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 10:40:58 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 10:40:58 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:40:58 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 10:40:58 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 10:40:58 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 10:40:58 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:40:58 -0800 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-03-06 10:40:58 -0800 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-03-06 10:40:58 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-06 10:40:58 -0800 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-03-06 10:40:58 -0800 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-03-06 10:40:58 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:40:58 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-03-06 10:40:58 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-03-06 10:40:58 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-06 10:40:58 -0800 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-06 10:40:59 -0800 Processing by Myreplicator::ExportsController#index as HTML  (0.5ms) 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 (9.0ms) Completed 200 OK in 19ms (Views: 16.3ms | ActiveRecord: 1.2ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:40:59 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 10:40:59 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 10:41:00 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:41:00 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 10:41:00 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 10:41:00 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 10:41:00 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:41:00 -0800 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-03-06 10:41:00 -0800 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-03-06 10:41:00 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-06 10:41:00 -0800 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-03-06 10:41:00 -0800 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-03-06 10:41:00 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-03-06 10:41:00 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-03-06 10:41:00 -0800 Served asset /myreplicator/bg.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-03-06 10:41:00 -0800 Served asset /myreplicator/status.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-03-06 10:41:00 -0800 Served asset /myreplicator/plus.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-03-06 10:41:00 -0800 Served asset /myreplicator/desc-white.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-06 10:41:00 -0800 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-03-06 10:41:00 -0800 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-06 10:41:00 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Started GET "/myreplicator/exports/new" for 127.0.0.1 at 2013-03-06 10:45:20 -0800 Processing by Myreplicator::ExportsController#new as HTML Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (6.5ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/new.html.erb within layouts/myreplicator/application (8.2ms) Completed 200 OK in 766ms (Views: 21.0ms | ActiveRecord: 197.1ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 10:45:21 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 10:45:21 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 10:45:21 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 10:45:21 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:45:21 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:45:21 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 10:45:21 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:45:21 -0800 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-03-06 10:45:21 -0800 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-03-06 10:45:21 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-06 10:45:21 -0800 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-03-06 10:45:21 -0800 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-03-06 10:45:21 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:45:21 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/slider_handle.png" for 127.0.0.1 at 2013-03-06 10:45:21 -0800 Served asset /myreplicator/slider_handle.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-03-06 10:45:21 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-06 10:45:21 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-03-06 10:45:21 -0800 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-03-06 10:45:21 -0800 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-03-06 10:45:25 -0800 Served asset /myreplicator/select2.png - 304 Not Modified (0ms) Started POST "/myreplicator/exports" for 127.0.0.1 at 2013-03-06 10:47:08 -0800 Processing by Myreplicator::ExportsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "export"=>{"export_to"=>"vertica", "export_type"=>"all", "source_schema"=>"okl_dev", "destination_schema"=>"public", "table_name"=>"batches", "incremental_column"=>"", "incremental_column_type"=>"", "max_incremental_value"=>"", "s3_path"=>"", "active"=>"true", "cron"=>"* * * * *"}, "commit"=>"Create Export"}  (0.2ms) BEGIN SQL (0.7ms) INSERT INTO `myreplicator_exports` (`active`, `created_at`, `cron`, `destination_schema`, `error`, `export_finished_at`, `export_started_at`, `export_to`, `export_type`, `exporter_pid`, `incremental_column`, `incremental_column_type`, `max_incremental_value`, `s3_path`, `source_schema`, `state`, `table_name`, `updated_at`) VALUES (1, '2013-03-06 18:47:08', '* * * * *', 'public', NULL, NULL, NULL, 'vertica', 'all', NULL, '', '', '', '', 'okl_dev', 'new', 'batches', '2013-03-06 18:47:08')  (2.5ms) COMMIT Myreplicator::Export Load (0.3ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  Redirected to http://localhost:3000/myreplicator/exports/8 Completed 302 Found in 648ms (ActiveRecord: 180.9ms) Started GET "/myreplicator/exports/8" for 127.0.0.1 at 2013-03-06 10:47:08 -0800 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.3ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:47:08 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 10:47:08 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 10:47:08 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 10:47:08 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 10:47:08 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:47:08 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 10:47:08 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:47:08 -0800 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-03-06 10:47:08 -0800 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-03-06 10:47:08 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-06 10:47:08 -0800 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-03-06 10:47:08 -0800 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-03-06 10:47:08 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:47:08 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-06 10:47:08 -0800 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-06 10:47:11 -0800 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.3ms) Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 1.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:47:11 -0800 Served asset /myreplicator/application.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-06 10:47:11 -0800 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-06 10:47:11 -0800 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-06 10:47:11 -0800 Served asset /myreplicator/exports.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-06 10:47:11 -0800 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:47:11 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-06 10:47:11 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:47:11 -0800 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-03-06 10:47:11 -0800 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-03-06 10:47:11 -0800 Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-06 10:47:11 -0800 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-03-06 10:47:11 -0800 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-03-06 10:47:11 -0800 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-03-06 10:47:11 -0800 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-03-06 10:47:11 -0800 Served asset /myreplicator/plus.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-03-06 10:47:11 -0800 Served asset /myreplicator/bg.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-03-06 10:47:11 -0800 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-03-06 10:47:11 -0800 Served asset /myreplicator/desc-white.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-03-06 10:47:11 -0800 Served asset /myreplicator/status.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-06 10:47:11 -0800 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-06 10:47:11 -0800 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Started GET "/system_status" for 127.0.0.1 at 2013-03-07 13:28:45 -0800 ActionController::RoutingError (No route matches [GET] "/system_status"): 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 (7.4ms) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/myreplicator/" for 127.0.0.1 at 2013-03-11 11:14:31 -0700 Processing by Myreplicator::HomeController#index as HTML  (71.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (2.5ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (264.4ms) Myreplicator::Log Load (6.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 (288.9ms) Completed 200 OK in 500ms (Views: 223.9ms | ActiveRecord: 256.2ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-11 11:14:32 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-11 11:14:32 -0700 Served asset /myreplicator/application.css - 304 Not Modified (10ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-11 11:14:32 -0700 Served asset /myreplicator/exports.css - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 11:14:32 -0700 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 11:14:32 -0700 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-11 11:14:32 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (4ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-11 11:14:32 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (8ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 11:14:32 -0700 Served asset /jquery-ui.js - 304 Not Modified (7ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-03-11 11:14:32 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (4ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-03-11 11:14:32 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (4ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-11 11:14:32 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (4ms) Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-03-11 11:14:32 -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-03-11 11:14:32 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (36ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-11 11:14:32 -0700 Served asset /myreplicator/application.js - 304 Not Modified (16ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-03-11 11:14:32 -0700 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (4ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-03-11 11:14:32 -0700 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (3ms) Started GET "/myreplicator/errors" for 127.0.0.1 at 2013-03-11 11:14:34 -0700 Processing by Myreplicator::HomeController#errors as HTML  (1.7ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (2.6ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/home/_home_menu.erb (7.5ms) Myreplicator::Export Load (7.2ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE (error is not null) ORDER BY source_schema ASC Myreplicator::Log Load (6.2ms) 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 (102.5ms) Completed 200 OK in 115ms (Views: 74.7ms | ActiveRecord: 39.6ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-11 11:14:34 -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-03-11 11:14: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-03-11 11:14: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-03-11 11:14:34 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 11:14: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-03-11 11:14:34 -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-03-11 11:14: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-03-11 11:14: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-03-11 11:14:35 -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-03-11 11:14:35 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (1ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-11 11:14:35 -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-03-11 11:14: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-03-11 11:14:35 -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-03-11 11:14:35 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-03-11 11:14:37 -0700 Processing by Myreplicator::HomeController#index as HTML  (1.0ms) SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'  (0.7ms) 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 (3.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.5ms) Completed 200 OK in 17ms (Views: 11.2ms | ActiveRecord: 5.2ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-11 11:14: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-03-11 11:14: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-03-11 11:14: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-03-11 11:14: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-03-11 11:14:37 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-11 11:14:37 -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-03-11 11:14: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-03-11 11:14: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-03-11 11:14: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-03-11 11:14: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-03-11 11:14: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-03-11 11:14: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-03-11 11:14: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-03-11 11:14:37 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-11 11:14:38 -0700 Processing by Myreplicator::ExportsController#index as HTML  (2.2ms) 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 (47.5ms) Completed 200 OK in 64ms (Views: 59.8ms | ActiveRecord: 3.3ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-11 11:14:38 -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-03-11 11:14:38 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 11:14:38 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-11 11:14:38 -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-03-11 11:14: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-03-11 11:14:38 -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-03-11 11:14: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-03-11 11:14: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-03-11 11:14: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-03-11 11:14: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-03-11 11:14: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-03-11 11:14: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-03-11 11:14: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-03-11 11:14:38 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-03-11 11:14:38 -0700 Served asset /myreplicator/status.png - 304 Not Modified (5ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-03-11 11:14:38 -0700 Served asset /myreplicator/desc-white.gif - 304 Not Modified (2ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-03-11 11:14:38 -0700 Served asset /myreplicator/plus.png - 304 Not Modified (3ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-11 11:14:38 -0700 Served asset /myreplicator/cross.png - 304 Not Modified (2ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-03-11 11:14:38 -0700 Served asset /myreplicator/bg.gif - 304 Not Modified (2ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-03-11 11:14:38 -0700 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (3ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-11 11:14:38 -0700 Served asset /myreplicator/gear.png - 304 Not Modified (3ms) Started DELETE "/myreplicator/exports/7" for 127.0.0.1 at 2013-03-11 11:14:57 -0700 Processing by Myreplicator::ExportsController#destroy as HTML Parameters: {"authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "id"=>"7"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 7 LIMIT 1  (0.9ms) BEGIN SQL (11.6ms) DELETE FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 7  (0.7ms) COMMIT Redirected to http://localhost:3000/myreplicator/exports Completed 302 Found in 35ms (ActiveRecord: 13.7ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-11 11:14:57 -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 (13.6ms) Completed 200 OK in 34ms (Views: 31.4ms | ActiveRecord: 1.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-11 11:14:57 -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-03-11 11:14: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-03-11 11:14:57 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 11:14:57 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-11 11:14:57 -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-03-11 11:14:57 -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-03-11 11:14:57 -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-03-11 11:14:57 -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-03-11 11:14:57 -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-03-11 11:14: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-03-11 11:14:57 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (1ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-03-11 11:14:57 -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-03-11 11:14:57 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 11:14:57 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-11 11:14:57 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-03-11 11:14: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-03-11 11:14: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-03-11 11:14: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-03-11 11:14: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-03-11 11:14: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-03-11 11:14:57 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-11 11:27:06 -0700 Processing by Myreplicator::ExportsController#index as HTML  (2.6ms) 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 (89.4ms) Completed 200 OK in 169ms (Views: 130.5ms | ActiveRecord: 3.6ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-11 11:27:07 -0700 Served asset /myreplicator/application.css - 304 Not Modified (1ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-11 11:27:07 -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-03-11 11:27: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-03-11 11:27:07 -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-03-11 11:27:07 -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-03-11 11:27: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-03-11 11:27: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-03-11 11:27:07 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-03-11 11:27: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-03-11 11:27: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-03-11 11:27: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-03-11 11:27: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-03-11 11:27: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-03-11 11:27:07 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-03-11 11:27:07 -0700 Served asset /myreplicator/plus.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-03-11 11:27:07 -0700 Served asset /myreplicator/desc-white.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-03-11 11:27:07 -0700 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-03-11 11:27:07 -0700 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-03-11 11:27:07 -0700 Served asset /myreplicator/bg.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-03-11 11:27:07 -0700 Served asset /myreplicator/status.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-03-11 11:27:07 -0700 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-11 11:27:07 -0700 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-11 11:27:07 -0700 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-11 11:34: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 (17.2ms) Completed 200 OK in 115ms (Views: 113.7ms | ActiveRecord: 0.8ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-11 11:34: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-03-11 11:34:33 -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-03-11 11:34:33 -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-03-11 11:34:33 -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-03-11 11:34:33 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 11:34:33 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-11 11:34:33 -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-03-11 11:34:33 -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-03-11 11:34:33 -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-03-11 11:34:33 -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-03-11 11:34:33 -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-03-11 11:34:33 -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-03-11 11:34:33 -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-03-11 11:34:33 -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-03-11 11:34:33 -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-03-11 11:34:33 -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-03-11 11:34:33 -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-03-11 11:34:33 -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-03-11 11:34:33 -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-03-11 11:34:33 -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-03-11 11:34:33 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/new" for 127.0.0.1 at 2013-03-11 11:35:29 -0700 Processing by Myreplicator::ExportsController#new as HTML Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (24.4ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/new.html.erb within layouts/myreplicator/application (28.7ms) Completed 200 OK in 1314ms (Views: 42.1ms | ActiveRecord: 250.1ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-11 11:35:30 -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-03-11 11:35:30 -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-03-11 11:35: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-03-11 11:35:30 -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-03-11 11:35:30 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 11:35:30 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-11 11:35:30 -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-03-11 11:35:30 -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-03-11 11:35: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-03-11 11:35: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-03-11 11:35:30 -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-03-11 11:35:30 -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-03-11 11:35:30 -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-03-11 11:35:30 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/slider_handle.png" for 127.0.0.1 at 2013-03-11 11:35:31 -0700 Served asset /myreplicator/slider_handle.png - 304 Not Modified (7ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-11 11:35:31 -0700 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-03-11 11:35:31 -0700 Served asset /myreplicator/select2.png - 304 Not Modified (3ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-03-11 11:35:32 -0700 Served asset /myreplicator/select2.png - 304 Not Modified (0ms) Started POST "/myreplicator/exports" for 127.0.0.1 at 2013-03-11 11:36:03 -0700 Processing by Myreplicator::ExportsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "export"=>{"export_to"=>"vertica", "export_type"=>"incremental", "source_schema"=>"okl_dev", "destination_schema"=>"public", "table_name"=>"app_csvs", "incremental_column"=>"id", "incremental_column_type"=>"int", "max_incremental_value"=>"0", "s3_path"=>"", "active"=>"true", "cron"=>"*/30 * * * *"}, "commit"=>"Create Export"}  (0.2ms) BEGIN SQL (2.1ms) INSERT INTO `myreplicator_exports` (`active`, `created_at`, `cron`, `destination_schema`, `error`, `export_finished_at`, `export_started_at`, `export_to`, `export_type`, `exporter_pid`, `incremental_column`, `incremental_column_type`, `max_incremental_value`, `s3_path`, `source_schema`, `state`, `table_name`, `updated_at`) VALUES (1, '2013-03-11 18:36:05', '*/30 * * * *', 'public', NULL, NULL, NULL, 'vertica', 'incremental', NULL, 'id', 'int', '0', '', 'okl_dev', 'new', 'app_csvs', '2013-03-11 18:36:05')  (0.4ms) COMMIT Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` Redirected to http://localhost:3000/myreplicator/exports/9 Completed 302 Found in 1104ms (ActiveRecord: 223.1ms) Started GET "/myreplicator/exports/9" for 127.0.0.1 at 2013-03-11 11:36:05 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"9"} Myreplicator::Export Load (0.5ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 9 LIMIT 1 Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (2.1ms) Completed 200 OK in 14ms (Views: 11.3ms | ActiveRecord: 0.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-11 11:36: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-03-11 11:36: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-03-11 11:36:05 -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-03-11 11:36:05 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-11 11:36:05 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-11 11:36: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-03-11 11:36: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-03-11 11:36: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-03-11 11:36: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-03-11 11:36: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-03-11 11:36: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-03-11 11:36: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-03-11 11:36:05 -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-03-11 11:36:05 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-11 11:36:05 -0700 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-11 11:36:07 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.5ms) 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 (19.6ms) Completed 200 OK in 35ms (Views: 33.3ms | ActiveRecord: 1.1ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-11 11:36:07 -0700 Served asset /myreplicator/application.css - 304 Not Modified (2ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-11 11:36: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-03-11 11:36:07 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-11 11:36: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-03-11 11:36:07 -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-03-11 11:36: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-03-11 11:36: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-03-11 11:36:07 -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-03-11 11:36: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-03-11 11:36:07 -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-03-11 11:36: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-03-11 11:36: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-03-11 11:36:07 -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-03-11 11:36:07 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-11 14:03:38 -0700 Processing by Myreplicator::ExportsController#index as HTML  (103.2ms) SELECT COUNT(*) FROM `myreplicator_exports` Myreplicator::Export Load (23.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 (266.1ms) Completed 200 OK in 429ms (Views: 246.7ms | ActiveRecord: 126.3ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-11 14:03:39 -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-03-11 14:03: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-03-11 14:03:39 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-03-11 14:03:39 -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-03-11 14:03:39 -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-03-11 14:03:39 -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-03-11 14:03:39 -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-03-11 14:03:39 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-03-11 14:03: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-03-11 14:03: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-03-11 14:03: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-03-11 14:03:39 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-11 14:03:39 -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-03-11 14:03:39 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-03-11 14:03:39 -0700 Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-03-11 14:03:39 -0700 Served asset /myreplicator/status.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-03-11 14:03:39 -0700 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-03-11 14:03:39 -0700 Served asset /myreplicator/plus.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-03-11 14:03:39 -0700 Served asset /myreplicator/bg.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-03-11 14:03:40 -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-03-11 14:03:40 -0700 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-11 14:03:40 -0700 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-11 14:03:40 -0700 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-12 13:19:56 -0700 Processing by Myreplicator::ExportsController#index as HTML  (5.9ms) SELECT COUNT(*) FROM `myreplicator_exports` Myreplicator::Export Load (3.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 (162.3ms) Completed 200 OK in 428ms (Views: 318.8ms | ActiveRecord: 9.0ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-12 13:19: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-03-12 13:19: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-03-12 13:19:57 -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-03-12 13:19: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-03-12 13:19: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-03-12 13:19:58 -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-03-12 13:19:58 -0700 Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-03-12 13:19:58 -0700 Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-03-12 13:19:58 -0700 Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 13:19:58 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-03-12 13:19:58 -0700 Served asset /myreplicator/exports.js - 304 Not Modified (1ms) Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-03-12 13:19:58 -0700 Served asset /myreplicator/cronwtf.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-03-12 13:19:58 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (3ms) Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-03-12 13:19:58 -0700 Served asset /myreplicator/application.js - 304 Not Modified (2ms) Started GET "/assets/myreplicator/status.png" for 127.0.0.1 at 2013-03-12 13:19:58 -0700 Served asset /myreplicator/status.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-03-12 13:19:58 -0700 Served asset /myreplicator/plus.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-03-12 13:19:58 -0700 Served asset /myreplicator/bg.gif - 304 Not Modified (0ms) Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-03-12 13:19:58 -0700 Served asset /myreplicator/desc-white.gif - 304 Not Modified (3ms) Started GET "/assets/myreplicator/clipboard-list.png" for 127.0.0.1 at 2013-03-12 13:19:58 -0700 Served asset /myreplicator/clipboard-list.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-12 13:19:58 -0700 Served asset /myreplicator/gear.png - 304 Not Modified (1ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-12 13:19:58 -0700 Served asset /myreplicator/cross.png - 304 Not Modified (1ms) Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-03-12 13:19:58 -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-03-12 13:19:58 -0700 Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms) Started DELETE "/myreplicator/exports/9" for 127.0.0.1 at 2013-03-12 13:20:16 -0700 Processing by Myreplicator::ExportsController#destroy as HTML Parameters: {"authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "id"=>"9"} Myreplicator::Export Load (1.3ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 9 LIMIT 1  (0.3ms) BEGIN SQL (4.9ms) DELETE FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 9  (2.4ms) COMMIT Redirected to http://localhost:3000/myreplicator/exports Completed 302 Found in 41ms (ActiveRecord: 8.9ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-12 13:20:17 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) 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 (35.5ms) Completed 200 OK in 58ms (Views: 54.9ms | ActiveRecord: 1.7ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-12 13:20:17 -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-03-12 13:20:17 -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-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20:17 -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-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20:17 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports/new" for 127.0.0.1 at 2013-03-12 13:20:20 -0700 Processing by Myreplicator::ExportsController#new as HTML Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/_form.html.erb (10.1ms) Rendered /Users/lnguyen/Documents/myreplicator/app/views/myreplicator/exports/new.html.erb within layouts/myreplicator/application (14.7ms) Completed 200 OK in 560ms (Views: 23.5ms | ActiveRecord: 143.4ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20:21 -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-03-12 13:20:21 -0700 Served asset /myreplicator/chosen.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20: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-03-12 13:20:21 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-03-12 13:20:21 -0700 Served asset /myreplicator/cross.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-03-12 13:20:21 -0700 Served asset /myreplicator/select2.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/slider_handle.png" for 127.0.0.1 at 2013-03-12 13:20:21 -0700 Served asset /myreplicator/slider_handle.png - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.png" for 127.0.0.1 at 2013-03-12 13:20:23 -0700 Served asset /myreplicator/select2.png - 304 Not Modified (0ms) Started POST "/myreplicator/exports" for 127.0.0.1 at 2013-03-12 13:22:25 -0700 Processing by Myreplicator::ExportsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xk1PxHDtBeGDZ9L2TpwPd0B391xlD9xEIPzkLeaO+qA=", "export"=>{"export_to"=>"vertica", "export_type"=>"incremental", "source_schema"=>"okl_dev", "destination_schema"=>"public", "table_name"=>"app_csvs", "incremental_column"=>"id", "incremental_column_type"=>"int", "max_incremental_value"=>"0", "s3_path"=>"", "active"=>"true", "cron"=>"* * * * *"}, "commit"=>"Create Export"}  (0.1ms) BEGIN SQL (3.0ms) INSERT INTO `myreplicator_exports` (`active`, `created_at`, `cron`, `destination_schema`, `error`, `export_finished_at`, `export_started_at`, `export_to`, `export_type`, `exporter_pid`, `incremental_column`, `incremental_column_type`, `max_incremental_value`, `s3_path`, `source_schema`, `state`, `table_name`, `updated_at`) VALUES (1, '2013-03-12 20:22:25', '* * * * *', 'public', NULL, NULL, NULL, 'vertica', 'incremental', NULL, 'id', 'int', '0', '', 'okl_dev', 'new', 'app_csvs', '2013-03-12 20:22:25')  (1.0ms) COMMIT Myreplicator::Export Load (1.2ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports`  Redirected to http://localhost:3000/myreplicator/exports/10 Completed 302 Found in 514ms (ActiveRecord: 100.5ms) Started GET "/myreplicator/exports/10" for 127.0.0.1 at 2013-03-12 13:22:25 -0700 Processing by Myreplicator::ExportsController#show as HTML Parameters: {"id"=>"10"} Myreplicator::Export Load (1.5ms) 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.5ms) Completed 200 OK in 18ms (Views: 15.8ms | ActiveRecord: 1.5ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-12 13:22: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-03-12 13:22: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-03-12 13:22:25 -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-03-12 13:22: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-03-12 13:22: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-03-12 13:22:25 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 13:22:25 -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-03-12 13:22:25 -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-03-12 13:22:25 -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-03-12 13:22: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-03-12 13:22: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-03-12 13:22: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-03-12 13:22: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-03-12 13:22:25 -0700 Served asset /myreplicator/application.js - 304 Not Modified (1ms) Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-03-12 13:22: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-03-12 13:22: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-03-12 13:22: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-03-12 13:22:26 -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-03-12 13:22:26 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/gear.png" for 127.0.0.1 at 2013-03-12 13:22:26 -0700 Served asset /myreplicator/gear.png - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-12 13:22:28 -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 (10.9ms) Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 1.3ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-12 13:22: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-03-12 13:22: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-03-12 13:22: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-03-12 13:22: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-03-12 13:22: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-03-12 13:22:28 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 13:22:28 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 13:22:28 -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-03-12 13:22:28 -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-03-12 13:22: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-03-12 13:22: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-03-12 13:22: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-03-12 13:22: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-03-12 13:22:28 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/" for 127.0.0.1 at 2013-03-12 13:22:30 -0700 Processing by Myreplicator::HomeController#index as HTML  (1.2ms) 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 (4.8ms) Myreplicator::Log Load (4.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 22ms (Views: 14.1ms | ActiveRecord: 6.7ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-12 13:22:30 -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-03-12 13:22:30 -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-03-12 13:22: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-03-12 13:22: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-03-12 13:22:30 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 13:22: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-03-12 13:22:30 -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-03-12 13:22: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-03-12 13:22: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-03-12 13:22: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-03-12 13:22: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-03-12 13:22: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-03-12 13:22: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-03-12 13:22:30 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) Started GET "/myreplicator/errors" for 127.0.0.1 at 2013-03-12 13:22:31 -0700 Processing by Myreplicator::HomeController#errors as HTML  (1.1ms) 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 (4.3ms) Myreplicator::Export Load (0.4ms) SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE (error is not null) ORDER BY source_schema ASC Myreplicator::Log Load (5.3ms) 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 (35.3ms) Completed 200 OK in 49ms (Views: 40.2ms | ActiveRecord: 7.9ms) Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-03-12 13:22: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-03-12 13:22:31 -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-03-12 13:22:31 -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-03-12 13:22:31 -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-03-12 13:22:31 -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-03-12 13:22:31 -0700 Served asset /myreplicator/select2.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-12 13:22:31 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-12 13:22:31 -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-03-12 13:22:31 -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-03-12 13:22:32 -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-03-12 13:22:32 -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-03-12 13:22:32 -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-03-12 13:22:32 -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-03-12 13:22:32 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-03-12 13:22:32 -0700 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.js?body=1" for 127.0.0.1 at 2013-03-12 13:22:32 -0700 Served asset /myreplicator/select2.js - 304 Not Modified (0ms) Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-03-12 13:22:33 -0700 Processing by Myreplicator::ExportsController#index as HTML  (0.4ms) 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 (10.3ms) Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 1.3ms) Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-03-12 13:22: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-03-12 13:22:33 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/myreplicator/select2.css?body=1" for 127.0.0.1 at 2013-03-12 13:22:33 -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-03-12 13:22:33 -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-03-12 13:22: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-03-12 13:22:33 -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-03-12 13:22:33 -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-03-12 13:22:33 -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-03-12 13:22:33 -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-03-12 13:22:33 -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-03-12 13:22:33 -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-03-12 13:22:33 -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-03-12 13:22:33 -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-03-12 13:22:33 -0700 Served asset /myreplicator/application.js - 304 Not Modified (0ms) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Started GET "/okl_logo_small.png" for 127.0.0.1 at 2013-03-15 17:46:22 -0700 ActionController::RoutingError (No route matches [GET] "/okl_logo_small.png"): 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 (8.1ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: Database connections will not be closed automatically, please close your database connection at the end of the thread by calling `close` on your connection. For example: ActiveRecord::Base.connection.close . (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml