spec/dummy/log/development.log in dorsale-2.3.4 vs spec/dummy/log/development.log in dorsale-2.3.5

- old
+ new

@@ -1790,5 +1790,1036 @@ UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index' + + +Started GET "/" for ::1 at 2016-03-09 15:29:07 +0100 + ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by HomeController#home as HTML + Rendered home/home.html.slim within layouts/application (17.7ms) + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (3.8ms) +Completed 200 OK in 9390ms (Views: 9377.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/application.self.css?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/jquery.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/accounting.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/selectize.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/application.self.js?body=1" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-03-09 15:29:17 +0100 + + +Started GET "/dorsale/flyboy/tasks" for ::1 at 2016-03-09 15:29:22 +0100 +Processing by Dorsale::Flyboy::TasksController#index as HTML + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/_filters.html.slim (94.1ms) + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (5.9ms) + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/search/_form.html.slim (9.4ms) + Dorsale::Flyboy::Task Load (0.3ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" ORDER BY term ASC LIMIT 50 OFFSET 0 + Dorsale::Flyboy::Folder Load (0.4ms) SELECT "dorsale_flyboy_folders".* FROM "dorsale_flyboy_folders" WHERE "dorsale_flyboy_folders"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "dorsale_flyboy_folders".* FROM "dorsale_flyboy_folders" WHERE "dorsale_flyboy_folders"."id" = ? LIMIT 1 [["id", 1]] + Dorsale::CustomerVault::Corporation Load (0.2ms) SELECT "dorsale_customer_vault_corporations".* FROM "dorsale_customer_vault_corporations" WHERE "dorsale_customer_vault_corporations"."id" = ? LIMIT 1 [["id", 2]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_list.html.slim (99.2ms) +  (0.2ms) SELECT COUNT(*) FROM "dorsale_flyboy_tasks" + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/index.html.slim within layouts/application (252.1ms) + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms) +Completed 200 OK in 1616ms (Views: 420.5ms | ActiveRecord: 2.2ms) + + +Started GET "/dorsale/flyboy/summary" for ::1 at 2016-03-09 15:29:28 +0100 + +ActionController::RoutingError (No route matches [GET] "/dorsale/flyboy/summary"): + actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.4) lib/rails/engine.rb:518:in `call' + railties (4.2.4) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (16.6ms) + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (10.7ms) + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (211.7ms) + + +Started GET "/dorsale/flyboy/tasks/summary" for ::1 at 2016-03-09 15:29:48 +0100 +Processing by Dorsale::Flyboy::TasksController#summary as HTML +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) + +NoMethodError (undefined method `id' for nil:NilClass): + /Users/benoit/www/agilidee/dorsale/app/controllers/dorsale/flyboy/concerns/tasks_summary.rb:7:in `setup_tasks_summary' + /Users/benoit/www/agilidee/dorsale/app/controllers/dorsale/flyboy/tasks_controller.rb:164:in `summary' + actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' + actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' + actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' + actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' + railties (4.2.4) lib/rails/engine.rb:518:in `call' + railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' + railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' + actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' + actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' + warden (1.2.3) lib/warden/manager.rb:35:in `block in call' + warden (1.2.3) lib/warden/manager.rb:34:in `catch' + warden (1.2.3) lib/warden/manager.rb:34:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.4) lib/rails/engine.rb:518:in `call' + railties (4.2.4) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms) + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (79.1ms) + + +Started GET "/dorsale/flyboy/tasks/summary" for ::1 at 2016-03-09 15:29:50 +0100 +Processing by Dorsale::Flyboy::TasksController#summary as HTML +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) + +NoMethodError (undefined method `id' for nil:NilClass): + /Users/benoit/www/agilidee/dorsale/app/controllers/dorsale/flyboy/concerns/tasks_summary.rb:7:in `setup_tasks_summary' + /Users/benoit/www/agilidee/dorsale/app/controllers/dorsale/flyboy/tasks_controller.rb:164:in `summary' + actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' + actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' + actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' + actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' + railties (4.2.4) lib/rails/engine.rb:518:in `call' + railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' + railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' + actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' + actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' + warden (1.2.3) lib/warden/manager.rb:35:in `block in call' + warden (1.2.3) lib/warden/manager.rb:34:in `catch' + warden (1.2.3) lib/warden/manager.rb:34:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.4) lib/rails/engine.rb:518:in `call' + railties (4.2.4) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.9ms) + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (83.2ms) + + +Started GET "/dorsale/flyboy/tasks/summary" for ::1 at 2016-03-09 15:30:03 +0100 +Processing by Dorsale::Flyboy::TasksController#summary as HTML +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) + +NoMethodError (undefined method `id' for nil:NilClass): + /Users/benoit/www/agilidee/dorsale/app/controllers/dorsale/flyboy/concerns/tasks_summary.rb:7:in `setup_tasks_summary' + /Users/benoit/www/agilidee/dorsale/app/controllers/dorsale/flyboy/tasks_controller.rb:164:in `summary' + actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.4) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call' + actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' + actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve' + actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' + railties (4.2.4) lib/rails/engine.rb:518:in `call' + railties (4.2.4) lib/rails/railtie.rb:194:in `public_send' + railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing' + actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve' + actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call' + warden (1.2.3) lib/warden/manager.rb:35:in `block in call' + warden (1.2.3) lib/warden/manager.rb:34:in `catch' + warden (1.2.3) lib/warden/manager.rb:34:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.4) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.4) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.4) lib/rails/engine.rb:518:in `call' + railties (4.2.4) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.9ms) + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (10.1ms) + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (103.2ms) + + +Started GET "/" for ::1 at 2016-03-09 15:30:06 +0100 +Processing by HomeController#home as HTML + Rendered home/home.html.slim within layouts/application (0.1ms) + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms) +Completed 200 OK in 137ms (Views: 136.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/application.self.css?body=1" for ::1 at 2016-03-09 15:30:06 +0100 + + +Started GET "/assets/jquery.self.js?body=1" for ::1 at 2016-03-09 15:30:06 +0100 + + +Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2016-03-09 15:30:06 +0100 + + +Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2016-03-09 15:30:06 +0100 + + +Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2016-03-09 15:30:06 +0100 + + +Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2016-03-09 15:30:06 +0100 + + +Started GET "/assets/accounting.self.js?body=1" for ::1 at 2016-03-09 15:30:06 +0100 + + +Started GET "/assets/selectize.self.js?body=1" for ::1 at 2016-03-09 15:30:07 +0100 + + +Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2016-03-09 15:30:07 +0100 + + +Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2016-03-09 15:30:07 +0100 + + +Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2016-03-09 15:30:07 +0100 + + +Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2016-03-09 15:30:07 +0100 + + +Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2016-03-09 15:30:07 +0100 + + +Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2016-03-09 15:30:07 +0100 + + +Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2016-03-09 15:30:07 +0100 + + +Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2016-03-09 15:30:07 +0100 + + +Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2016-03-09 15:30:07 +0100 + + +Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2016-03-09 15:30:07 +0100 + + +Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2016-03-09 15:30:07 +0100 + + +Started GET "/assets/application.self.js?body=1" for ::1 at 2016-03-09 15:30:07 +0100 + + +Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-03-09 15:30:07 +0100 + + +Started GET "/users/sign_in" for ::1 at 2016-03-09 15:30:08 +0100 +Processing by Devise::SessionsController#new as HTML + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/devise-bootstrap-views-0.0.6/app/views/devise/shared/_links.html.erb (2.4ms) + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/devise-bootstrap-views-0.0.6/app/views/devise/sessions/new.html.erb within layouts/application (31.4ms) + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms) +Completed 200 OK in 200ms (Views: 183.3ms | ActiveRecord: 0.4ms) + + +Started POST "/users/sign_in" for ::1 at 2016-03-09 15:30:12 +0100 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"qCaY0TkHe1qtednfqelhh9AVhEh9l6N4wKEhpWJPoHfzhf8aoz6HaWuVzBKEVp5WbnoBEf8yFjTls20PdUKfkQ==", "user"=>{"email"=>"benoit.martin-chave@agilidee.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Connexion", "back_url"=>"http://localhost:3000/users/sign_in"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT 1 [["email", "benoit.martin-chave@agilidee.com"]] +Completed 401 Unauthorized in 12ms (ActiveRecord: 0.3ms) +Processing by Devise::SessionsController#new as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"qCaY0TkHe1qtednfqelhh9AVhEh9l6N4wKEhpWJPoHfzhf8aoz6HaWuVzBKEVp5WbnoBEf8yFjTls20PdUKfkQ==", "user"=>{"email"=>"benoit.martin-chave@agilidee.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Connexion", "back_url"=>"http://localhost:3000/users/sign_in"} + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/devise-bootstrap-views-0.0.6/app/views/devise/shared/_links.html.erb (0.7ms) + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/devise-bootstrap-views-0.0.6/app/views/devise/sessions/new.html.erb within layouts/application (11.4ms) + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (2.1ms) +Completed 200 OK in 259ms (Views: 157.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/application.self.css?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/jquery.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/accounting.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/selectize.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/application.self.js?body=1" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-03-09 15:30:12 +0100 + + +Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-03-09 15:30:15 +0100 +  (0.2ms) SELECT COUNT(*) FROM "users" +  (0.1ms) begin transaction + User Exists (0.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'benoit.martin-chave@agilidee.com' LIMIT 1 + SQL (0.5ms) INSERT INTO "users" ("is_active", "email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["is_active", "t"], ["email", "benoit.martin-chave@agilidee.com"], ["encrypted_password", "$2a$10$89tfw5yZMX1qlbmYSBVwN.Ep.YPuIhsTh6mqsE0u3r3JzRdTvXZia"], ["created_at", "2016-03-09 14:30:44.364345"], ["updated_at", "2016-03-09 14:30:44.364345"]] +[ActiveJob] Enqueued ActionMailer::DeliveryJob (Job ID: 4d90a10e-d637-4fac-9667-eb3cacc9bd64) to Inline(mailers) with arguments: "Dorsale::UserMailer", "new_account", "deliver_now", gid://dummy/User/1, "password" +[ActiveJob] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] +[ActiveJob] [ActionMailer::DeliveryJob] [4d90a10e-d637-4fac-9667-eb3cacc9bd64] Performing ActionMailer::DeliveryJob from Inline(mailers) with arguments: "Dorsale::UserMailer", "new_account", "deliver_now", gid://dummy/User/1, "password" +[ActiveJob] [ActionMailer::DeliveryJob] [4d90a10e-d637-4fac-9667-eb3cacc9bd64] Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/user_mailer/new_account.html.slim (18.3ms) +[ActiveJob] [ActionMailer::DeliveryJob] [4d90a10e-d637-4fac-9667-eb3cacc9bd64] +Dorsale::UserMailer#new_account: processed outbound mail in 364.0ms +[ActiveJob] [ActionMailer::DeliveryJob] [4d90a10e-d637-4fac-9667-eb3cacc9bd64] +Sent mail to benoit.martin-chave@agilidee.com (74.3ms) +[ActiveJob] [ActionMailer::DeliveryJob] [4d90a10e-d637-4fac-9667-eb3cacc9bd64] Date: Wed, 09 Mar 2016 15:30:45 +0100 +From: example@example.org +To: benoit.martin-chave@agilidee.com +Message-ID: <56e03395acc62_c8e63fe87a05e1f82738@tiramisu.local.mail> +Subject: Nouveau compte +Mime-Version: 1.0 +Content-Type: text/html; + charset=UTF-8 +Content-Transfer-Encoding: quoted-printable + +<h1> + Nouveau compte cr=C3=A9=C3=A9 +</h1> +<h2> + F=C3=A9licitation pour la cr=C3=A9ation de votre compte. +</h2> +<p> + Votre login est: benoit.martin-chave@agilidee.com +</p> +<p> + Votre mot de passe est: password +</p>= + +[ActiveJob] [ActionMailer::DeliveryJob] [4d90a10e-d637-4fac-9667-eb3cacc9bd64] Performed ActionMailer::DeliveryJob from Inline(mailers) in 1333.26ms +  (1.0ms) commit transaction + + +Started GET "/users/sign_in" for ::1 at 2016-03-09 15:31:05 +0100 +Processing by Devise::SessionsController#new as HTML + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/devise-bootstrap-views-0.0.6/app/views/devise/shared/_links.html.erb (0.7ms) + Rendered /Users/benoit/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/devise-bootstrap-views-0.0.6/app/views/devise/sessions/new.html.erb within layouts/application (12.9ms) + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms) +Completed 200 OK in 155ms (Views: 154.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/application.self.css?body=1" for ::1 at 2016-03-09 15:31:05 +0100 + + +Started GET "/assets/jquery.self.js?body=1" for ::1 at 2016-03-09 15:31:05 +0100 + + +Started GET "/assets/accounting.self.js?body=1" for ::1 at 2016-03-09 15:31:05 +0100 + + +Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2016-03-09 15:31:05 +0100 + + +Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2016-03-09 15:31:05 +0100 + + +Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2016-03-09 15:31:05 +0100 + + +Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2016-03-09 15:31:05 +0100 + + +Started GET "/assets/selectize.self.js?body=1" for ::1 at 2016-03-09 15:31:05 +0100 + + +Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2016-03-09 15:31:05 +0100 + + +Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2016-03-09 15:31:05 +0100 + + +Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2016-03-09 15:31:05 +0100 + + +Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2016-03-09 15:31:05 +0100 + + +Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2016-03-09 15:31:05 +0100 + + +Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2016-03-09 15:31:06 +0100 + + +Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2016-03-09 15:31:06 +0100 + + +Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2016-03-09 15:31:06 +0100 + + +Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2016-03-09 15:31:06 +0100 + + +Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2016-03-09 15:31:06 +0100 + + +Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2016-03-09 15:31:06 +0100 + + +Started GET "/assets/application.self.js?body=1" for ::1 at 2016-03-09 15:31:06 +0100 + + +Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-03-09 15:31:06 +0100 + + +Started POST "/users/sign_in" for ::1 at 2016-03-09 15:31:09 +0100 +Processing by Devise::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"I8zbbQIyvjPiacOts7EIWU1stVUT9tK7UGNhl88m92d4b7ymmAtCACSF1mCeDveI8wMwDJFTZ/d1cS092CvIgQ==", "user"=>{"email"=>"benoit.martin-chave@agilidee.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Connexion", "back_url"=>"http://localhost:3000/users/sign_in"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" ASC LIMIT 1 [["email", "benoit.martin-chave@agilidee.com"]] +  (0.1ms) begin transaction + SQL (0.5ms) UPDATE "users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "users"."id" = ? [["last_sign_in_at", "2016-03-09 14:31:09.646235"], ["current_sign_in_at", "2016-03-09 14:31:09.646235"], ["last_sign_in_ip", "::1"], ["current_sign_in_ip", "::1"], ["sign_in_count", 1], ["updated_at", "2016-03-09 14:31:09.648014"], ["id", 1]] +  (2.3ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 124ms (ActiveRecord: 3.0ms) + + +Started GET "/" for ::1 at 2016-03-09 15:31:09 +0100 +Processing by HomeController#home as HTML + Rendered home/home.html.slim within layouts/application (0.1ms) + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.3ms) +Completed 200 OK in 129ms (Views: 127.6ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/application.self.css?body=1" for ::1 at 2016-03-09 15:31:09 +0100 + + +Started GET "/assets/jquery.self.js?body=1" for ::1 at 2016-03-09 15:31:09 +0100 + + +Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/assets/accounting.self.js?body=1" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/assets/selectize.self.js?body=1" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/assets/application.self.js?body=1" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-03-09 15:31:10 +0100 + + +Started GET "/dorsale/flyboy/tasks/summary" for ::1 at 2016-03-09 15:31:12 +0100 +Processing by Dorsale::Flyboy::TasksController#summary as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] + Dorsale::Flyboy::Task Load (0.2ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" WHERE ((owner_id IS NULL and owner_type IS NULL) OR (owner_id = 1 and owner_type = 'User')) AND "dorsale_flyboy_tasks"."done" = ? AND (term < '2016-03-09') [["done", "f"]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary_list.html.slim (10.6ms) + Dorsale::Flyboy::Task Load (0.2ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" WHERE ((owner_id IS NULL and owner_type IS NULL) OR (owner_id = 1 and owner_type = 'User')) AND "dorsale_flyboy_tasks"."done" = ? AND (term = '2016-03-09') [["done", "f"]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary_list.html.slim (1.0ms) + Dorsale::Flyboy::Task Load (0.4ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" WHERE ((owner_id IS NULL and owner_type IS NULL) OR (owner_id = 1 and owner_type = 'User')) AND "dorsale_flyboy_tasks"."done" = ? AND (term = '2016-03-10') [["done", "f"]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary_list.html.slim (1.9ms) + Dorsale::Flyboy::Task Load (0.3ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" WHERE ((owner_id IS NULL and owner_type IS NULL) OR (owner_id = 1 and owner_type = 'User')) AND "dorsale_flyboy_tasks"."done" = ? AND (term > '2016-03-10') AND (term <= '2016-03-13') [["done", "f"]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary_list.html.slim (1.3ms) + Dorsale::Flyboy::Task Load (0.3ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" WHERE ((owner_id IS NULL and owner_type IS NULL) OR (owner_id = 1 and owner_type = 'User')) AND "dorsale_flyboy_tasks"."done" = ? AND (term > '2016-03-13') AND (term <= '2016-03-20') [["done", "f"]] + Dorsale::Flyboy::Folder Load (0.1ms) SELECT "dorsale_flyboy_folders".* FROM "dorsale_flyboy_folders" WHERE "dorsale_flyboy_folders"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "dorsale_flyboy_folders".* FROM "dorsale_flyboy_folders" WHERE "dorsale_flyboy_folders"."id" = ? LIMIT 1 [["id", 1]] + Dorsale::CustomerVault::Corporation Load (0.1ms) SELECT "dorsale_customer_vault_corporations".* FROM "dorsale_customer_vault_corporations" WHERE "dorsale_customer_vault_corporations"."id" = ? LIMIT 1 [["id", 2]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary_list.html.slim (11.4ms) + Dorsale::Flyboy::Task Load (0.3ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" WHERE ((owner_id IS NULL and owner_type IS NULL) OR (owner_id = 1 and owner_type = 'User')) AND "dorsale_flyboy_tasks"."done" = ? AND (term > '2016-03-20') AND (term <= '2016-03-27') [["done", "f"]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary_list.html.slim (1.3ms) + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary.html.slim (69.1ms) + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/summary.html.slim within layouts/application (78.4ms) + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms) +Completed 200 OK in 243ms (Views: 234.3ms | ActiveRecord: 2.1ms) + + +Started GET "/assets/application.self.css?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/jquery.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/accounting.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/selectize.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/application.self.js?body=1" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-03-09 15:31:12 +0100 + + +Started GET "/dorsale/flyboy/tasks/summary" for ::1 at 2016-03-09 15:31:39 +0100 +Processing by Dorsale::Flyboy::TasksController#summary as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] + Dorsale::Flyboy::Task Load (0.3ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" WHERE ((owner_id IS NULL and owner_type IS NULL) OR (owner_id = 1 and owner_type = 'User')) AND "dorsale_flyboy_tasks"."done" = ? AND (term < '2016-03-09') [["done", "f"]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary_list.html.slim (2.0ms) + Dorsale::Flyboy::Task Load (0.2ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" WHERE ((owner_id IS NULL and owner_type IS NULL) OR (owner_id = 1 and owner_type = 'User')) AND "dorsale_flyboy_tasks"."done" = ? AND (term = '2016-03-09') [["done", "f"]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary_list.html.slim (0.9ms) + Dorsale::Flyboy::Task Load (0.3ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" WHERE ((owner_id IS NULL and owner_type IS NULL) OR (owner_id = 1 and owner_type = 'User')) AND "dorsale_flyboy_tasks"."done" = ? AND (term = '2016-03-10') [["done", "f"]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary_list.html.slim (1.3ms) + Dorsale::Flyboy::Task Load (0.2ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" WHERE ((owner_id IS NULL and owner_type IS NULL) OR (owner_id = 1 and owner_type = 'User')) AND "dorsale_flyboy_tasks"."done" = ? AND (term > '2016-03-10') AND (term <= '2016-03-13') [["done", "f"]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary_list.html.slim (1.0ms) + Dorsale::Flyboy::Task Load (0.2ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" WHERE ((owner_id IS NULL and owner_type IS NULL) OR (owner_id = 1 and owner_type = 'User')) AND "dorsale_flyboy_tasks"."done" = ? AND (term > '2016-03-13') AND (term <= '2016-03-20') [["done", "f"]] + Dorsale::Flyboy::Folder Load (0.2ms) SELECT "dorsale_flyboy_folders".* FROM "dorsale_flyboy_folders" WHERE "dorsale_flyboy_folders"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "dorsale_flyboy_folders".* FROM "dorsale_flyboy_folders" WHERE "dorsale_flyboy_folders"."id" = ? LIMIT 1 [["id", 1]] + Dorsale::CustomerVault::Corporation Load (0.2ms) SELECT "dorsale_customer_vault_corporations".* FROM "dorsale_customer_vault_corporations" WHERE "dorsale_customer_vault_corporations"."id" = ? LIMIT 1 [["id", 2]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary_list.html.slim (65.5ms) + Dorsale::Flyboy::Task Load (0.2ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" WHERE ((owner_id IS NULL and owner_type IS NULL) OR (owner_id = 1 and owner_type = 'User')) AND "dorsale_flyboy_tasks"."done" = ? AND (term > '2016-03-20') AND (term <= '2016-03-27') [["done", "f"]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary_list.html.slim (1.2ms) + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary.html.slim (1013.8ms) + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/summary.html.slim within layouts/application (1018.5ms) + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms) +Completed 200 OK in 1183ms (Views: 1155.8ms | ActiveRecord: 3.9ms) + + +Started GET "/assets/jquery.self.js?body=1" for ::1 at 2016-03-09 15:31:40 +0100 + + +Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2016-03-09 15:31:40 +0100 + + +Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2016-03-09 15:31:40 +0100 + + +Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2016-03-09 15:31:40 +0100 + + +Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2016-03-09 15:31:40 +0100 + + +Started GET "/assets/accounting.self.js?body=1" for ::1 at 2016-03-09 15:31:40 +0100 + + +Started GET "/assets/application.self.css?body=1" for ::1 at 2016-03-09 15:31:40 +0100 + + +Started GET "/assets/selectize.self.js?body=1" for ::1 at 2016-03-09 15:31:41 +0100 + + +Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2016-03-09 15:31:41 +0100 + + +Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2016-03-09 15:31:41 +0100 + + +Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2016-03-09 15:31:41 +0100 + + +Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2016-03-09 15:31:41 +0100 + + +Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2016-03-09 15:31:41 +0100 + + +Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2016-03-09 15:31:41 +0100 + + +Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2016-03-09 15:31:41 +0100 + + +Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2016-03-09 15:31:41 +0100 + + +Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2016-03-09 15:31:41 +0100 + + +Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2016-03-09 15:31:41 +0100 + + +Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2016-03-09 15:31:41 +0100 + + +Started GET "/assets/application.self.js?body=1" for ::1 at 2016-03-09 15:31:41 +0100 + + +Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-03-09 15:31:41 +0100 + + +Started GET "/dorsale/flyboy/tasks/summary" for ::1 at 2016-03-09 15:32:01 +0100 +Processing by Dorsale::Flyboy::TasksController#summary as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]] + Dorsale::Flyboy::Task Load (0.3ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" WHERE ((owner_id IS NULL and owner_type IS NULL) OR (owner_id = 1 and owner_type = 'User')) AND "dorsale_flyboy_tasks"."done" = ? AND (term < '2016-03-09') [["done", "f"]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary_list.html.slim (2.7ms) + Dorsale::Flyboy::Task Load (0.2ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" WHERE ((owner_id IS NULL and owner_type IS NULL) OR (owner_id = 1 and owner_type = 'User')) AND "dorsale_flyboy_tasks"."done" = ? AND (term = '2016-03-09') [["done", "f"]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary_list.html.slim (1.1ms) + Dorsale::Flyboy::Task Load (0.2ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" WHERE ((owner_id IS NULL and owner_type IS NULL) OR (owner_id = 1 and owner_type = 'User')) AND "dorsale_flyboy_tasks"."done" = ? AND (term = '2016-03-10') [["done", "f"]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary_list.html.slim (1.1ms) + Dorsale::Flyboy::Task Load (0.2ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" WHERE ((owner_id IS NULL and owner_type IS NULL) OR (owner_id = 1 and owner_type = 'User')) AND "dorsale_flyboy_tasks"."done" = ? AND (term > '2016-03-10') AND (term <= '2016-03-13') [["done", "f"]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary_list.html.slim (0.9ms) + Dorsale::Flyboy::Task Load (0.3ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" WHERE ((owner_id IS NULL and owner_type IS NULL) OR (owner_id = 1 and owner_type = 'User')) AND "dorsale_flyboy_tasks"."done" = ? AND (term > '2016-03-13') AND (term <= '2016-03-20') [["done", "f"]] + Dorsale::Flyboy::Folder Load (0.2ms) SELECT "dorsale_flyboy_folders".* FROM "dorsale_flyboy_folders" WHERE "dorsale_flyboy_folders"."id" = ? LIMIT 1 [["id", 1]] + CACHE (0.0ms) SELECT "dorsale_flyboy_folders".* FROM "dorsale_flyboy_folders" WHERE "dorsale_flyboy_folders"."id" = ? LIMIT 1 [["id", 1]] + Dorsale::CustomerVault::Corporation Load (0.2ms) SELECT "dorsale_customer_vault_corporations".* FROM "dorsale_customer_vault_corporations" WHERE "dorsale_customer_vault_corporations"."id" = ? LIMIT 1 [["id", 2]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary_list.html.slim (74.5ms) + Dorsale::Flyboy::Task Load (0.2ms) SELECT "dorsale_flyboy_tasks".* FROM "dorsale_flyboy_tasks" WHERE ((owner_id IS NULL and owner_type IS NULL) OR (owner_id = 1 and owner_type = 'User')) AND "dorsale_flyboy_tasks"."done" = ? AND (term > '2016-03-20') AND (term <= '2016-03-27') [["done", "f"]] + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary_list.html.slim (1.1ms) + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/_summary.html.slim (1055.9ms) + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/flyboy/tasks/summary.html.slim within layouts/application (1062.7ms) + Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_flash.html.slim (0.1ms) +Completed 200 OK in 1247ms (Views: 1216.6ms | ActiveRecord: 3.9ms) + + +Started GET "/assets/application.self.css?body=1" for ::1 at 2016-03-09 15:32:02 +0100 + + +Started GET "/assets/jquery.self.js?body=1" for ::1 at 2016-03-09 15:32:02 +0100 + + +Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2016-03-09 15:32:02 +0100 + + +Started GET "/assets/bootstrap.self.js?body=1" for ::1 at 2016-03-09 15:32:02 +0100 + + +Started GET "/assets/turbolinks.self.js?body=1" for ::1 at 2016-03-09 15:32:02 +0100 + + +Started GET "/assets/cocoon.self.js?body=1" for ::1 at 2016-03-09 15:32:02 +0100 + + +Started GET "/assets/accounting.self.js?body=1" for ::1 at 2016-03-09 15:32:02 +0100 + + +Started GET "/assets/selectize.self.js?body=1" for ::1 at 2016-03-09 15:32:02 +0100 + + +Started GET "/assets/bootstrap-datepicker/core.self.js?body=1" for ::1 at 2016-03-09 15:32:03 +0100 + + +Started GET "/assets/dorsale/alexandrie/all.self.js?body=1" for ::1 at 2016-03-09 15:32:03 +0100 + + +Started GET "/assets/bootstrap-datepicker/locales/bootstrap-datepicker.fr.self.js?body=1" for ::1 at 2016-03-09 15:32:03 +0100 + + +Started GET "/assets/dorsale/comments.self.js?body=1" for ::1 at 2016-03-09 15:32:03 +0100 + + +Started GET "/assets/dorsale/customer_vault/all.self.js?body=1" for ::1 at 2016-03-09 15:32:03 +0100 + + +Started GET "/assets/dorsale/datepicker.self.js?body=1" for ::1 at 2016-03-09 15:32:03 +0100 + + +Started GET "/assets/dorsale/flyboy/all.self.js?body=1" for ::1 at 2016-03-09 15:32:03 +0100 + + +Started GET "/assets/dorsale/forms.self.js?body=1" for ::1 at 2016-03-09 15:32:03 +0100 + + +Started GET "/assets/dorsale/all.self.js?body=1" for ::1 at 2016-03-09 15:32:03 +0100 + + +Started GET "/assets/application.self.js?body=1" for ::1 at 2016-03-09 15:32:03 +0100 + + +Started GET "/assets/dorsale/billing_machine/all.self.js?body=1" for ::1 at 2016-03-09 15:32:03 +0100 + + +Started GET "/assets/dorsale/tabs_loader.self.js?body=1" for ::1 at 2016-03-09 15:32:03 +0100 + + +Started GET "/assets/font-awesome/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-03-09 15:32:03 +0100