Connecting to database specified by database.yml  (1.5ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  Migrating to AddPostsNewToMetrics (20130902084029)  (0.4ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130902084029')  (0.3ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  Connecting to database specified by database.yml  (1.5ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`   (0.7ms) DELETE FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20130902084029'  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`   (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`  (0.3ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130902084029')  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` Connecting to database specified by database.yml  (5.0ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`   (126.7ms) DROP DATABASE IF EXISTS `heart_dummy_test`  (2.9ms) CREATE DATABASE `heart_dummy_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`  (32.0ms) CREATE TABLE `heart_annotations` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `fulldate` date, `note` varchar(255), `dashboard_id` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (19.0ms) CREATE TABLE `heart_configurations` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `auth` varchar(255), `username` varchar(255), `password` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (14.7ms) CREATE TABLE `heart_dashboards` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `title` varchar(255), `dashboard` text, `description` text, `date_from` date, `status` int(11), `supplement` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (16.2ms) CREATE TABLE `heart_images` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `dashboard_id` int(11), `purpose` varchar(255), `dataurl` longtext, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (13.2ms) CREATE TABLE `heart_isometrics` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `fulldate` date, `movingaverage` int(11) DEFAULT 0, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `postsNew` datetime) ENGINE=InnoDB  (8.9ms) CREATE TABLE `heart_metrics` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `fulldate` date, `dayofweek` int(11), `dayofyear` int(11), `weekofyear` int(11), `monthofyear` int(11), `year` int(11), `movingaverage` int(11) DEFAULT 0, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB  (22.6ms) CREATE INDEX `index_heart_metrics_on_movingaverage` ON `heart_metrics` (`movingaverage`)  (19.8ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB  (20.7ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)  (0.1ms) SELECT version FROM `schema_migrations`  (1.9ms) INSERT INTO `schema_migrations` (version) VALUES ('20130902084029') Started GET "/" for 127.0.0.1 at 2013-09-20 10:04:08 +0900 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/cwabbott/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/cwabbott/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/cwabbott/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/cwabbott/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/heart" for 127.0.0.1 at 2013-09-20 10:04:13 +0900 Processing by Heart::DashboardsController#default as HTML Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_graph_options.html.haml (22.7ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_annotation.haml (2.9ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_heart_form.html.haml (110.2ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/default.html.haml within layouts/heart_engine (150.0ms) Compiled heart/bluetrip/css/screen.css (0ms) (pid 3675) Compiled heart/bluetrip/css/print.css (0ms) (pid 3675) Compiled heart/bluetrip/css/ie.css (0ms) (pid 3675) Compiled heart/start/jquery-ui-1.8.7.custom.css (0ms) (pid 3675) Compiled heart/buttons.css (0ms) (pid 3675) Compiled heart/heart.css (7ms) (pid 3675) Compiled heart/colortip-1.0-jquery.css (0ms) (pid 3675) Compiled heart/jquery-1-5-2.js (0ms) (pid 3675) Compiled heart/jquery-ui-1.8.7.custom.min.js (30ms) (pid 3675) Compiled heart/flot/jquery.flot.js (1ms) (pid 3675) Compiled heart/flot/jquery.flot.symbols.js (0ms) (pid 3675) Compiled heart/flot/jquery.flot.navigate.js (0ms) (pid 3675) Compiled heart/flot/jquery.flot.stack.min.js (0ms) (pid 3675) Compiled heart/flot/jquery.flot.growing.js (0ms) (pid 3675) Compiled heart/flot/jquery.flot.fillbetween.js (0ms) (pid 3675) Compiled heart/flot/jquery.flot.pie.js (0ms) (pid 3675) Compiled heart/flot/jquery.flot.resize.js (0ms) (pid 3675) Compiled heart/flot/jquery.flot.legendcanvas.js (0ms) (pid 3675) Compiled heart/colortip-1.0-jquery.js (0ms) (pid 3675) Compiled heart/jquery.betterTooltip.js (0ms) (pid 3675) Compiled heart/application.js (0ms) (pid 3675) Compiled heart/heart.js (0ms) (pid 3675) Compiled heart/json2.js (0ms) (pid 3675) Completed 200 OK in 705ms (Views: 660.8ms | ActiveRecord: 43.4ms) Started GET "/heart" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Processing by Heart::DashboardsController#default as HTML Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_graph_options.html.haml (4.5ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_annotation.haml (1.5ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_heart_form.html.haml (2.9ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/default.html.haml within layouts/heart_engine (15.5ms) Completed 200 OK in 28ms (Views: 28.2ms | ActiveRecord: 0.0ms) Started GET "/assets/heart/start/jquery-ui-1.8.7.custom.css?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/start/jquery-ui-1.8.7.custom.css - 304 Not Modified (8ms) Started GET "/assets/heart/buttons.css?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/buttons.css - 304 Not Modified (3ms) Started GET "/assets/heart/bluetrip/css/screen.css?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/bluetrip/css/screen.css - 304 Not Modified (1ms) Started GET "/assets/heart/bluetrip/css/print.css?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/bluetrip/css/print.css - 304 Not Modified (1ms) Started GET "/assets/heart/colortip-1.0-jquery.css?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/colortip-1.0-jquery.css - 304 Not Modified (2ms) Started GET "/assets/heart/heart.css?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/heart.css - 304 Not Modified (2ms) Started GET "/assets/heart/flot/jquery.flot.navigate.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/flot/jquery.flot.navigate.js - 304 Not Modified (3ms) Started GET "/assets/heart/start/jquery-ui-1.8.7.custom.css?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/start/jquery-ui-1.8.7.custom.css - 304 Not Modified (0ms) Started GET "/assets/heart/buttons.css?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/buttons.css - 304 Not Modified (0ms) Started GET "/assets/heart/bluetrip/css/screen.css?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/bluetrip/css/screen.css - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.stack.min.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/flot/jquery.flot.stack.min.js - 304 Not Modified (3ms) Started GET "/assets/heart/colortip-1.0-jquery.css?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/colortip-1.0-jquery.css - 304 Not Modified (0ms) Started GET "/assets/heart/heart.css?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/heart.css - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.growing.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/flot/jquery.flot.growing.js - 304 Not Modified (4ms) Started GET "/assets/heart/flot/jquery.flot.fillbetween.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/flot/jquery.flot.fillbetween.js - 304 Not Modified (1ms) Started GET "/assets/heart/flot/jquery.flot.pie.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/flot/jquery.flot.pie.js - 304 Not Modified (2ms) Started GET "/assets/heart/flot/jquery.flot.resize.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/flot/jquery.flot.resize.js - 304 Not Modified (1ms) Started GET "/assets/heart/jquery-1-5-2.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/jquery-1-5-2.js - 304 Not Modified (2ms) Started GET "/assets/heart/flot/jquery.flot.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/flot/jquery.flot.js - 304 Not Modified (2ms) Started GET "/assets/heart/flot/jquery.flot.legendcanvas.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/flot/jquery.flot.legendcanvas.js - 304 Not Modified (2ms) Started GET "/assets/heart/jquery-ui-1.8.7.custom.min.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/jquery-ui-1.8.7.custom.min.js - 304 Not Modified (3ms) Started GET "/assets/heart/flot/jquery.flot.symbols.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/flot/jquery.flot.symbols.js - 304 Not Modified (1ms) Started GET "/assets/heart/flot/jquery.flot.navigate.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/flot/jquery.flot.navigate.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.stack.min.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/flot/jquery.flot.stack.min.js - 304 Not Modified (0ms) Started GET "/assets/heart/jquery-1-5-2.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/jquery-1-5-2.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/flot/jquery.flot.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.symbols.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/flot/jquery.flot.symbols.js - 304 Not Modified (0ms) Started GET "/assets/heart/jquery-ui-1.8.7.custom.min.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/jquery-ui-1.8.7.custom.min.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.growing.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/flot/jquery.flot.growing.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.fillbetween.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/flot/jquery.flot.fillbetween.js - 304 Not Modified (0ms) Started GET "/assets/heart/bluetrip/css/print.css?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/bluetrip/css/print.css - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.resize.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/flot/jquery.flot.resize.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.pie.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/flot/jquery.flot.pie.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.legendcanvas.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/flot/jquery.flot.legendcanvas.js - 304 Not Modified (0ms) Started GET "/assets/heart/colortip-1.0-jquery.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/colortip-1.0-jquery.js - 304 Not Modified (2ms) Started GET "/assets/heart/jquery.betterTooltip.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/jquery.betterTooltip.js - 304 Not Modified (4ms) Started GET "/assets/heart/application.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/application.js - 304 Not Modified (1ms) Started GET "/assets/heart/heart.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/heart.js - 304 Not Modified (3ms) Started GET "/assets/heart/json2.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/json2.js - 304 Not Modified (1ms) Started GET "/assets/heart/picture.png" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/picture.png - 304 Not Modified (12ms) Started GET "/assets/heart/page_white_excel.png" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/page_white_excel.png - 304 Not Modified (53ms) Started GET "/assets/heart/colortip-1.0-jquery.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/colortip-1.0-jquery.js - 304 Not Modified (0ms) Started GET "/assets/heart/jquery.betterTooltip.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/jquery.betterTooltip.js - 304 Not Modified (0ms) Started GET "/assets/heart/application.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/application.js - 304 Not Modified (0ms) Started GET "/assets/heart/heart.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/heart.js - 304 Not Modified (0ms) Started GET "/assets/heart/json2.js?body=1" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/json2.js - 304 Not Modified (0ms) Started GET "/assets/heart/table.png" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/table.png - 304 Not Modified (20ms) Started GET "/assets/heart/chart_line.png" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/chart_line.png - 304 Not Modified (14ms) Started GET "/assets/heart/chart_pie.png" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/chart_pie.png - 304 Not Modified (13ms) Started GET "/assets/heart/chart_pie_off.png" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/chart_pie_off.png - 304 Not Modified (16ms) Started GET "/assets/heart/chart_bar.png" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/chart_bar.png - 304 Not Modified (14ms) Started GET "/assets/heart/chart_bar_off.png" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/chart_bar_off.png - 304 Not Modified (15ms) Started GET "/assets/heart/chart_curve.png" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/chart_curve.png - 304 Not Modified (13ms) Started GET "/assets/heart/table.png" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/table.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_line_off.png" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/chart_line_off.png - 304 Not Modified (17ms) Started GET "/assets/heart/paintcan.png" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Served asset /heart/paintcan.png - 304 Not Modified (12ms) Started POST "/heart/dashboards/flotit" for 127.0.0.1 at 2013-09-20 10:04:14 +0900 Processing by Heart::DashboardsController#flotit as TEXT Parameters: {"date_from"=>"2013-09-13", "date_to"=>"2013-09-19", "group_by"=>"", "moving_averages"=>["0"], "measurements"=>"", "method_sum"=>"false", "dashboard_id"=>"0", "description"=>""} Heart::Annotation Load (3.6ms) SELECT `heart_annotations`.* FROM `heart_annotations` WHERE `heart_annotations`.`dashboard_id` IS NULL AND (`heart_annotations`.`fulldate` BETWEEN '2013-09-13' AND '2013-09-19') ORDER BY fulldate ASC Heart::Metric Load (1.3ms) SELECT fulldate, fulldate AS d, year, monthofyear AS month, dayofyear AS day, '0' AS movingaverage FROM heart_metrics WHERE fulldate >= '2013-09-13' AND fulldate <= '2013-09-19' AND movingaverage = 0 GROUP BY fulldate ORDER BY d ASC Heart::Metric Load (1.8ms)  SELECT fulldate, fulldate AS d, year, monthofyear AS month, dayofyear AS day, '0' AS movingaverage FROM heart_metrics WHERE fulldate > SUBDATE((SELECT fulldate FROM heart_metrics WHERE movingaverage = 0 ORDER BY fulldate desc LIMIT 1), 3) AND movingaverage = 0 GROUP BY fulldate ORDER BY d ASC Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/flotit.js.haml (15.9ms) Completed 200 OK in 65ms (Views: 28.9ms | ActiveRecord: 12.8ms) Started GET "/assets/heart/chart_pie.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/chart_pie.png - 304 Not Modified (0ms) Started GET "/assets/heart/paintcan_off.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/paintcan_off.png - 304 Not Modified (16ms) Started GET "/assets/heart/chart_pie_off.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/chart_pie_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/zoom.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/zoom.png - 304 Not Modified (16ms) Started GET "/assets/heart/chart_bar.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/chart_bar.png - 304 Not Modified (0ms) Started GET "/assets/heart/zoom_off.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/zoom_off.png - 304 Not Modified (15ms) Started GET "/assets/heart/chart_bar_off.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/chart_bar_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/us.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/us.png - 304 Not Modified (16ms) Started GET "/assets/heart/chart_curve.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/chart_curve.png - 304 Not Modified (0ms) Started GET "/assets/heart/jp.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/jp.png - 304 Not Modified (14ms) Started GET "/assets/heart/header.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/header.png - 304 Not Modified (13ms) Started GET "/assets/heart/chart_line.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/chart_line.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_line_off.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/chart_line_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/paintcan.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/paintcan.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_curve_off.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/chart_curve_off.png - 304 Not Modified (14ms) Started GET "/assets/heart/paintcan_off.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/paintcan_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/bricks.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/bricks.png - 304 Not Modified (15ms) Started GET "/assets/heart/zoom.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/zoom.png - 304 Not Modified (0ms) Started GET "/assets/heart/zoom_off.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/zoom_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/bricks_off.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/bricks_off.png - 304 Not Modified (14ms) Started GET "/assets/heart/us.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/us.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_curve_off.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/chart_curve_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/jp.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/jp.png - 304 Not Modified (0ms) Started GET "/assets/heart/bricks.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/bricks.png - 304 Not Modified (0ms) Started GET "/assets/heart/page_white_excel.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/page_white_excel.png - 304 Not Modified (0ms) Started GET "/assets/heart/picture.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/picture.png - 304 Not Modified (0ms) Started GET "/assets/heart/bricks_off.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/bricks_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/footer_background.jpg" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/footer_background.jpg - 304 Not Modified (12ms) Started GET "/assets/heart/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png - 304 Not Modified (12ms) Started POST "/heart/dashboards/flotit" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Processing by Heart::DashboardsController#flotit as TEXT Parameters: {"date_from"=>"2013-09-13", "date_to"=>"2013-09-19", "group_by"=>"", "moving_averages"=>["0"], "measurements"=>"", "method_sum"=>"false", "dashboard_id"=>"0", "description"=>""} WARNING: Can't verify CSRF token authenticity Heart::Annotation Load (0.3ms) SELECT `heart_annotations`.* FROM `heart_annotations` WHERE `heart_annotations`.`dashboard_id` IS NULL AND (`heart_annotations`.`fulldate` BETWEEN '2013-09-13' AND '2013-09-19') ORDER BY fulldate ASC Heart::Metric Load (0.3ms)  SELECT fulldate, fulldate AS d, year, monthofyear AS month, dayofyear AS day, '0' AS movingaverage FROM heart_metrics WHERE fulldate >= '2013-09-13' AND fulldate <= '2013-09-19' AND movingaverage = 0 GROUP BY fulldate ORDER BY d ASC Heart::Metric Load (2.1ms) SELECT fulldate, fulldate AS d, year, monthofyear AS month, dayofyear AS day, '0' AS movingaverage FROM heart_metrics WHERE fulldate > SUBDATE((SELECT fulldate FROM heart_metrics WHERE movingaverage = 0 ORDER BY fulldate desc LIMIT 1), 3) AND movingaverage = 0 GROUP BY fulldate ORDER BY d ASC Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/flotit.js.haml (2.9ms) Completed 200 OK in 17ms (Views: 12.6ms | ActiveRecord: 2.7ms) Started GET "/assets/heart/header.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/header.png - 304 Not Modified (0ms) Started GET "/assets/heart/footer_background.jpg" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/footer_background.jpg - 304 Not Modified (0ms) Started GET "/assets/heart/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png" for 127.0.0.1 at 2013-09-20 10:04:15 +0900 Served asset /heart/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png - 304 Not Modified (0ms) Started GET "/heart/dashboards" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Processing by Heart::DashboardsController#index as HTML Heart::Dashboard Load (0.2ms) SELECT `heart_dashboards`.* FROM `heart_dashboards` WHERE `heart_dashboards`.`status` IS NULL AND (dashboard != "") Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_heart_form.html.haml (15.9ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/index.html.haml within layouts/heart_engine (58.2ms) Completed 200 OK in 76ms (Views: 68.8ms | ActiveRecord: 4.9ms) Started GET "/assets/heart/bluetrip/css/screen.css?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/bluetrip/css/screen.css - 304 Not Modified (0ms) Started GET "/assets/heart/buttons.css?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/buttons.css - 304 Not Modified (0ms) Started GET "/assets/heart/heart.css?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/heart.css - 304 Not Modified (0ms) Started GET "/assets/heart/jquery-1-5-2.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/jquery-1-5-2.js - 304 Not Modified (0ms) Started GET "/assets/heart/start/jquery-ui-1.8.7.custom.css?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/start/jquery-ui-1.8.7.custom.css - 304 Not Modified (0ms) Started GET "/assets/heart/colortip-1.0-jquery.css?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/colortip-1.0-jquery.css - 304 Not Modified (0ms) Started GET "/assets/heart/jquery-ui-1.8.7.custom.min.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/jquery-ui-1.8.7.custom.min.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/flot/jquery.flot.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.symbols.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/flot/jquery.flot.symbols.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.navigate.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/flot/jquery.flot.navigate.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.stack.min.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/flot/jquery.flot.stack.min.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.growing.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/flot/jquery.flot.growing.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.fillbetween.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/flot/jquery.flot.fillbetween.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.pie.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/flot/jquery.flot.pie.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.resize.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/flot/jquery.flot.resize.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.legendcanvas.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/flot/jquery.flot.legendcanvas.js - 304 Not Modified (0ms) Started GET "/assets/heart/bluetrip/css/print.css?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/bluetrip/css/print.css - 304 Not Modified (1ms) Started GET "/assets/heart/colortip-1.0-jquery.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/colortip-1.0-jquery.js - 304 Not Modified (0ms) Started GET "/assets/heart/heart.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/heart.js - 304 Not Modified (0ms) Started GET "/assets/heart/jquery.betterTooltip.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/jquery.betterTooltip.js - 304 Not Modified (0ms) Started GET "/assets/heart/application.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/application.js - 304 Not Modified (0ms) Started GET "/assets/heart/json2.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/json2.js - 304 Not Modified (0ms) Started GET "/assets/heart/add.png" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/add.png - 304 Not Modified (17ms) Started GET "/assets/heart/us.png" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/us.png - 304 Not Modified (0ms) Started GET "/assets/heart/dashboard.png" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/dashboard.png - 304 Not Modified (10ms) Started GET "/assets/heart/jp.png" for 127.0.0.1 at 2013-09-20 10:21:33 +0900 Served asset /heart/jp.png - 304 Not Modified (0ms) Started GET "/heart/dashboards/new" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Processing by Heart::DashboardsController#new as HTML Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_heart_form.html.haml (1.8ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_dashboard_form.html.haml (11.0ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/new.html.haml within layouts/heart_engine (15.5ms) Completed 200 OK in 61ms (Views: 60.2ms | ActiveRecord: 0.0ms) Started GET "/assets/heart/bluetrip/css/screen.css?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/bluetrip/css/screen.css - 304 Not Modified (0ms) Started GET "/assets/heart/start/jquery-ui-1.8.7.custom.css?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/start/jquery-ui-1.8.7.custom.css - 304 Not Modified (0ms) Started GET "/assets/heart/buttons.css?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/buttons.css - 304 Not Modified (0ms) Started GET "/assets/heart/colortip-1.0-jquery.css?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/colortip-1.0-jquery.css - 304 Not Modified (0ms) Started GET "/assets/heart/heart.css?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/heart.css - 304 Not Modified (0ms) Started GET "/assets/heart/jquery-1-5-2.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/jquery-1-5-2.js - 304 Not Modified (0ms) Started GET "/assets/heart/jquery-ui-1.8.7.custom.min.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/jquery-ui-1.8.7.custom.min.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/flot/jquery.flot.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.symbols.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/flot/jquery.flot.symbols.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.navigate.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/flot/jquery.flot.navigate.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.stack.min.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/flot/jquery.flot.stack.min.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.growing.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/flot/jquery.flot.growing.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.fillbetween.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/flot/jquery.flot.fillbetween.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.pie.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/flot/jquery.flot.pie.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.resize.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/flot/jquery.flot.resize.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.legendcanvas.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/flot/jquery.flot.legendcanvas.js - 304 Not Modified (0ms) Started GET "/assets/heart/colortip-1.0-jquery.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/colortip-1.0-jquery.js - 304 Not Modified (0ms) Started GET "/assets/heart/jquery.betterTooltip.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/jquery.betterTooltip.js - 304 Not Modified (0ms) Started GET "/assets/heart/application.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/application.js - 304 Not Modified (0ms) Started GET "/assets/heart/heart.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/heart.js - 304 Not Modified (0ms) Started GET "/assets/heart/json2.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/json2.js - 304 Not Modified (0ms) Started GET "/assets/heart/disk.png" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/disk.png - 304 Not Modified (11ms) Started GET "/assets/heart/bluetrip/css/print.css?body=1" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/bluetrip/css/print.css - 304 Not Modified (0ms) Started GET "/assets/heart/us.png" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/us.png - 304 Not Modified (0ms) Started GET "/assets/heart/jp.png" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Served asset /heart/jp.png - 304 Not Modified (0ms) Started POST "/heart/dashboards/flotit" for 127.0.0.1 at 2013-09-20 10:21:35 +0900 Processing by Heart::DashboardsController#flotit as TEXT Parameters: {"date_from"=>"2013-09-13", "date_to"=>"2013-09-19", "group_by"=>"", "moving_averages"=>["0"], "measurements"=>"", "method_sum"=>"false", "dashboard_id"=>"0", "description"=>""} Heart::Annotation Load (0.3ms) SELECT `heart_annotations`.* FROM `heart_annotations` WHERE `heart_annotations`.`dashboard_id` IS NULL AND (`heart_annotations`.`fulldate` BETWEEN '2013-09-13' AND '2013-09-19') ORDER BY fulldate ASC Heart::Metric Load (0.3ms)  SELECT fulldate, fulldate AS d, year, monthofyear AS month, dayofyear AS day, '0' AS movingaverage FROM heart_metrics WHERE fulldate >= '2013-09-13' AND fulldate <= '2013-09-19' AND movingaverage = 0 GROUP BY fulldate ORDER BY d ASC Heart::Metric Load (0.5ms) SELECT fulldate, fulldate AS d, year, monthofyear AS month, dayofyear AS day, '0' AS movingaverage FROM heart_metrics WHERE fulldate > SUBDATE((SELECT fulldate FROM heart_metrics WHERE movingaverage = 0 ORDER BY fulldate desc LIMIT 1), 3) AND movingaverage = 0 GROUP BY fulldate ORDER BY d ASC Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/flotit.js.haml (13.5ms) Completed 200 OK in 34ms (Views: 26.5ms | ActiveRecord: 3.0ms) Started GET "/heart/dashboards/default" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Processing by Heart::DashboardsController#default as HTML Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_graph_options.html.haml (4.8ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_annotation.haml (1.0ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_heart_form.html.haml (1.7ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/default.html.haml within layouts/heart_engine (12.2ms) Completed 200 OK in 26ms (Views: 25.7ms | ActiveRecord: 0.0ms) Started GET "/assets/heart/bluetrip/css/screen.css?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/bluetrip/css/screen.css - 304 Not Modified (0ms) Started GET "/assets/heart/start/jquery-ui-1.8.7.custom.css?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/start/jquery-ui-1.8.7.custom.css - 304 Not Modified (0ms) Started GET "/assets/heart/jquery-1-5-2.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/jquery-1-5-2.js - 304 Not Modified (0ms) Started GET "/assets/heart/heart.css?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/heart.css - 304 Not Modified (0ms) Started GET "/assets/heart/colortip-1.0-jquery.css?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/colortip-1.0-jquery.css - 304 Not Modified (0ms) Started GET "/assets/heart/buttons.css?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/buttons.css - 304 Not Modified (0ms) Started GET "/assets/heart/jquery-ui-1.8.7.custom.min.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/jquery-ui-1.8.7.custom.min.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/flot/jquery.flot.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.symbols.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/flot/jquery.flot.symbols.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.navigate.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/flot/jquery.flot.navigate.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.stack.min.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/flot/jquery.flot.stack.min.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.growing.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/flot/jquery.flot.growing.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.fillbetween.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/flot/jquery.flot.fillbetween.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.pie.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/flot/jquery.flot.pie.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.resize.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/flot/jquery.flot.resize.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.legendcanvas.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/flot/jquery.flot.legendcanvas.js - 304 Not Modified (0ms) Started GET "/assets/heart/colortip-1.0-jquery.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/colortip-1.0-jquery.js - 304 Not Modified (0ms) Started GET "/assets/heart/jquery.betterTooltip.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/jquery.betterTooltip.js - 304 Not Modified (0ms) Started GET "/assets/heart/application.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/application.js - 304 Not Modified (0ms) Started GET "/assets/heart/heart.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/heart.js - 304 Not Modified (0ms) Started GET "/assets/heart/json2.js?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/json2.js - 304 Not Modified (0ms) Started GET "/assets/heart/chart_pie.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/chart_pie.png - 304 Not Modified (0ms) Started GET "/assets/heart/picture.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/picture.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_pie_off.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/chart_pie_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/table.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/table.png - 304 Not Modified (0ms) Started GET "/assets/heart/page_white_excel.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/page_white_excel.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_bar.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/chart_bar.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_bar_off.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/chart_bar_off.png - 304 Not Modified (0ms) Started POST "/heart/dashboards/flotit" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Processing by Heart::DashboardsController#flotit as TEXT Parameters: {"date_from"=>"2013-09-13", "date_to"=>"2013-09-19", "group_by"=>"", "moving_averages"=>["0"], "measurements"=>"", "method_sum"=>"false", "dashboard_id"=>"0", "description"=>""} Heart::Annotation Load (2.9ms) SELECT `heart_annotations`.* FROM `heart_annotations` WHERE `heart_annotations`.`dashboard_id` IS NULL AND (`heart_annotations`.`fulldate` BETWEEN '2013-09-13' AND '2013-09-19') ORDER BY fulldate ASC Heart::Metric Load (0.5ms) SELECT fulldate, fulldate AS d, year, monthofyear AS month, dayofyear AS day, '0' AS movingaverage FROM heart_metrics WHERE fulldate >= '2013-09-13' AND fulldate <= '2013-09-19' AND movingaverage = 0 GROUP BY fulldate ORDER BY d ASC Heart::Metric Load (1.7ms)  SELECT fulldate, fulldate AS d, year, monthofyear AS month, dayofyear AS day, '0' AS movingaverage FROM heart_metrics WHERE fulldate > SUBDATE((SELECT fulldate FROM heart_metrics WHERE movingaverage = 0 ORDER BY fulldate desc LIMIT 1), 3) AND movingaverage = 0 GROUP BY fulldate ORDER BY d ASC Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/flotit.js.haml (2.4ms) Completed 200 OK in 23ms (Views: 15.6ms | ActiveRecord: 5.0ms) Started GET "/assets/heart/chart_curve.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/chart_curve.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_curve_off.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/chart_curve_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/bricks.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/bricks.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_line.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/chart_line.png - 304 Not Modified (0ms) Started GET "/assets/heart/bricks_off.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/bricks_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_line_off.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/chart_line_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/paintcan.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/paintcan.png - 304 Not Modified (0ms) Started GET "/assets/heart/paintcan_off.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/paintcan_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/zoom.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/zoom.png - 304 Not Modified (0ms) Started GET "/assets/heart/zoom_off.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/zoom_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/jp.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/jp.png - 304 Not Modified (0ms) Started GET "/assets/heart/us.png" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/us.png - 304 Not Modified (0ms) Started GET "/assets/heart/bluetrip/css/print.css?body=1" for 127.0.0.1 at 2013-09-20 10:21:40 +0900 Served asset /heart/bluetrip/css/print.css - 304 Not Modified (0ms) Started GET "/assets/heart/start/images/ui-icons_d8e7f3_256x240.png" for 127.0.0.1 at 2013-09-20 11:21:59 +0900 Served asset /heart/start/images/ui-icons_d8e7f3_256x240.png - 304 Not Modified (15ms) Started GET "/assets/heart/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png" for 127.0.0.1 at 2013-09-20 11:21:59 +0900 Served asset /heart/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png - 304 Not Modified (10ms) Started GET "/assets/heart/start/images/ui-bg_glass_45_0078ae_1x400.png" for 127.0.0.1 at 2013-09-20 11:21:59 +0900 Served asset /heart/start/images/ui-bg_glass_45_0078ae_1x400.png - 304 Not Modified (12ms) Started GET "/assets/heart/start/images/ui-bg_glass_55_f8da4e_1x400.png" for 127.0.0.1 at 2013-09-20 11:21:59 +0900 Served asset /heart/start/images/ui-bg_glass_55_f8da4e_1x400.png - 304 Not Modified (11ms) Started GET "/assets/heart/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png" for 127.0.0.1 at 2013-09-20 11:21:59 +0900 Served asset /heart/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png - 304 Not Modified (10ms) Started GET "/assets/heart/start/images/ui-bg_glass_75_79c9ec_1x400.png" for 127.0.0.1 at 2013-09-20 11:21:59 +0900 Served asset /heart/start/images/ui-bg_glass_75_79c9ec_1x400.png - 304 Not Modified (7ms) Started GET "/heart/dashboards/default?lang=ja" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Processing by Heart::DashboardsController#default as HTML Parameters: {"lang"=>"ja"} Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_graph_options.html.haml (8.4ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_annotation.haml (2.7ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_heart_form.html.haml (12.1ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/default.html.haml within layouts/heart_engine (31.6ms) Completed 200 OK in 50ms (Views: 49.3ms | ActiveRecord: 0.0ms) Started GET "/assets/heart/bluetrip/css/screen.css?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/bluetrip/css/screen.css - 304 Not Modified (0ms) Started GET "/assets/heart/jquery-1-5-2.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/jquery-1-5-2.js - 304 Not Modified (0ms) Started GET "/assets/heart/heart.css?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/heart.css - 304 Not Modified (0ms) Started GET "/assets/heart/colortip-1.0-jquery.css?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/colortip-1.0-jquery.css - 304 Not Modified (0ms) Started GET "/assets/heart/start/jquery-ui-1.8.7.custom.css?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/start/jquery-ui-1.8.7.custom.css - 304 Not Modified (0ms) Started GET "/assets/heart/buttons.css?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/buttons.css - 304 Not Modified (0ms) Started GET "/assets/heart/jquery-ui-1.8.7.custom.min.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/jquery-ui-1.8.7.custom.min.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/flot/jquery.flot.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.symbols.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/flot/jquery.flot.symbols.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.navigate.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/flot/jquery.flot.navigate.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.stack.min.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/flot/jquery.flot.stack.min.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.growing.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/flot/jquery.flot.growing.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.fillbetween.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/flot/jquery.flot.fillbetween.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.pie.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/flot/jquery.flot.pie.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.resize.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/flot/jquery.flot.resize.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.legendcanvas.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/flot/jquery.flot.legendcanvas.js - 304 Not Modified (0ms) Started GET "/assets/heart/bluetrip/css/print.css?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/bluetrip/css/print.css - 304 Not Modified (0ms) Started GET "/assets/heart/colortip-1.0-jquery.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/colortip-1.0-jquery.js - 304 Not Modified (0ms) Started GET "/assets/heart/jquery.betterTooltip.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/jquery.betterTooltip.js - 304 Not Modified (0ms) Started GET "/assets/heart/heart.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/heart.js - 304 Not Modified (0ms) Started GET "/assets/heart/json2.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/json2.js - 304 Not Modified (0ms) Started GET "/assets/heart/application.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/application.js - 304 Not Modified (0ms) Started GET "/assets/heart/page_white_excel.png" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/page_white_excel.png - 304 Not Modified (0ms) Started GET "/assets/heart/picture.png" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/picture.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_pie.png" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/chart_pie.png - 304 Not Modified (0ms) Started GET "/assets/heart/table.png" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/table.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_bar_off.png" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/chart_bar_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_curve.png" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/chart_curve.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_curve_off.png" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/chart_curve_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/bricks.png" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/bricks.png - 304 Not Modified (0ms) Started GET "/assets/heart/bricks_off.png" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/bricks_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_line.png" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/chart_line.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_line_off.png" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/chart_line_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/paintcan.png" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/paintcan.png - 304 Not Modified (0ms) Started GET "/assets/heart/paintcan_off.png" for 127.0.0.1 at 2013-09-20 11:22:23 +0900 Served asset /heart/paintcan_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/zoom_off.png" for 127.0.0.1 at 2013-09-20 11:22:24 +0900 Served asset /heart/zoom_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/zoom.png" for 127.0.0.1 at 2013-09-20 11:22:24 +0900 Served asset /heart/zoom.png - 304 Not Modified (0ms) Started GET "/assets/heart/us.png" for 127.0.0.1 at 2013-09-20 11:22:24 +0900 Served asset /heart/us.png - 304 Not Modified (0ms) Started GET "/assets/heart/jp.png" for 127.0.0.1 at 2013-09-20 11:22:24 +0900 Served asset /heart/jp.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_pie_off.png" for 127.0.0.1 at 2013-09-20 11:22:24 +0900 Served asset /heart/chart_pie_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_bar.png" for 127.0.0.1 at 2013-09-20 11:22:24 +0900 Served asset /heart/chart_bar.png - 304 Not Modified (0ms) Started POST "/heart/dashboards/flotit" for 127.0.0.1 at 2013-09-20 11:22:24 +0900 Processing by Heart::DashboardsController#flotit as TEXT Parameters: {"date_from"=>"2013-09-13", "date_to"=>"2013-09-19", "group_by"=>"", "moving_averages"=>["0"], "measurements"=>"", "method_sum"=>"false", "dashboard_id"=>"0", "description"=>""} Heart::Annotation Load (0.3ms) SELECT `heart_annotations`.* FROM `heart_annotations` WHERE `heart_annotations`.`dashboard_id` IS NULL AND (`heart_annotations`.`fulldate` BETWEEN '2013-09-13' AND '2013-09-19') ORDER BY fulldate ASC Heart::Metric Load (0.2ms)  SELECT fulldate, fulldate AS d, year, monthofyear AS month, dayofyear AS day, '0' AS movingaverage FROM heart_metrics WHERE fulldate >= '2013-09-13' AND fulldate <= '2013-09-19' AND movingaverage = 0 GROUP BY fulldate ORDER BY d ASC Heart::Metric Load (0.4ms) SELECT fulldate, fulldate AS d, year, monthofyear AS month, dayofyear AS day, '0' AS movingaverage FROM heart_metrics WHERE fulldate > SUBDATE((SELECT fulldate FROM heart_metrics WHERE movingaverage = 0 ORDER BY fulldate desc LIMIT 1), 3) AND movingaverage = 0 GROUP BY fulldate ORDER BY d ASC Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/flotit.js.haml (2.8ms) Completed 200 OK in 19ms (Views: 16.6ms | ActiveRecord: 0.9ms) Started GET "/heart/dashboards/default?lang=en" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Processing by Heart::DashboardsController#default as HTML Parameters: {"lang"=>"en"} Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_graph_options.html.haml (3.7ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_annotation.haml (0.9ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_heart_form.html.haml (1.8ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/default.html.haml within layouts/heart_engine (10.7ms) Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.0ms) Started GET "/assets/heart/bluetrip/css/screen.css?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/bluetrip/css/screen.css - 304 Not Modified (0ms) Started GET "/assets/heart/start/jquery-ui-1.8.7.custom.css?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/start/jquery-ui-1.8.7.custom.css - 304 Not Modified (0ms) Started GET "/assets/heart/colortip-1.0-jquery.css?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/colortip-1.0-jquery.css - 304 Not Modified (0ms) Started GET "/assets/heart/buttons.css?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/buttons.css - 304 Not Modified (0ms) Started GET "/assets/heart/heart.css?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/heart.css - 304 Not Modified (0ms) Started GET "/assets/heart/jquery-1-5-2.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/jquery-1-5-2.js - 304 Not Modified (0ms) Started GET "/assets/heart/jquery-ui-1.8.7.custom.min.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/jquery-ui-1.8.7.custom.min.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/flot/jquery.flot.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.symbols.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/flot/jquery.flot.symbols.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.navigate.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/flot/jquery.flot.navigate.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.stack.min.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/flot/jquery.flot.stack.min.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.growing.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/flot/jquery.flot.growing.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.fillbetween.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/flot/jquery.flot.fillbetween.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.pie.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/flot/jquery.flot.pie.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.resize.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/flot/jquery.flot.resize.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.legendcanvas.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/flot/jquery.flot.legendcanvas.js - 304 Not Modified (0ms) Started GET "/assets/heart/colortip-1.0-jquery.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/colortip-1.0-jquery.js - 304 Not Modified (0ms) Started GET "/assets/heart/jquery.betterTooltip.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/jquery.betterTooltip.js - 304 Not Modified (0ms) Started GET "/assets/heart/application.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/application.js - 304 Not Modified (0ms) Started GET "/assets/heart/heart.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/heart.js - 304 Not Modified (0ms) Started GET "/assets/heart/json2.js?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/json2.js - 304 Not Modified (0ms) Started GET "/assets/heart/page_white_excel.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/page_white_excel.png - 304 Not Modified (0ms) Started GET "/assets/heart/table.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/table.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_pie.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/chart_pie.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_pie_off.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/chart_pie_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/picture.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/picture.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_bar.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/chart_bar.png - 304 Not Modified (0ms) Started POST "/heart/dashboards/flotit" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Processing by Heart::DashboardsController#flotit as TEXT Parameters: {"date_from"=>"2013-09-13", "date_to"=>"2013-09-19", "group_by"=>"", "moving_averages"=>["0"], "measurements"=>"", "method_sum"=>"false", "dashboard_id"=>"0", "description"=>""} Heart::Annotation Load (0.4ms) SELECT `heart_annotations`.* FROM `heart_annotations` WHERE `heart_annotations`.`dashboard_id` IS NULL AND (`heart_annotations`.`fulldate` BETWEEN '2013-09-13' AND '2013-09-19') ORDER BY fulldate ASC Heart::Metric Load (0.4ms) SELECT fulldate, fulldate AS d, year, monthofyear AS month, dayofyear AS day, '0' AS movingaverage FROM heart_metrics WHERE fulldate >= '2013-09-13' AND fulldate <= '2013-09-19' AND movingaverage = 0 GROUP BY fulldate ORDER BY d ASC Heart::Metric Load (2.0ms)  SELECT fulldate, fulldate AS d, year, monthofyear AS month, dayofyear AS day, '0' AS movingaverage FROM heart_metrics WHERE fulldate > SUBDATE((SELECT fulldate FROM heart_metrics WHERE movingaverage = 0 ORDER BY fulldate desc LIMIT 1), 3) AND movingaverage = 0 GROUP BY fulldate ORDER BY d ASC Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/flotit.js.haml (2.9ms) Completed 200 OK in 20ms (Views: 15.6ms | ActiveRecord: 2.8ms) Started GET "/assets/heart/chart_bar_off.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/chart_bar_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_curve.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/chart_curve.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_curve_off.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/chart_curve_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/bricks.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/bricks.png - 304 Not Modified (0ms) Started GET "/assets/heart/bricks_off.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/bricks_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_line.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/chart_line.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_line_off.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/chart_line_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/paintcan.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/paintcan.png - 304 Not Modified (0ms) Started GET "/assets/heart/paintcan_off.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/paintcan_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/zoom.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/zoom.png - 304 Not Modified (0ms) Started GET "/assets/heart/zoom_off.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/zoom_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/us.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/us.png - 304 Not Modified (0ms) Started GET "/assets/heart/jp.png" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/jp.png - 304 Not Modified (0ms) Started GET "/assets/heart/bluetrip/css/print.css?body=1" for 127.0.0.1 at 2013-09-20 11:22:53 +0900 Served asset /heart/bluetrip/css/print.css - 304 Not Modified (0ms) Started GET "/heart/dashboards/default?lang=ja" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Processing by Heart::DashboardsController#default as HTML Parameters: {"lang"=>"ja"} Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_graph_options.html.haml (3.6ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_annotation.haml (36.0ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_heart_form.html.haml (1.8ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/default.html.haml within layouts/heart_engine (45.7ms) Completed 200 OK in 57ms (Views: 57.1ms | ActiveRecord: 0.0ms) Started GET "/assets/heart/bluetrip/css/screen.css?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/bluetrip/css/screen.css - 304 Not Modified (0ms) Started GET "/assets/heart/jquery-1-5-2.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/jquery-1-5-2.js - 304 Not Modified (0ms) Started GET "/assets/heart/heart.css?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/heart.css - 304 Not Modified (0ms) Started GET "/assets/heart/colortip-1.0-jquery.css?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/colortip-1.0-jquery.css - 304 Not Modified (0ms) Started GET "/assets/heart/buttons.css?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/buttons.css - 304 Not Modified (0ms) Started GET "/assets/heart/start/jquery-ui-1.8.7.custom.css?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/start/jquery-ui-1.8.7.custom.css - 304 Not Modified (0ms) Started GET "/assets/heart/jquery-ui-1.8.7.custom.min.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/jquery-ui-1.8.7.custom.min.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/flot/jquery.flot.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.symbols.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/flot/jquery.flot.symbols.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.navigate.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/flot/jquery.flot.navigate.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.stack.min.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/flot/jquery.flot.stack.min.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.growing.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/flot/jquery.flot.growing.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.fillbetween.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/flot/jquery.flot.fillbetween.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.pie.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/flot/jquery.flot.pie.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.resize.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/flot/jquery.flot.resize.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.legendcanvas.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/flot/jquery.flot.legendcanvas.js - 304 Not Modified (0ms) Started GET "/assets/heart/colortip-1.0-jquery.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/colortip-1.0-jquery.js - 304 Not Modified (0ms) Started GET "/assets/heart/jquery.betterTooltip.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/jquery.betterTooltip.js - 304 Not Modified (0ms) Started GET "/assets/heart/application.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/application.js - 304 Not Modified (0ms) Started GET "/assets/heart/heart.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/heart.js - 304 Not Modified (0ms) Started GET "/assets/heart/json2.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/json2.js - 304 Not Modified (0ms) Started GET "/assets/heart/page_white_excel.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/page_white_excel.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_bar.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/chart_bar.png - 304 Not Modified (0ms) Started GET "/assets/heart/table.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/table.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_pie.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/chart_pie.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_pie_off.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/chart_pie_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/picture.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/picture.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_bar_off.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/chart_bar_off.png - 304 Not Modified (0ms) Started POST "/heart/dashboards/flotit" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Processing by Heart::DashboardsController#flotit as TEXT Parameters: {"date_from"=>"2013-09-13", "date_to"=>"2013-09-19", "group_by"=>"", "moving_averages"=>["0"], "measurements"=>"", "method_sum"=>"false", "dashboard_id"=>"0", "description"=>""} Heart::Annotation Load (0.3ms) SELECT `heart_annotations`.* FROM `heart_annotations` WHERE `heart_annotations`.`dashboard_id` IS NULL AND (`heart_annotations`.`fulldate` BETWEEN '2013-09-13' AND '2013-09-19') ORDER BY fulldate ASC Heart::Metric Load (2.0ms)  SELECT fulldate, fulldate AS d, year, monthofyear AS month, dayofyear AS day, '0' AS movingaverage FROM heart_metrics WHERE fulldate >= '2013-09-13' AND fulldate <= '2013-09-19' AND movingaverage = 0 GROUP BY fulldate ORDER BY d ASC Heart::Metric Load (2.8ms) SELECT fulldate, fulldate AS d, year, monthofyear AS month, dayofyear AS day, '0' AS movingaverage FROM heart_metrics WHERE fulldate > SUBDATE((SELECT fulldate FROM heart_metrics WHERE movingaverage = 0 ORDER BY fulldate desc LIMIT 1), 3) AND movingaverage = 0 GROUP BY fulldate ORDER BY d ASC Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/flotit.js.haml (6.6ms) Completed 200 OK in 24ms (Views: 16.8ms | ActiveRecord: 5.1ms) Started GET "/assets/heart/chart_curve.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/chart_curve.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_curve_off.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/chart_curve_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/bricks.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/bricks.png - 304 Not Modified (0ms) Started GET "/assets/heart/bricks_off.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/bricks_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_line.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/chart_line.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_line_off.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/chart_line_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/paintcan.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/paintcan.png - 304 Not Modified (0ms) Started GET "/assets/heart/paintcan_off.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/paintcan_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/zoom.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/zoom.png - 304 Not Modified (0ms) Started GET "/assets/heart/zoom_off.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/zoom_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/jp.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/jp.png - 304 Not Modified (0ms) Started GET "/assets/heart/us.png" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/us.png - 304 Not Modified (0ms) Started GET "/assets/heart/bluetrip/css/print.css?body=1" for 127.0.0.1 at 2013-09-20 11:23:02 +0900 Served asset /heart/bluetrip/css/print.css - 304 Not Modified (0ms) Started GET "/heart/dashboards/default?lang=en" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Processing by Heart::DashboardsController#default as HTML Parameters: {"lang"=>"en"} Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_graph_options.html.haml (3.5ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_annotation.haml (0.7ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_heart_form.html.haml (1.9ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/default.html.haml within layouts/heart_engine (10.1ms) Completed 200 OK in 22ms (Views: 21.7ms | ActiveRecord: 0.0ms) Started GET "/assets/heart/bluetrip/css/screen.css?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/bluetrip/css/screen.css - 304 Not Modified (0ms) Started GET "/assets/heart/jquery-1-5-2.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/jquery-1-5-2.js - 304 Not Modified (0ms) Started GET "/assets/heart/start/jquery-ui-1.8.7.custom.css?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/start/jquery-ui-1.8.7.custom.css - 304 Not Modified (0ms) Started GET "/assets/heart/heart.css?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/heart.css - 304 Not Modified (0ms) Started GET "/assets/heart/colortip-1.0-jquery.css?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/colortip-1.0-jquery.css - 304 Not Modified (0ms) Started GET "/assets/heart/buttons.css?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/buttons.css - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/flot/jquery.flot.js - 304 Not Modified (0ms) Started GET "/assets/heart/jquery-ui-1.8.7.custom.min.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/jquery-ui-1.8.7.custom.min.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.symbols.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/flot/jquery.flot.symbols.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.navigate.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/flot/jquery.flot.navigate.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.stack.min.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/flot/jquery.flot.stack.min.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.growing.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/flot/jquery.flot.growing.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.fillbetween.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/flot/jquery.flot.fillbetween.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.pie.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/flot/jquery.flot.pie.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.resize.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/flot/jquery.flot.resize.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.legendcanvas.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/flot/jquery.flot.legendcanvas.js - 304 Not Modified (0ms) Started GET "/assets/heart/colortip-1.0-jquery.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/colortip-1.0-jquery.js - 304 Not Modified (0ms) Started GET "/assets/heart/jquery.betterTooltip.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/jquery.betterTooltip.js - 304 Not Modified (0ms) Started GET "/assets/heart/application.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/application.js - 304 Not Modified (0ms) Started GET "/assets/heart/heart.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/heart.js - 304 Not Modified (0ms) Started GET "/assets/heart/json2.js?body=1" for 127.0.0.1 at 2013-09-20 11:23:29 +0900 Served asset /heart/json2.js - 304 Not Modified (0ms) Started GET "/assets/heart/page_white_excel.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/page_white_excel.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_bar.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/chart_bar.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_pie.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/chart_pie.png - 304 Not Modified (0ms) Started GET "/assets/heart/picture.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/picture.png - 304 Not Modified (0ms) Started GET "/assets/heart/table.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/table.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_pie_off.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/chart_pie_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_bar_off.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/chart_bar_off.png - 304 Not Modified (0ms) Started POST "/heart/dashboards/flotit" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Processing by Heart::DashboardsController#flotit as TEXT Parameters: {"date_from"=>"2013-09-13", "date_to"=>"2013-09-19", "group_by"=>"", "moving_averages"=>["0"], "measurements"=>"", "method_sum"=>"false", "dashboard_id"=>"0", "description"=>""} Heart::Annotation Load (0.4ms) SELECT `heart_annotations`.* FROM `heart_annotations` WHERE `heart_annotations`.`dashboard_id` IS NULL AND (`heart_annotations`.`fulldate` BETWEEN '2013-09-13' AND '2013-09-19') ORDER BY fulldate ASC Heart::Metric Load (0.3ms) SELECT fulldate, fulldate AS d, year, monthofyear AS month, dayofyear AS day, '0' AS movingaverage FROM heart_metrics WHERE fulldate >= '2013-09-13' AND fulldate <= '2013-09-19' AND movingaverage = 0 GROUP BY fulldate ORDER BY d ASC Heart::Metric Load (1.8ms)  SELECT fulldate, fulldate AS d, year, monthofyear AS month, dayofyear AS day, '0' AS movingaverage FROM heart_metrics WHERE fulldate > SUBDATE((SELECT fulldate FROM heart_metrics WHERE movingaverage = 0 ORDER BY fulldate desc LIMIT 1), 3) AND movingaverage = 0 GROUP BY fulldate ORDER BY d ASC Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/flotit.js.haml (2.7ms) Completed 200 OK in 23ms (Views: 18.6ms | ActiveRecord: 2.5ms) Started GET "/assets/heart/chart_curve.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/chart_curve.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_curve_off.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/chart_curve_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/bricks.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/bricks.png - 304 Not Modified (0ms) Started GET "/assets/heart/bricks_off.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/bricks_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_line.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/chart_line.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_line_off.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/chart_line_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/paintcan.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/paintcan.png - 304 Not Modified (0ms) Started GET "/assets/heart/paintcan_off.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/paintcan_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/zoom.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/zoom.png - 304 Not Modified (0ms) Started GET "/assets/heart/us.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/us.png - 304 Not Modified (0ms) Started GET "/assets/heart/zoom_off.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/zoom_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/jp.png" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/jp.png - 304 Not Modified (0ms) Started GET "/assets/heart/bluetrip/css/print.css?body=1" for 127.0.0.1 at 2013-09-20 11:23:30 +0900 Served asset /heart/bluetrip/css/print.css - 304 Not Modified (0ms) Started GET "/heart/dashboards/default?lang=en" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Processing by Heart::DashboardsController#default as HTML Parameters: {"lang"=>"en"} Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_graph_options.html.haml (4.9ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_annotation.haml (0.7ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/_heart_form.html.haml (1.8ms) Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/default.html.haml within layouts/heart_engine (12.1ms) Completed 200 OK in 23ms (Views: 23.0ms | ActiveRecord: 0.0ms) Started GET "/assets/heart/bluetrip/css/screen.css?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/bluetrip/css/screen.css - 304 Not Modified (0ms) Started GET "/assets/heart/start/jquery-ui-1.8.7.custom.css?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/start/jquery-ui-1.8.7.custom.css - 304 Not Modified (0ms) Started GET "/assets/heart/colortip-1.0-jquery.css?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/colortip-1.0-jquery.css - 304 Not Modified (0ms) Started GET "/assets/heart/heart.css?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/heart.css - 304 Not Modified (0ms) Started GET "/assets/heart/buttons.css?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/buttons.css - 304 Not Modified (0ms) Started GET "/assets/heart/jquery-1-5-2.js?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/jquery-1-5-2.js - 304 Not Modified (0ms) Started GET "/assets/heart/jquery-ui-1.8.7.custom.min.js?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/jquery-ui-1.8.7.custom.min.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.js?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/flot/jquery.flot.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.symbols.js?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/flot/jquery.flot.symbols.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.navigate.js?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/flot/jquery.flot.navigate.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.stack.min.js?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/flot/jquery.flot.stack.min.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.growing.js?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/flot/jquery.flot.growing.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.fillbetween.js?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/flot/jquery.flot.fillbetween.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.pie.js?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/flot/jquery.flot.pie.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.resize.js?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/flot/jquery.flot.resize.js - 304 Not Modified (0ms) Started GET "/assets/heart/flot/jquery.flot.legendcanvas.js?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/flot/jquery.flot.legendcanvas.js - 304 Not Modified (0ms) Started GET "/assets/heart/bluetrip/css/print.css?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/bluetrip/css/print.css - 304 Not Modified (0ms) Started GET "/assets/heart/colortip-1.0-jquery.js?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/colortip-1.0-jquery.js - 304 Not Modified (0ms) Started GET "/assets/heart/jquery.betterTooltip.js?body=1" for 127.0.0.1 at 2013-09-21 00:44:35 +0900 Served asset /heart/jquery.betterTooltip.js - 304 Not Modified (0ms) Started GET "/assets/heart/application.js?body=1" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/application.js - 304 Not Modified (0ms) Started GET "/assets/heart/heart.js?body=1" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/heart.js - 304 Not Modified (0ms) Started GET "/assets/heart/json2.js?body=1" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/json2.js - 304 Not Modified (0ms) Started GET "/assets/heart/page_white_excel.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/page_white_excel.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_pie.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/chart_pie.png - 304 Not Modified (0ms) Started GET "/assets/heart/table.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/table.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_bar.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/chart_bar.png - 304 Not Modified (0ms) Started GET "/assets/heart/picture.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/picture.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_pie_off.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/chart_pie_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_bar_off.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/chart_bar_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_curve.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/chart_curve.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_curve_off.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/chart_curve_off.png - 304 Not Modified (0ms) Started POST "/heart/dashboards/flotit" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Processing by Heart::DashboardsController#flotit as TEXT Parameters: {"date_from"=>"2013-09-13", "date_to"=>"2013-09-19", "group_by"=>"", "moving_averages"=>["0"], "measurements"=>"", "method_sum"=>"false", "dashboard_id"=>"0", "description"=>""} Heart::Annotation Load (0.7ms) SELECT `heart_annotations`.* FROM `heart_annotations` WHERE `heart_annotations`.`dashboard_id` IS NULL AND (`heart_annotations`.`fulldate` BETWEEN '2013-09-13' AND '2013-09-19') ORDER BY fulldate ASC Heart::Metric Load (0.5ms)  SELECT fulldate, fulldate AS d, year, monthofyear AS month, dayofyear AS day, '0' AS movingaverage FROM heart_metrics WHERE fulldate >= '2013-09-13' AND fulldate <= '2013-09-19' AND movingaverage = 0 GROUP BY fulldate ORDER BY d ASC Heart::Metric Load (3.2ms) SELECT fulldate, fulldate AS d, year, monthofyear AS month, dayofyear AS day, '0' AS movingaverage FROM heart_metrics WHERE fulldate > SUBDATE((SELECT fulldate FROM heart_metrics WHERE movingaverage = 0 ORDER BY fulldate desc LIMIT 1), 3) AND movingaverage = 0 GROUP BY fulldate ORDER BY d ASC Rendered /Users/cwabbott/work/innovationtime/heart/app/views/heart/dashboards/flotit.js.haml (4.0ms) Completed 200 OK in 23ms (Views: 15.8ms | ActiveRecord: 4.4ms) Started GET "/assets/heart/bricks.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/bricks.png - 304 Not Modified (0ms) Started GET "/assets/heart/header.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/header.png - 304 Not Modified (0ms) Started GET "/assets/heart/bricks_off.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/bricks_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_line.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/chart_line.png - 304 Not Modified (0ms) Started GET "/assets/heart/chart_line_off.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/chart_line_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/paintcan.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/paintcan.png - 304 Not Modified (0ms) Started GET "/assets/heart/paintcan_off.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/paintcan_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/zoom.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/zoom.png - 304 Not Modified (0ms) Started GET "/assets/heart/zoom_off.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/zoom_off.png - 304 Not Modified (0ms) Started GET "/assets/heart/footer_background.jpg" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/footer_background.jpg - 304 Not Modified (0ms) Started GET "/assets/heart/jp.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/jp.png - 304 Not Modified (0ms) Started GET "/assets/heart/us.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/us.png - 304 Not Modified (0ms) Started GET "/assets/heart/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png" for 127.0.0.1 at 2013-09-21 00:44:36 +0900 Served asset /heart/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2013-09-21 09:19:27 +0900 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.14) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.14) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.14) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.14) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.14) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' rack (1.4.5) lib/rack/runtime.rb:17:in `call' activesupport (3.2.14) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.5) lib/rack/lock.rb:15:in `call' actionpack (3.2.14) lib/action_dispatch/middleware/static.rb:63:in `call' railties (3.2.14) lib/rails/engine.rb:484:in `call' railties (3.2.14) lib/rails/application.rb:231:in `call' rack (1.4.5) lib/rack/content_length.rb:14:in `call' railties (3.2.14) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' /Users/cwabbott/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/cwabbott/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/cwabbott/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/cwabbott/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.14/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.8ms)