customer_vault 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (31) hide show
  1. data/app/assets/javascripts/customer_vault/application.js +1 -13
  2. data/lib/customer_vault/version.rb +1 -1
  3. data/spec/dummy/app/assets/javascripts/application.js +1 -0
  4. data/spec/dummy/db/development.sqlite3 +0 -0
  5. data/spec/dummy/db/test.sqlite3 +0 -0
  6. data/spec/dummy/log/development.log +1441 -0
  7. data/spec/dummy/log/test.log +10083 -0
  8. data/spec/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  9. data/spec/dummy/tmp/cache/assets/development/sprockets/37c57e8c64ddd0e800367c128e99aa4a +0 -0
  10. data/spec/dummy/tmp/cache/assets/development/sprockets/3d8c652d083e088d80e09454ea2f73bf +0 -0
  11. data/spec/dummy/tmp/cache/assets/development/sprockets/45559a25b4bd660c0f0ed835f707e35e +0 -0
  12. data/spec/dummy/tmp/cache/assets/development/sprockets/9c86b05e68c5ee7a091ccaa5568fdb45 +0 -0
  13. data/spec/dummy/tmp/cache/assets/development/sprockets/a3b9b52b55d09df9fc9b40da8cba7a7d +0 -0
  14. data/spec/dummy/tmp/cache/assets/development/sprockets/a7ff31ff3d4bb3eafcd103eb8b5eb425 +0 -0
  15. data/spec/dummy/tmp/cache/assets/development/sprockets/b6cd709a81a87f6033c2371125c65c77 +0 -0
  16. data/spec/dummy/tmp/cache/assets/development/sprockets/b9f491d5146e32606527db39bc1356a8 +0 -0
  17. data/spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  18. data/spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  19. data/spec/dummy/tmp/cache/assets/development/sprockets/fd8626a3a8f0b82bb2b2a9da4b916d8c +0 -0
  20. data/spec/dummy/tmp/cache/assets/development/sprockets/fe2d531df374c0e09797fd0051a769e2 +0 -0
  21. data/spec/dummy/tmp/cache/assets/development/sprockets/fefa4ea48fe496899c5e581218844149 +0 -0
  22. data/spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  23. data/spec/dummy/tmp/cache/assets/test/sprockets/37c57e8c64ddd0e800367c128e99aa4a +0 -0
  24. data/spec/dummy/tmp/cache/assets/test/sprockets/3d8c652d083e088d80e09454ea2f73bf +0 -0
  25. data/spec/dummy/tmp/cache/assets/test/sprockets/9c86b05e68c5ee7a091ccaa5568fdb45 +0 -0
  26. data/spec/dummy/tmp/cache/assets/test/sprockets/a7ff31ff3d4bb3eafcd103eb8b5eb425 +0 -0
  27. data/spec/dummy/tmp/cache/assets/test/sprockets/b9f491d5146e32606527db39bc1356a8 +0 -0
  28. data/spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  29. data/spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  30. data/spec/dummy/tmp/cache/assets/test/sprockets/fe2d531df374c0e09797fd0051a769e2 +0 -0
  31. metadata +67 -17
@@ -1,13 +1 @@
1
- // This is a manifest file that'll be compiled into application.js, which will include all the files
2
- // listed below.
3
- //
4
- // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
- // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
6
- //
7
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
- // compiled file.
9
- //
10
- // Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
11
- // about supported directives.
12
- //
13
- //= require_tree
1
+ //= require agilidee_commons/tabs_loader
@@ -1,3 +1,3 @@
1
1
  module CustomerVault
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
3
3
  end
@@ -15,3 +15,4 @@
15
15
  //= require bootstrap-sprockets
16
16
  //= require turbolinks
17
17
  //= require_tree .
18
+ //= require customer_vault/application
Binary file
Binary file
@@ -17673,3 +17673,1444 @@ Processing by CustomerVault::PeopleController#index as HTML
17673
17673
  Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.7ms)
17674
17674
  Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (70.5ms)
17675
17675
  Completed 200 OK in 90ms (Views: 86.9ms | ActiveRecord: 0.4ms)
17676
+
17677
+
17678
+ Started GET "/" for 127.0.0.1 at 2015-03-30 15:35:35 +0200
17679
+ Processing by Rails::WelcomeController#index as HTML
17680
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/railties-4.0.13/lib/rails/templates/rails/welcome/index.html.erb (4.8ms)
17681
+ Completed 200 OK in 70ms (Views: 45.6ms | ActiveRecord: 0.0ms)
17682
+
17683
+
17684
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2015-03-30 15:35:39 +0200
17685
+ Processing by CustomerVault::PeopleController#index as HTML
17686
+ CustomerVault::Individual Load (0.5ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
17687
+ CustomerVault::Corporation Load (0.8ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
17688
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (8.2ms)
17689
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.6ms)
17690
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.5ms)
17691
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.4ms)
17692
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (6.7ms)
17693
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.5ms)
17694
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.8ms)
17695
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.5ms)
17696
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (4.0ms)
17697
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (110.2ms)
17698
+ Completed 200 OK in 349ms (Views: 294.8ms | ActiveRecord: 2.0ms)
17699
+
17700
+
17701
+ Started GET "/customer_vault/people" for 127.0.0.1 at 2015-03-30 15:35:39 +0200
17702
+ Processing by CustomerVault::PeopleController#index as HTML
17703
+ CustomerVault::Individual Load (0.2ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals"
17704
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations"
17705
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.7ms)
17706
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.6ms)
17707
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.5ms)
17708
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.5ms)
17709
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.6ms)
17710
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.4ms)
17711
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (0.6ms)
17712
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_list_details.html.slim (0.5ms)
17713
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.5ms)
17714
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/index.html.slim within layouts/application (31.9ms)
17715
+ Completed 200 OK in 47ms (Views: 43.4ms | ActiveRecord: 0.4ms)
17716
+
17717
+
17718
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:35:41 +0200
17719
+ Processing by CustomerVault::CorporationsController#show as HTML
17720
+ Parameters: {"id"=>"3"}
17721
+ CustomerVault::Corporation Load (0.3ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
17722
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (5.8ms)
17723
+ Dorsale::Address Load (6.4ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
17724
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (94.4ms)
17725
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (100.7ms)
17726
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
17727
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
17728
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (11.7ms)
17729
+ Dorsale::Comment Load (0.7ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
17730
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (65.7ms)
17731
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (10.8ms)
17732
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (83.3ms)
17733
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (211.7ms)
17734
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (219.4ms)
17735
+ Completed 500 Internal Server Error in 231ms
17736
+
17737
+ ActionView::Template::Error (Unknown line indicator
17738
+ /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim, Line 7, Column 4
17739
+ $("input.back_url").value(location.href)
17740
+ ^
17741
+ ):
17742
+ 4:
17743
+ 5: input.back_url type="hidden" name="back_url"
17744
+ 6: javascript
17745
+ 7: $("input.back_url").value(location.href)
17746
+ 8:
17747
+ 9: = f.input :text, label: false
17748
+ 10:
17749
+ /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim:7
17750
+ slim (3.0.3) lib/slim/parser.rb:500:in `syntax_error!'
17751
+ slim (3.0.3) lib/slim/parser.rb:250:in `unknown_line_indicator'
17752
+ slim (3.0.3) lib/slim/parser.rb:244:in `parse_line_indicators'
17753
+ slim (3.0.3) lib/slim/parser.rb:186:in `parse_line'
17754
+ slim (3.0.3) lib/slim/parser.rb:89:in `call'
17755
+ temple (0.7.5) lib/temple/engine.rb:50:in `block in call'
17756
+ temple (0.7.5) lib/temple/engine.rb:50:in `each'
17757
+ temple (0.7.5) lib/temple/engine.rb:50:in `inject'
17758
+ temple (0.7.5) lib/temple/engine.rb:50:in `call'
17759
+ temple (0.7.5) lib/temple/mixins/template.rb:10:in `compile'
17760
+ temple (0.7.5) lib/temple/templates/rails.rb:8:in `call'
17761
+ actionpack (4.0.13) lib/action_view/template.rb:272:in `compile'
17762
+ actionpack (4.0.13) lib/action_view/template.rb:248:in `block in compile!'
17763
+ <internal:prelude>:10:in `synchronize'
17764
+ actionpack (4.0.13) lib/action_view/template.rb:236:in `compile!'
17765
+ actionpack (4.0.13) lib/action_view/template.rb:142:in `block in render'
17766
+ activesupport (4.0.13) lib/active_support/notifications.rb:161:in `instrument'
17767
+ actionpack (4.0.13) lib/action_view/template.rb:141:in `render'
17768
+ actionpack (4.0.13) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
17769
+ actionpack (4.0.13) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
17770
+ actionpack (4.0.13) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
17771
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `block in instrument'
17772
+ activesupport (4.0.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
17773
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `instrument'
17774
+ actionpack (4.0.13) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
17775
+ actionpack (4.0.13) lib/action_view/renderer/partial_renderer.rb:278:in `render'
17776
+ actionpack (4.0.13) lib/action_view/renderer/renderer.rb:47:in `render_partial'
17777
+ actionpack (4.0.13) lib/action_view/renderer/renderer.rb:21:in `render'
17778
+ actionpack (4.0.13) lib/action_view/helpers/rendering_helper.rb:24:in `render'
17779
+ /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim:10:in `___sers_benoit_www_agilidee_customer_vault_app_views_customer_vault_people__history_tab_html_slim___4372788230023763828_70115869975800'
17780
+ actionpack (4.0.13) lib/action_view/template.rb:143:in `block in render'
17781
+ activesupport (4.0.13) lib/active_support/notifications.rb:161:in `instrument'
17782
+ actionpack (4.0.13) lib/action_view/template.rb:141:in `render'
17783
+ actionpack (4.0.13) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
17784
+ actionpack (4.0.13) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
17785
+ actionpack (4.0.13) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
17786
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `block in instrument'
17787
+ activesupport (4.0.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
17788
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `instrument'
17789
+ actionpack (4.0.13) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
17790
+ actionpack (4.0.13) lib/action_view/renderer/partial_renderer.rb:278:in `render'
17791
+ actionpack (4.0.13) lib/action_view/renderer/renderer.rb:47:in `render_partial'
17792
+ actionpack (4.0.13) lib/action_view/renderer/renderer.rb:21:in `render'
17793
+ actionpack (4.0.13) lib/action_view/helpers/rendering_helper.rb:24:in `render'
17794
+ /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim:27:in `block in ___sers_benoit_www_agilidee_customer_vault_app_views_customer_vault_people__show_html_slim___2701467238281240154_70115870606500'
17795
+ actionpack (4.0.13) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
17796
+ actionpack (4.0.13) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
17797
+ actionpack (4.0.13) lib/action_view/helpers/capture_helper.rb:38:in `capture'
17798
+ actionpack (4.0.13) lib/action_view/helpers/capture_helper.rb:152:in `content_for'
17799
+ /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim:13:in `___sers_benoit_www_agilidee_customer_vault_app_views_customer_vault_people__show_html_slim___2701467238281240154_70115870606500'
17800
+ actionpack (4.0.13) lib/action_view/template.rb:143:in `block in render'
17801
+ activesupport (4.0.13) lib/active_support/notifications.rb:161:in `instrument'
17802
+ actionpack (4.0.13) lib/action_view/template.rb:141:in `render'
17803
+ actionpack (4.0.13) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
17804
+ actionpack (4.0.13) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
17805
+ actionpack (4.0.13) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
17806
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `block in instrument'
17807
+ activesupport (4.0.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
17808
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `instrument'
17809
+ actionpack (4.0.13) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
17810
+ actionpack (4.0.13) lib/action_view/renderer/partial_renderer.rb:278:in `render'
17811
+ actionpack (4.0.13) lib/action_view/renderer/renderer.rb:47:in `render_partial'
17812
+ actionpack (4.0.13) lib/action_view/renderer/renderer.rb:21:in `render'
17813
+ actionpack (4.0.13) lib/action_view/helpers/rendering_helper.rb:24:in `render'
17814
+ /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim:1:in `___sers_benoit_www_agilidee_customer_vault_app_views_customer_vault_corporations_show_html_slim___1582403143631515150_70115869970040'
17815
+ actionpack (4.0.13) lib/action_view/template.rb:143:in `block in render'
17816
+ activesupport (4.0.13) lib/active_support/notifications.rb:161:in `instrument'
17817
+ actionpack (4.0.13) lib/action_view/template.rb:141:in `render'
17818
+ actionpack (4.0.13) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
17819
+ actionpack (4.0.13) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
17820
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `block in instrument'
17821
+ activesupport (4.0.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
17822
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `instrument'
17823
+ actionpack (4.0.13) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
17824
+ actionpack (4.0.13) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
17825
+ actionpack (4.0.13) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
17826
+ actionpack (4.0.13) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
17827
+ actionpack (4.0.13) lib/action_view/renderer/template_renderer.rb:17:in `render'
17828
+ actionpack (4.0.13) lib/action_view/renderer/renderer.rb:42:in `render_template'
17829
+ actionpack (4.0.13) lib/action_view/renderer/renderer.rb:23:in `render'
17830
+ actionpack (4.0.13) lib/abstract_controller/rendering.rb:127:in `_render_template'
17831
+ actionpack (4.0.13) lib/action_controller/metal/streaming.rb:219:in `_render_template'
17832
+ actionpack (4.0.13) lib/abstract_controller/rendering.rb:120:in `render_to_body'
17833
+ actionpack (4.0.13) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
17834
+ actionpack (4.0.13) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
17835
+ actionpack (4.0.13) lib/abstract_controller/rendering.rb:97:in `render'
17836
+ actionpack (4.0.13) lib/action_controller/metal/rendering.rb:16:in `render'
17837
+ actionpack (4.0.13) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
17838
+ activesupport (4.0.13) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
17839
+ /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
17840
+ activesupport (4.0.13) lib/active_support/core_ext/benchmark.rb:12:in `ms'
17841
+ actionpack (4.0.13) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
17842
+ actionpack (4.0.13) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
17843
+ activerecord (4.0.13) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
17844
+ actionpack (4.0.13) lib/action_controller/metal/instrumentation.rb:40:in `render'
17845
+ actionpack (4.0.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
17846
+ actionpack (4.0.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
17847
+ actionpack (4.0.13) lib/abstract_controller/base.rb:189:in `process_action'
17848
+ actionpack (4.0.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
17849
+ actionpack (4.0.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
17850
+ activesupport (4.0.13) lib/active_support/callbacks.rb:413:in `_run__2293348683176036393__process_action__callbacks'
17851
+ activesupport (4.0.13) lib/active_support/callbacks.rb:80:in `run_callbacks'
17852
+ actionpack (4.0.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
17853
+ actionpack (4.0.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
17854
+ actionpack (4.0.13) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
17855
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `block in instrument'
17856
+ activesupport (4.0.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
17857
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `instrument'
17858
+ actionpack (4.0.13) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
17859
+ actionpack (4.0.13) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
17860
+ activerecord (4.0.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
17861
+ actionpack (4.0.13) lib/abstract_controller/base.rb:136:in `process'
17862
+ actionpack (4.0.13) lib/abstract_controller/rendering.rb:44:in `process'
17863
+ actionpack (4.0.13) lib/action_controller/metal.rb:195:in `dispatch'
17864
+ actionpack (4.0.13) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
17865
+ actionpack (4.0.13) lib/action_controller/metal.rb:231:in `block in action'
17866
+ actionpack (4.0.13) lib/action_dispatch/routing/route_set.rb:82:in `call'
17867
+ actionpack (4.0.13) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
17868
+ actionpack (4.0.13) lib/action_dispatch/routing/route_set.rb:50:in `call'
17869
+ actionpack (4.0.13) lib/action_dispatch/journey/router.rb:71:in `block in call'
17870
+ actionpack (4.0.13) lib/action_dispatch/journey/router.rb:59:in `each'
17871
+ actionpack (4.0.13) lib/action_dispatch/journey/router.rb:59:in `call'
17872
+ actionpack (4.0.13) lib/action_dispatch/routing/route_set.rb:676:in `call'
17873
+ railties (4.0.13) lib/rails/engine.rb:511:in `call'
17874
+ railties (4.0.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
17875
+ actionpack (4.0.13) lib/action_dispatch/journey/router.rb:71:in `block in call'
17876
+ actionpack (4.0.13) lib/action_dispatch/journey/router.rb:59:in `each'
17877
+ actionpack (4.0.13) lib/action_dispatch/journey/router.rb:59:in `call'
17878
+ actionpack (4.0.13) lib/action_dispatch/routing/route_set.rb:676:in `call'
17879
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
17880
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
17881
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
17882
+ actionpack (4.0.13) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
17883
+ actionpack (4.0.13) lib/action_dispatch/middleware/flash.rb:241:in `call'
17884
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
17885
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
17886
+ actionpack (4.0.13) lib/action_dispatch/middleware/cookies.rb:486:in `call'
17887
+ activerecord (4.0.13) lib/active_record/query_cache.rb:36:in `call'
17888
+ activerecord (4.0.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
17889
+ activerecord (4.0.13) lib/active_record/migration.rb:373:in `call'
17890
+ actionpack (4.0.13) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
17891
+ activesupport (4.0.13) lib/active_support/callbacks.rb:373:in `_run__3642520959196807238__call__callbacks'
17892
+ activesupport (4.0.13) lib/active_support/callbacks.rb:80:in `run_callbacks'
17893
+ actionpack (4.0.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
17894
+ actionpack (4.0.13) lib/action_dispatch/middleware/reloader.rb:64:in `call'
17895
+ actionpack (4.0.13) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
17896
+ actionpack (4.0.13) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
17897
+ actionpack (4.0.13) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
17898
+ railties (4.0.13) lib/rails/rack/logger.rb:38:in `call_app'
17899
+ railties (4.0.13) lib/rails/rack/logger.rb:20:in `block in call'
17900
+ activesupport (4.0.13) lib/active_support/tagged_logging.rb:68:in `block in tagged'
17901
+ activesupport (4.0.13) lib/active_support/tagged_logging.rb:26:in `tagged'
17902
+ activesupport (4.0.13) lib/active_support/tagged_logging.rb:68:in `tagged'
17903
+ railties (4.0.13) lib/rails/rack/logger.rb:20:in `call'
17904
+ quiet_assets (1.0.3) lib/quiet_assets.rb:23:in `call_with_quiet_assets'
17905
+ actionpack (4.0.13) lib/action_dispatch/middleware/request_id.rb:21:in `call'
17906
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
17907
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
17908
+ activesupport (4.0.13) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
17909
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
17910
+ actionpack (4.0.13) lib/action_dispatch/middleware/static.rb:84:in `call'
17911
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
17912
+ railties (4.0.13) lib/rails/engine.rb:511:in `call'
17913
+ railties (4.0.13) lib/rails/application.rb:97:in `call'
17914
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
17915
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
17916
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
17917
+ /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
17918
+ /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
17919
+ /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
17920
+
17921
+
17922
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
17923
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
17924
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.1ms)
17925
+
17926
+
17927
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:35:41 +0200
17928
+ Processing by CustomerVault::CorporationsController#show as HTML
17929
+ Parameters: {"id"=>"3"}
17930
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
17931
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (5.8ms)
17932
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
17933
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (13.6ms)
17934
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (19.9ms)
17935
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
17936
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
17937
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (5.5ms)
17938
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
17939
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (8.6ms)
17940
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (2.9ms)
17941
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (17.7ms)
17942
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (56.9ms)
17943
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (63.7ms)
17944
+ Completed 500 Internal Server Error in 70ms
17945
+
17946
+ ActionView::Template::Error (Unknown line indicator
17947
+ /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim, Line 7, Column 4
17948
+ $("input.back_url").value(location.href)
17949
+ ^
17950
+ ):
17951
+ 4:
17952
+ 5: input.back_url type="hidden" name="back_url"
17953
+ 6: javascript
17954
+ 7: $("input.back_url").value(location.href)
17955
+ 8:
17956
+ 9: = f.input :text, label: false
17957
+ 10:
17958
+ /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim:7
17959
+ slim (3.0.3) lib/slim/parser.rb:500:in `syntax_error!'
17960
+ slim (3.0.3) lib/slim/parser.rb:250:in `unknown_line_indicator'
17961
+ slim (3.0.3) lib/slim/parser.rb:244:in `parse_line_indicators'
17962
+ slim (3.0.3) lib/slim/parser.rb:186:in `parse_line'
17963
+ slim (3.0.3) lib/slim/parser.rb:89:in `call'
17964
+ temple (0.7.5) lib/temple/engine.rb:50:in `block in call'
17965
+ temple (0.7.5) lib/temple/engine.rb:50:in `each'
17966
+ temple (0.7.5) lib/temple/engine.rb:50:in `inject'
17967
+ temple (0.7.5) lib/temple/engine.rb:50:in `call'
17968
+ temple (0.7.5) lib/temple/mixins/template.rb:10:in `compile'
17969
+ temple (0.7.5) lib/temple/templates/rails.rb:8:in `call'
17970
+ actionpack (4.0.13) lib/action_view/template.rb:272:in `compile'
17971
+ actionpack (4.0.13) lib/action_view/template.rb:248:in `block in compile!'
17972
+ <internal:prelude>:10:in `synchronize'
17973
+ actionpack (4.0.13) lib/action_view/template.rb:236:in `compile!'
17974
+ actionpack (4.0.13) lib/action_view/template.rb:142:in `block in render'
17975
+ activesupport (4.0.13) lib/active_support/notifications.rb:161:in `instrument'
17976
+ actionpack (4.0.13) lib/action_view/template.rb:141:in `render'
17977
+ actionpack (4.0.13) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
17978
+ actionpack (4.0.13) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
17979
+ actionpack (4.0.13) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
17980
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `block in instrument'
17981
+ activesupport (4.0.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
17982
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `instrument'
17983
+ actionpack (4.0.13) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
17984
+ actionpack (4.0.13) lib/action_view/renderer/partial_renderer.rb:278:in `render'
17985
+ actionpack (4.0.13) lib/action_view/renderer/renderer.rb:47:in `render_partial'
17986
+ actionpack (4.0.13) lib/action_view/renderer/renderer.rb:21:in `render'
17987
+ actionpack (4.0.13) lib/action_view/helpers/rendering_helper.rb:24:in `render'
17988
+ /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim:10:in `___sers_benoit_www_agilidee_customer_vault_app_views_customer_vault_people__history_tab_html_slim___4372788230023763828_70115870979680'
17989
+ actionpack (4.0.13) lib/action_view/template.rb:143:in `block in render'
17990
+ activesupport (4.0.13) lib/active_support/notifications.rb:161:in `instrument'
17991
+ actionpack (4.0.13) lib/action_view/template.rb:141:in `render'
17992
+ actionpack (4.0.13) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
17993
+ actionpack (4.0.13) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
17994
+ actionpack (4.0.13) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
17995
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `block in instrument'
17996
+ activesupport (4.0.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
17997
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `instrument'
17998
+ actionpack (4.0.13) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
17999
+ actionpack (4.0.13) lib/action_view/renderer/partial_renderer.rb:278:in `render'
18000
+ actionpack (4.0.13) lib/action_view/renderer/renderer.rb:47:in `render_partial'
18001
+ actionpack (4.0.13) lib/action_view/renderer/renderer.rb:21:in `render'
18002
+ actionpack (4.0.13) lib/action_view/helpers/rendering_helper.rb:24:in `render'
18003
+ /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim:27:in `block in ___sers_benoit_www_agilidee_customer_vault_app_views_customer_vault_people__show_html_slim___2701467238281240154_70115831480020'
18004
+ actionpack (4.0.13) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
18005
+ actionpack (4.0.13) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
18006
+ actionpack (4.0.13) lib/action_view/helpers/capture_helper.rb:38:in `capture'
18007
+ actionpack (4.0.13) lib/action_view/helpers/capture_helper.rb:152:in `content_for'
18008
+ /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim:13:in `___sers_benoit_www_agilidee_customer_vault_app_views_customer_vault_people__show_html_slim___2701467238281240154_70115831480020'
18009
+ actionpack (4.0.13) lib/action_view/template.rb:143:in `block in render'
18010
+ activesupport (4.0.13) lib/active_support/notifications.rb:161:in `instrument'
18011
+ actionpack (4.0.13) lib/action_view/template.rb:141:in `render'
18012
+ actionpack (4.0.13) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
18013
+ actionpack (4.0.13) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
18014
+ actionpack (4.0.13) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
18015
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `block in instrument'
18016
+ activesupport (4.0.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
18017
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `instrument'
18018
+ actionpack (4.0.13) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
18019
+ actionpack (4.0.13) lib/action_view/renderer/partial_renderer.rb:278:in `render'
18020
+ actionpack (4.0.13) lib/action_view/renderer/renderer.rb:47:in `render_partial'
18021
+ actionpack (4.0.13) lib/action_view/renderer/renderer.rb:21:in `render'
18022
+ actionpack (4.0.13) lib/action_view/helpers/rendering_helper.rb:24:in `render'
18023
+ /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim:1:in `___sers_benoit_www_agilidee_customer_vault_app_views_customer_vault_corporations_show_html_slim___1582403143631515150_70115841046760'
18024
+ actionpack (4.0.13) lib/action_view/template.rb:143:in `block in render'
18025
+ activesupport (4.0.13) lib/active_support/notifications.rb:161:in `instrument'
18026
+ actionpack (4.0.13) lib/action_view/template.rb:141:in `render'
18027
+ actionpack (4.0.13) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
18028
+ actionpack (4.0.13) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
18029
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `block in instrument'
18030
+ activesupport (4.0.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
18031
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `instrument'
18032
+ actionpack (4.0.13) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
18033
+ actionpack (4.0.13) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
18034
+ actionpack (4.0.13) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
18035
+ actionpack (4.0.13) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
18036
+ actionpack (4.0.13) lib/action_view/renderer/template_renderer.rb:17:in `render'
18037
+ actionpack (4.0.13) lib/action_view/renderer/renderer.rb:42:in `render_template'
18038
+ actionpack (4.0.13) lib/action_view/renderer/renderer.rb:23:in `render'
18039
+ actionpack (4.0.13) lib/abstract_controller/rendering.rb:127:in `_render_template'
18040
+ actionpack (4.0.13) lib/action_controller/metal/streaming.rb:219:in `_render_template'
18041
+ actionpack (4.0.13) lib/abstract_controller/rendering.rb:120:in `render_to_body'
18042
+ actionpack (4.0.13) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
18043
+ actionpack (4.0.13) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
18044
+ actionpack (4.0.13) lib/abstract_controller/rendering.rb:97:in `render'
18045
+ actionpack (4.0.13) lib/action_controller/metal/rendering.rb:16:in `render'
18046
+ actionpack (4.0.13) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
18047
+ activesupport (4.0.13) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
18048
+ /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
18049
+ activesupport (4.0.13) lib/active_support/core_ext/benchmark.rb:12:in `ms'
18050
+ actionpack (4.0.13) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
18051
+ actionpack (4.0.13) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
18052
+ activerecord (4.0.13) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
18053
+ actionpack (4.0.13) lib/action_controller/metal/instrumentation.rb:40:in `render'
18054
+ actionpack (4.0.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
18055
+ actionpack (4.0.13) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
18056
+ actionpack (4.0.13) lib/abstract_controller/base.rb:189:in `process_action'
18057
+ actionpack (4.0.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
18058
+ actionpack (4.0.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
18059
+ activesupport (4.0.13) lib/active_support/callbacks.rb:413:in `_run__2293348683176036393__process_action__callbacks'
18060
+ activesupport (4.0.13) lib/active_support/callbacks.rb:80:in `run_callbacks'
18061
+ actionpack (4.0.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
18062
+ actionpack (4.0.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
18063
+ actionpack (4.0.13) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
18064
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `block in instrument'
18065
+ activesupport (4.0.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
18066
+ activesupport (4.0.13) lib/active_support/notifications.rb:159:in `instrument'
18067
+ actionpack (4.0.13) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
18068
+ actionpack (4.0.13) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
18069
+ activerecord (4.0.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
18070
+ actionpack (4.0.13) lib/abstract_controller/base.rb:136:in `process'
18071
+ actionpack (4.0.13) lib/abstract_controller/rendering.rb:44:in `process'
18072
+ actionpack (4.0.13) lib/action_controller/metal.rb:195:in `dispatch'
18073
+ actionpack (4.0.13) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
18074
+ actionpack (4.0.13) lib/action_controller/metal.rb:231:in `block in action'
18075
+ actionpack (4.0.13) lib/action_dispatch/routing/route_set.rb:82:in `call'
18076
+ actionpack (4.0.13) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
18077
+ actionpack (4.0.13) lib/action_dispatch/routing/route_set.rb:50:in `call'
18078
+ actionpack (4.0.13) lib/action_dispatch/journey/router.rb:71:in `block in call'
18079
+ actionpack (4.0.13) lib/action_dispatch/journey/router.rb:59:in `each'
18080
+ actionpack (4.0.13) lib/action_dispatch/journey/router.rb:59:in `call'
18081
+ actionpack (4.0.13) lib/action_dispatch/routing/route_set.rb:676:in `call'
18082
+ railties (4.0.13) lib/rails/engine.rb:511:in `call'
18083
+ railties (4.0.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
18084
+ actionpack (4.0.13) lib/action_dispatch/journey/router.rb:71:in `block in call'
18085
+ actionpack (4.0.13) lib/action_dispatch/journey/router.rb:59:in `each'
18086
+ actionpack (4.0.13) lib/action_dispatch/journey/router.rb:59:in `call'
18087
+ actionpack (4.0.13) lib/action_dispatch/routing/route_set.rb:676:in `call'
18088
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
18089
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
18090
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
18091
+ actionpack (4.0.13) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
18092
+ actionpack (4.0.13) lib/action_dispatch/middleware/flash.rb:241:in `call'
18093
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
18094
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
18095
+ actionpack (4.0.13) lib/action_dispatch/middleware/cookies.rb:486:in `call'
18096
+ activerecord (4.0.13) lib/active_record/query_cache.rb:36:in `call'
18097
+ activerecord (4.0.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
18098
+ activerecord (4.0.13) lib/active_record/migration.rb:373:in `call'
18099
+ actionpack (4.0.13) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
18100
+ activesupport (4.0.13) lib/active_support/callbacks.rb:373:in `_run__3642520959196807238__call__callbacks'
18101
+ activesupport (4.0.13) lib/active_support/callbacks.rb:80:in `run_callbacks'
18102
+ actionpack (4.0.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
18103
+ actionpack (4.0.13) lib/action_dispatch/middleware/reloader.rb:64:in `call'
18104
+ actionpack (4.0.13) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
18105
+ actionpack (4.0.13) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
18106
+ actionpack (4.0.13) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
18107
+ railties (4.0.13) lib/rails/rack/logger.rb:38:in `call_app'
18108
+ railties (4.0.13) lib/rails/rack/logger.rb:20:in `block in call'
18109
+ activesupport (4.0.13) lib/active_support/tagged_logging.rb:68:in `block in tagged'
18110
+ activesupport (4.0.13) lib/active_support/tagged_logging.rb:26:in `tagged'
18111
+ activesupport (4.0.13) lib/active_support/tagged_logging.rb:68:in `tagged'
18112
+ railties (4.0.13) lib/rails/rack/logger.rb:20:in `call'
18113
+ quiet_assets (1.0.3) lib/quiet_assets.rb:23:in `call_with_quiet_assets'
18114
+ actionpack (4.0.13) lib/action_dispatch/middleware/request_id.rb:21:in `call'
18115
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
18116
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
18117
+ activesupport (4.0.13) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
18118
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
18119
+ actionpack (4.0.13) lib/action_dispatch/middleware/static.rb:84:in `call'
18120
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
18121
+ railties (4.0.13) lib/rails/engine.rb:511:in `call'
18122
+ railties (4.0.13) lib/rails/application.rb:97:in `call'
18123
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
18124
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
18125
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
18126
+ /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
18127
+ /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
18128
+ /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
18129
+
18130
+
18131
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (31.6ms)
18132
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
18133
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (41.6ms)
18134
+
18135
+
18136
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:35:57 +0200
18137
+ Processing by CustomerVault::CorporationsController#show as HTML
18138
+ Parameters: {"id"=>"3"}
18139
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18140
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18141
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18142
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (4.3ms)
18143
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (6.7ms)
18144
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18145
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18146
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (2.0ms)
18147
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18148
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (2.4ms)
18149
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (204.8ms)
18150
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (209.6ms)
18151
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (3.8ms)
18152
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18153
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (234.8ms)
18154
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (236.9ms)
18155
+ Completed 200 OK in 252ms (Views: 249.5ms | ActiveRecord: 0.8ms)
18156
+
18157
+
18158
+ Started POST "/dorsale/comments" for 127.0.0.1 at 2015-03-30 15:36:01 +0200
18159
+ Processing by Dorsale::CommentsController#create as HTML
18160
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"8anOfL6TfCjnriErvdABpa9f9T4GLhlk/ZQZGrGuq7k=", "comment"=>{"commentable_id"=>"3", "commentable_type"=>"CustomerVault::Corporation", "text"=>"zzz"}, "back_url"=>""}
18161
+  (0.1ms) begin transaction
18162
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 3]]
18163
+ SQL (1.5ms) INSERT INTO "dorsale_comments" ("commentable_id", "commentable_type", "created_at", "text", "updated_at") VALUES (?, ?, ?, ?, ?) [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"], ["created_at", Mon, 30 Mar 2015 13:36:01 UTC +00:00], ["text", "zzz"], ["updated_at", Mon, 30 Mar 2015 13:36:01 UTC +00:00]]
18164
+  (1.6ms) commit transaction
18165
+ Redirected to http://tiramisu.local:9292
18166
+ Completed 302 Found in 14ms (ActiveRecord: 3.5ms)
18167
+
18168
+
18169
+ Started GET "/" for 127.0.0.1 at 2015-03-30 15:36:02 +0200
18170
+ Processing by Rails::WelcomeController#index as HTML
18171
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/railties-4.0.13/lib/rails/templates/rails/welcome/index.html.erb (0.1ms)
18172
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
18173
+
18174
+
18175
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:36:04 +0200
18176
+ Processing by CustomerVault::CorporationsController#show as HTML
18177
+ Parameters: {"id"=>"3"}
18178
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18179
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (0.5ms)
18180
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18181
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (4.3ms)
18182
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (6.2ms)
18183
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18184
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18185
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.7ms)
18186
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18187
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (3.4ms)
18188
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (2.8ms)
18189
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (8.0ms)
18190
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18191
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18192
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (26.1ms)
18193
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (27.8ms)
18194
+ Completed 200 OK in 41ms (Views: 38.8ms | ActiveRecord: 0.7ms)
18195
+
18196
+
18197
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:36:22 +0200
18198
+ Processing by CustomerVault::CorporationsController#show as HTML
18199
+ Parameters: {"id"=>"3"}
18200
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18201
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (1.1ms)
18202
+ Dorsale::Address Load (0.4ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18203
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (8.8ms)
18204
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (11.3ms)
18205
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18206
+ CustomerVault::Link Load (0.3ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18207
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (2.2ms)
18208
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18209
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (6.5ms)
18210
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (13.8ms)
18211
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (23.3ms)
18212
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.3ms)
18213
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.3ms)
18214
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (49.6ms)
18215
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (51.2ms)
18216
+ Completed 200 OK in 72ms (Views: 68.5ms | ActiveRecord: 1.2ms)
18217
+
18218
+
18219
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:36:26 +0200
18220
+ Processing by CustomerVault::CorporationsController#show as HTML
18221
+ Parameters: {"id"=>"3"}
18222
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18223
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (0.5ms)
18224
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18225
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (4.8ms)
18226
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (7.3ms)
18227
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18228
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18229
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (2.7ms)
18230
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18231
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (2.8ms)
18232
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (3.3ms)
18233
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (8.0ms)
18234
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18235
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.1ms)
18236
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (28.7ms)
18237
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (30.6ms)
18238
+ Completed 200 OK in 44ms (Views: 41.3ms | ActiveRecord: 0.8ms)
18239
+
18240
+
18241
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:36:48 +0200
18242
+ Processing by CustomerVault::CorporationsController#show as HTML
18243
+ Parameters: {"id"=>"3"}
18244
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18245
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18246
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18247
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (3.7ms)
18248
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (5.7ms)
18249
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18250
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18251
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.7ms)
18252
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18253
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (4.0ms)
18254
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (8.1ms)
18255
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (14.1ms)
18256
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18257
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18258
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (31.6ms)
18259
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (33.6ms)
18260
+ Completed 200 OK in 50ms (Views: 47.9ms | ActiveRecord: 0.7ms)
18261
+
18262
+
18263
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:36:51 +0200
18264
+ Processing by CustomerVault::CorporationsController#show as HTML
18265
+ Parameters: {"id"=>"3"}
18266
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18267
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (0.5ms)
18268
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18269
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (4.2ms)
18270
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (6.3ms)
18271
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18272
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18273
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.6ms)
18274
+ Dorsale::Comment Load (0.3ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18275
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (7.8ms)
18276
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (2.6ms)
18277
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (14.1ms)
18278
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.2ms)
18279
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.3ms)
18280
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (36.1ms)
18281
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (39.6ms)
18282
+ Completed 200 OK in 58ms (Views: 53.7ms | ActiveRecord: 0.9ms)
18283
+
18284
+
18285
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:37:28 +0200
18286
+ Processing by CustomerVault::CorporationsController#show as HTML
18287
+ Parameters: {"id"=>"3"}
18288
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18289
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18290
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18291
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (3.3ms)
18292
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (5.0ms)
18293
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18294
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18295
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.9ms)
18296
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18297
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (2.8ms)
18298
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (44.7ms)
18299
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (49.6ms)
18300
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18301
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18302
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (67.8ms)
18303
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (69.8ms)
18304
+ Completed 200 OK in 83ms (Views: 80.9ms | ActiveRecord: 0.7ms)
18305
+
18306
+
18307
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:37:34 +0200
18308
+ Processing by CustomerVault::CorporationsController#show as HTML
18309
+ Parameters: {"id"=>"3"}
18310
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18311
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18312
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18313
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (4.5ms)
18314
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (6.7ms)
18315
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18316
+ CustomerVault::Link Load (0.3ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18317
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (3.6ms)
18318
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18319
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (2.8ms)
18320
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (2.9ms)
18321
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (7.7ms)
18322
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18323
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.1ms)
18324
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (27.5ms)
18325
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (29.8ms)
18326
+ Completed 200 OK in 44ms (Views: 41.2ms | ActiveRecord: 1.0ms)
18327
+
18328
+
18329
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:37:56 +0200
18330
+ Processing by CustomerVault::CorporationsController#show as HTML
18331
+ Parameters: {"id"=>"3"}
18332
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18333
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18334
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18335
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (4.0ms)
18336
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (5.8ms)
18337
+ CustomerVault::Link Load (0.3ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18338
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18339
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (2.3ms)
18340
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18341
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (2.5ms)
18342
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (43.4ms)
18343
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (47.8ms)
18344
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18345
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18346
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (66.8ms)
18347
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (68.5ms)
18348
+ Completed 200 OK in 86ms (Views: 83.4ms | ActiveRecord: 0.8ms)
18349
+
18350
+
18351
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:37:58 +0200
18352
+ Processing by CustomerVault::CorporationsController#show as HTML
18353
+ Parameters: {"id"=>"3"}
18354
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18355
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (0.6ms)
18356
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18357
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (4.3ms)
18358
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (6.2ms)
18359
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18360
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18361
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.6ms)
18362
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18363
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (2.6ms)
18364
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (2.5ms)
18365
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (6.8ms)
18366
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18367
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.1ms)
18368
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (24.0ms)
18369
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (25.7ms)
18370
+ Completed 200 OK in 40ms (Views: 37.2ms | ActiveRecord: 0.7ms)
18371
+
18372
+
18373
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:38:14 +0200
18374
+ Processing by CustomerVault::CorporationsController#show as HTML
18375
+ Parameters: {"id"=>"3"}
18376
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18377
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18378
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18379
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (3.5ms)
18380
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (5.6ms)
18381
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18382
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18383
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.4ms)
18384
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18385
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (2.5ms)
18386
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (2.9ms)
18387
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (7.6ms)
18388
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18389
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.1ms)
18390
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (25.0ms)
18391
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (26.9ms)
18392
+ Completed 200 OK in 40ms (Views: 38.0ms | ActiveRecord: 0.7ms)
18393
+
18394
+
18395
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:38:53 +0200
18396
+ Processing by CustomerVault::CorporationsController#show as HTML
18397
+ Parameters: {"id"=>"3"}
18398
+ CustomerVault::Corporation Load (0.3ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18399
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18400
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18401
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (3.8ms)
18402
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (8.0ms)
18403
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18404
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18405
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.8ms)
18406
+ Dorsale::Comment Load (0.4ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18407
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (6.2ms)
18408
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (3.3ms)
18409
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (11.8ms)
18410
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18411
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18412
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (33.3ms)
18413
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (36.6ms)
18414
+ Completed 200 OK in 54ms (Views: 51.1ms | ActiveRecord: 1.1ms)
18415
+
18416
+
18417
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:38:56 +0200
18418
+ Processing by CustomerVault::CorporationsController#show as HTML
18419
+ Parameters: {"id"=>"3"}
18420
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18421
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18422
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18423
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (4.0ms)
18424
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (6.4ms)
18425
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18426
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18427
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (2.3ms)
18428
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18429
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (2.7ms)
18430
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (2.4ms)
18431
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (6.9ms)
18432
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18433
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18434
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (26.2ms)
18435
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (27.9ms)
18436
+ Completed 200 OK in 41ms (Views: 38.5ms | ActiveRecord: 0.8ms)
18437
+
18438
+
18439
+ Started GET "/customer_vault/corporations/1" for 127.0.0.1 at 2015-03-30 15:39:34 +0200
18440
+ Processing by CustomerVault::CorporationsController#show as HTML
18441
+ Parameters: {"id"=>"1"}
18442
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "1"]]
18443
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18444
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 1], ["addressable_type", "CustomerVault::Corporation"]]
18445
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (4.6ms)
18446
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (6.4ms)
18447
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 1 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18448
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 1 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18449
+ CustomerVault::Individual Load (0.2ms) SELECT "customer_vault_individuals".* FROM "customer_vault_individuals" WHERE "customer_vault_individuals"."id" = ? LIMIT 1 [["id", 1]]
18450
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/links/_title.html.slim (5.3ms)
18451
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/individuals/_list_details.html.slim (14.1ms)
18452
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (26.5ms)
18453
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 1], ["commentable_type", "CustomerVault::Corporation"]]
18454
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (1.8ms)
18455
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (3.4ms)
18456
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (8.0ms)
18457
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18458
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18459
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (88.2ms)
18460
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (90.0ms)
18461
+ Completed 200 OK in 105ms (Views: 102.0ms | ActiveRecord: 1.1ms)
18462
+
18463
+
18464
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:40:16 +0200
18465
+ Processing by CustomerVault::CorporationsController#show as HTML
18466
+ Parameters: {"id"=>"3"}
18467
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18468
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (0.6ms)
18469
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18470
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (4.2ms)
18471
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (6.3ms)
18472
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18473
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18474
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.7ms)
18475
+ Dorsale::Comment Load (0.4ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18476
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (3.5ms)
18477
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (2.8ms)
18478
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (8.4ms)
18479
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.3ms)
18480
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.1ms)
18481
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (26.6ms)
18482
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (28.4ms)
18483
+ Completed 200 OK in 43ms (Views: 39.8ms | ActiveRecord: 0.9ms)
18484
+
18485
+
18486
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:40:17 +0200
18487
+ Processing by CustomerVault::CorporationsController#show as HTML
18488
+ Parameters: {"id"=>"3"}
18489
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18490
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18491
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18492
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (3.8ms)
18493
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (5.7ms)
18494
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18495
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18496
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (2.3ms)
18497
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18498
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (2.9ms)
18499
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (4.3ms)
18500
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (9.3ms)
18501
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18502
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.3ms)
18503
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (28.9ms)
18504
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (30.7ms)
18505
+ Completed 200 OK in 46ms (Views: 43.5ms | ActiveRecord: 0.9ms)
18506
+
18507
+
18508
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:42:01 +0200
18509
+ Processing by CustomerVault::CorporationsController#show as HTML
18510
+ Parameters: {"id"=>"3"}
18511
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18512
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (0.7ms)
18513
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18514
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (7.7ms)
18515
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (10.8ms)
18516
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18517
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18518
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (2.0ms)
18519
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18520
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (3.3ms)
18521
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (4.8ms)
18522
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (10.7ms)
18523
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18524
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18525
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (41.5ms)
18526
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (44.8ms)
18527
+ Completed 500 Internal Server Error in 156ms
18528
+
18529
+ ActionView::Template::Error (couldn't find file 'agilidee_commons/tabs_loader'
18530
+ (in /Users/benoit/www/agilidee/customer_vault/app/assets/javascripts/customer_vault/application.js:1)):
18531
+ 3: <head>
18532
+ 4: <title>Dummy</title>
18533
+ 5: <%= stylesheet_link_tag "application", media: "all" %>
18534
+ 6: <%= javascript_include_tag "application"%>
18535
+ 7: <%= csrf_meta_tags %>
18536
+ 8: </head>
18537
+ 9: <body>
18538
+ app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___548536758072800812_70115871401240'
18539
+
18540
+
18541
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
18542
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
18543
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.8ms)
18544
+
18545
+
18546
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:42:03 +0200
18547
+ Processing by CustomerVault::CorporationsController#show as HTML
18548
+ Parameters: {"id"=>"3"}
18549
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18550
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18551
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18552
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (3.6ms)
18553
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (5.3ms)
18554
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18555
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18556
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.9ms)
18557
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18558
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (3.5ms)
18559
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (3.0ms)
18560
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (8.9ms)
18561
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18562
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-774b7fb67e30/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18563
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (25.9ms)
18564
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (27.7ms)
18565
+ Completed 500 Internal Server Error in 74ms
18566
+
18567
+ ActionView::Template::Error (couldn't find file 'agilidee_commons/tabs_loader'
18568
+ (in /Users/benoit/www/agilidee/customer_vault/app/assets/javascripts/customer_vault/application.js:1)):
18569
+ 3: <head>
18570
+ 4: <title>Dummy</title>
18571
+ 5: <%= stylesheet_link_tag "application", media: "all" %>
18572
+ 6: <%= javascript_include_tag "application"%>
18573
+ 7: <%= csrf_meta_tags %>
18574
+ 8: </head>
18575
+ 9: <body>
18576
+ app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___548536758072800812_70115871401240'
18577
+
18578
+
18579
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
18580
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
18581
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.5ms)
18582
+
18583
+
18584
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:43:30 +0200
18585
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
18586
+ Processing by CustomerVault::CorporationsController#show as HTML
18587
+ Parameters: {"id"=>"3"}
18588
+ CustomerVault::Corporation Load (0.3ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18589
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_actions.html.slim (6.7ms)
18590
+ Dorsale::Address Load (6.4ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18591
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (92.4ms)
18592
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (101.5ms)
18593
+ CustomerVault::Link Load (0.7ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18594
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18595
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (14.6ms)
18596
+ Dorsale::Comment Load (0.3ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18597
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (79.8ms)
18598
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (251.6ms)
18599
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (338.0ms)
18600
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (4.4ms)
18601
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_contextual.html.slim (3.8ms)
18602
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (489.1ms)
18603
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (513.2ms)
18604
+ Completed 200 OK in 1031ms (Views: 967.8ms | ActiveRecord: 9.8ms)
18605
+
18606
+
18607
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:43:34 +0200
18608
+ Processing by CustomerVault::CorporationsController#show as HTML
18609
+ Parameters: {"id"=>"3"}
18610
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18611
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18612
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18613
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (4.2ms)
18614
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (6.5ms)
18615
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18616
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18617
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.6ms)
18618
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18619
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (3.3ms)
18620
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (6.6ms)
18621
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (12.1ms)
18622
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18623
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_contextual.html.slim (0.1ms)
18624
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (30.4ms)
18625
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (32.3ms)
18626
+ Completed 200 OK in 48ms (Views: 45.0ms | ActiveRecord: 0.7ms)
18627
+
18628
+
18629
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:43:47 +0200
18630
+ Processing by CustomerVault::CorporationsController#show as HTML
18631
+ Parameters: {"id"=>"3"}
18632
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18633
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18634
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18635
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (4.0ms)
18636
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (6.4ms)
18637
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18638
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18639
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.6ms)
18640
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18641
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (2.8ms)
18642
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (3.7ms)
18643
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (8.9ms)
18644
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18645
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18646
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (27.3ms)
18647
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (29.5ms)
18648
+ Completed 200 OK in 44ms (Views: 41.5ms | ActiveRecord: 0.7ms)
18649
+
18650
+
18651
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:44:01 +0200
18652
+ Processing by CustomerVault::CorporationsController#show as HTML
18653
+ Parameters: {"id"=>"3"}
18654
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18655
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18656
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18657
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (3.8ms)
18658
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (5.9ms)
18659
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18660
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18661
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.7ms)
18662
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18663
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (3.5ms)
18664
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (3.5ms)
18665
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (9.2ms)
18666
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18667
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_contextual.html.slim (0.1ms)
18668
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (26.6ms)
18669
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (28.6ms)
18670
+ Completed 200 OK in 43ms (Views: 40.8ms | ActiveRecord: 0.8ms)
18671
+
18672
+
18673
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:44:13 +0200
18674
+ Processing by CustomerVault::CorporationsController#show as HTML
18675
+ Parameters: {"id"=>"3"}
18676
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18677
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18678
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18679
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (3.4ms)
18680
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (5.7ms)
18681
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18682
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18683
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.5ms)
18684
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18685
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (3.5ms)
18686
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (3.4ms)
18687
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (9.0ms)
18688
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18689
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18690
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (26.9ms)
18691
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (29.0ms)
18692
+ Completed 200 OK in 88ms (Views: 86.4ms | ActiveRecord: 0.6ms)
18693
+
18694
+
18695
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:44:25 +0200
18696
+ Processing by CustomerVault::CorporationsController#show as HTML
18697
+ Parameters: {"id"=>"3"}
18698
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18699
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18700
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18701
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (3.8ms)
18702
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (5.7ms)
18703
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18704
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18705
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (2.2ms)
18706
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18707
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (3.1ms)
18708
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (2.5ms)
18709
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (7.9ms)
18710
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18711
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18712
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (27.1ms)
18713
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (28.9ms)
18714
+ Completed 200 OK in 89ms (Views: 85.9ms | ActiveRecord: 0.8ms)
18715
+
18716
+
18717
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:44:32 +0200
18718
+ Processing by CustomerVault::CorporationsController#show as HTML
18719
+ Parameters: {"id"=>"3"}
18720
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18721
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_actions.html.slim (0.3ms)
18722
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18723
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (3.3ms)
18724
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (5.5ms)
18725
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18726
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18727
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.5ms)
18728
+ Dorsale::Comment Load (0.3ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18729
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (3.7ms)
18730
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (2.9ms)
18731
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (8.8ms)
18732
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18733
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18734
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (25.7ms)
18735
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (27.8ms)
18736
+ Completed 500 Internal Server Error in 80ms
18737
+
18738
+ ActionView::Template::Error (couldn't find file 'customer_vault/application.coffee'
18739
+ (in /Users/benoit/www/agilidee/customer_vault/spec/dummy/app/assets/javascripts/application.js:13)):
18740
+ 3: <head>
18741
+ 4: <title>Dummy</title>
18742
+ 5: <%= stylesheet_link_tag "application", media: "all" %>
18743
+ 6: <%= javascript_include_tag "application"%>
18744
+ 7: <%= csrf_meta_tags %>
18745
+ 8: </head>
18746
+ 9: <body>
18747
+ app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4348521996977698215_70112231746500'
18748
+
18749
+
18750
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
18751
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
18752
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/actionpack-4.0.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.3ms)
18753
+
18754
+
18755
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:44:41 +0200
18756
+ Processing by CustomerVault::CorporationsController#show as HTML
18757
+ Parameters: {"id"=>"3"}
18758
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18759
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_actions.html.slim (0.5ms)
18760
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18761
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (4.4ms)
18762
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (6.4ms)
18763
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18764
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18765
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.5ms)
18766
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18767
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (2.8ms)
18768
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (4.3ms)
18769
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (9.4ms)
18770
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18771
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18772
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (28.3ms)
18773
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (30.7ms)
18774
+ Completed 200 OK in 113ms (Views: 109.8ms | ActiveRecord: 0.7ms)
18775
+
18776
+
18777
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:44:46 +0200
18778
+ Processing by CustomerVault::CorporationsController#show as HTML
18779
+ Parameters: {"id"=>"3"}
18780
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18781
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18782
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18783
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (3.8ms)
18784
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (5.8ms)
18785
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18786
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18787
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (2.1ms)
18788
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18789
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (3.0ms)
18790
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (3.0ms)
18791
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (7.8ms)
18792
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18793
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18794
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (25.6ms)
18795
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (27.6ms)
18796
+ Completed 200 OK in 43ms (Views: 40.5ms | ActiveRecord: 0.8ms)
18797
+
18798
+
18799
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:45:07 +0200
18800
+ Processing by CustomerVault::CorporationsController#show as HTML
18801
+ Parameters: {"id"=>"3"}
18802
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18803
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_actions.html.slim (0.6ms)
18804
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18805
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (4.3ms)
18806
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (6.8ms)
18807
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18808
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18809
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.6ms)
18810
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18811
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (2.8ms)
18812
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (2.5ms)
18813
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (7.0ms)
18814
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18815
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18816
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (26.5ms)
18817
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (28.4ms)
18818
+ Completed 200 OK in 125ms (Views: 122.6ms | ActiveRecord: 0.7ms)
18819
+
18820
+
18821
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:45:32 +0200
18822
+ Processing by CustomerVault::CorporationsController#show as HTML
18823
+ Parameters: {"id"=>"3"}
18824
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18825
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18826
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18827
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (3.8ms)
18828
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (5.7ms)
18829
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18830
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18831
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.7ms)
18832
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18833
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (3.4ms)
18834
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (10.4ms)
18835
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (15.9ms)
18836
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18837
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_contextual.html.slim (0.1ms)
18838
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (33.4ms)
18839
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (35.8ms)
18840
+ Completed 200 OK in 50ms (Views: 48.2ms | ActiveRecord: 0.7ms)
18841
+
18842
+
18843
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:45:45 +0200
18844
+ Processing by CustomerVault::CorporationsController#show as HTML
18845
+ Parameters: {"id"=>"3"}
18846
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18847
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18848
+ Dorsale::Address Load (0.1ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18849
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (4.0ms)
18850
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (6.2ms)
18851
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18852
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18853
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.5ms)
18854
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18855
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (3.5ms)
18856
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (7.6ms)
18857
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (13.0ms)
18858
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18859
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_contextual.html.slim (0.1ms)
18860
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (31.1ms)
18861
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (32.8ms)
18862
+ Completed 200 OK in 49ms (Views: 46.2ms | ActiveRecord: 0.7ms)
18863
+
18864
+
18865
+ Started POST "/dorsale/comments" for 127.0.0.1 at 2015-03-30 15:45:48 +0200
18866
+ Processing by Dorsale::CommentsController#create as HTML
18867
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"8anOfL6TfCjnriErvdABpa9f9T4GLhlk/ZQZGrGuq7k=", "comment"=>{"commentable_id"=>"3", "commentable_type"=>"CustomerVault::Corporation", "text"=>"aaa"}, "back_url"=>"http://tiramisu.local:9292/customer_vault/corporations/3#history"}
18868
+  (0.1ms) begin transaction
18869
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 3]]
18870
+ SQL (0.7ms) INSERT INTO "dorsale_comments" ("commentable_id", "commentable_type", "created_at", "text", "updated_at") VALUES (?, ?, ?, ?, ?) [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"], ["created_at", Mon, 30 Mar 2015 13:45:48 UTC +00:00], ["text", "aaa"], ["updated_at", Mon, 30 Mar 2015 13:45:48 UTC +00:00]]
18871
+  (2.2ms) commit transaction
18872
+ Redirected to http://tiramisu.local:9292/customer_vault/corporations/3#history
18873
+ Completed 302 Found in 16ms (ActiveRecord: 3.2ms)
18874
+
18875
+
18876
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:45:48 +0200
18877
+ Processing by CustomerVault::CorporationsController#show as HTML
18878
+ Parameters: {"id"=>"3"}
18879
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18880
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_actions.html.slim (0.7ms)
18881
+ Dorsale::Address Load (0.8ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18882
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (8.5ms)
18883
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (10.7ms)
18884
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18885
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18886
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.8ms)
18887
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18888
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (3.1ms)
18889
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (5.0ms)
18890
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (10.0ms)
18891
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18892
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18893
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (73.0ms)
18894
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (74.7ms)
18895
+ Completed 200 OK in 92ms (Views: 88.9ms | ActiveRecord: 1.4ms)
18896
+
18897
+
18898
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:47:46 +0200
18899
+ Processing by CustomerVault::CorporationsController#show as HTML
18900
+ Parameters: {"id"=>"3"}
18901
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18902
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_actions.html.slim (0.4ms)
18903
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18904
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (15.7ms)
18905
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (20.5ms)
18906
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18907
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18908
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (4.0ms)
18909
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18910
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (51.3ms)
18911
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (4.5ms)
18912
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (58.9ms)
18913
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18914
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18915
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (94.0ms)
18916
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (95.6ms)
18917
+ Completed 200 OK in 120ms (Views: 106.8ms | ActiveRecord: 2.4ms)
18918
+
18919
+
18920
+ Started POST "/dorsale/comments" for 127.0.0.1 at 2015-03-30 15:47:50 +0200
18921
+ Processing by Dorsale::CommentsController#create as HTML
18922
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"8anOfL6TfCjnriErvdABpa9f9T4GLhlk/ZQZGrGuq7k=", "comment"=>{"commentable_id"=>"3", "commentable_type"=>"CustomerVault::Corporation", "text"=>"zeaze\r\n"}, "back_url"=>"http://tiramisu.local:9292/customer_vault/corporations/3#history"}
18923
+  (0.1ms) begin transaction
18924
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 3]]
18925
+ SQL (1.2ms) INSERT INTO "dorsale_comments" ("commentable_id", "commentable_type", "created_at", "text", "updated_at") VALUES (?, ?, ?, ?, ?) [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"], ["created_at", Mon, 30 Mar 2015 13:47:50 UTC +00:00], ["text", "zeaze\r\n"], ["updated_at", Mon, 30 Mar 2015 13:47:50 UTC +00:00]]
18926
+  (2.5ms) commit transaction
18927
+ Redirected to http://tiramisu.local:9292/customer_vault/corporations/3#history
18928
+ Completed 302 Found in 15ms (ActiveRecord: 4.1ms)
18929
+
18930
+
18931
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:47:50 +0200
18932
+ Processing by CustomerVault::CorporationsController#show as HTML
18933
+ Parameters: {"id"=>"3"}
18934
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18935
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_actions.html.slim (0.5ms)
18936
+ Dorsale::Address Load (0.4ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18937
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (6.2ms)
18938
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (9.3ms)
18939
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18940
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18941
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (2.6ms)
18942
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18943
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (6.9ms)
18944
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (5.6ms)
18945
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (14.9ms)
18946
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.2ms)
18947
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18948
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (40.2ms)
18949
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (42.7ms)
18950
+ Completed 200 OK in 59ms (Views: 56.1ms | ActiveRecord: 1.1ms)
18951
+
18952
+
18953
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:50:59 +0200
18954
+ Processing by CustomerVault::CorporationsController#show as HTML
18955
+ Parameters: {"id"=>"3"}
18956
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18957
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_actions.html.slim (0.6ms)
18958
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18959
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (4.8ms)
18960
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (6.4ms)
18961
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18962
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18963
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.6ms)
18964
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18965
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (4.0ms)
18966
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (3.9ms)
18967
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (11.0ms)
18968
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18969
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18970
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (29.8ms)
18971
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (31.6ms)
18972
+ Completed 200 OK in 48ms (Views: 45.0ms | ActiveRecord: 0.8ms)
18973
+
18974
+
18975
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:52:01 +0200
18976
+ Processing by CustomerVault::CorporationsController#show as HTML
18977
+ Parameters: {"id"=>"3"}
18978
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
18979
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_actions.html.slim (0.7ms)
18980
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
18981
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (6.0ms)
18982
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (9.7ms)
18983
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
18984
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
18985
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (2.7ms)
18986
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
18987
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (6.6ms)
18988
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (5.5ms)
18989
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (15.3ms)
18990
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
18991
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
18992
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (41.3ms)
18993
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (44.2ms)
18994
+ Completed 200 OK in 107ms (Views: 104.5ms | ActiveRecord: 1.1ms)
18995
+
18996
+
18997
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:56:43 +0200
18998
+ Processing by CustomerVault::CorporationsController#show as HTML
18999
+ Parameters: {"id"=>"3"}
19000
+ CustomerVault::Corporation Load (0.1ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
19001
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_actions.html.slim (0.4ms)
19002
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
19003
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (3.7ms)
19004
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (5.7ms)
19005
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
19006
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
19007
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (1.5ms)
19008
+ Dorsale::Comment Load (0.1ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
19009
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_comments.html.slim (4.7ms)
19010
+ Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/comments/_form.html.slim (2.7ms)
19011
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (9.5ms)
19012
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
19013
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/bundler/gems/agilidee_commons-527ffbbaab34/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
19014
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (27.3ms)
19015
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (29.6ms)
19016
+ Completed 200 OK in 44ms (Views: 42.2ms | ActiveRecord: 0.7ms)
19017
+
19018
+
19019
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:57:40 +0200
19020
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
19021
+ Processing by CustomerVault::CorporationsController#show as HTML
19022
+ Parameters: {"id"=>"3"}
19023
+ CustomerVault::Corporation Load (0.3ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
19024
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/agilidee_commons-1.0.5/app/views/agilidee_commons/_actions.html.slim (5.6ms)
19025
+ Dorsale::Address Load (4.0ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
19026
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (74.2ms)
19027
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (81.2ms)
19028
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
19029
+ CustomerVault::Link Load (0.1ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
19030
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (11.1ms)
19031
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
19032
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.0.4/app/views/dorsale/comments/_comments.html.slim (63.6ms)
19033
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.0.4/app/views/dorsale/comments/_form.html.slim (184.9ms)
19034
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (253.9ms)
19035
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (3.8ms)
19036
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/agilidee_commons-1.0.5/app/views/agilidee_commons/_contextual.html.slim (4.7ms)
19037
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (379.3ms)
19038
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (424.6ms)
19039
+ Completed 200 OK in 854ms (Views: 776.8ms | ActiveRecord: 6.4ms)
19040
+
19041
+
19042
+ Started POST "/dorsale/comments" for 127.0.0.1 at 2015-03-30 15:57:43 +0200
19043
+ Processing by Dorsale::CommentsController#create as HTML
19044
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"8anOfL6TfCjnriErvdABpa9f9T4GLhlk/ZQZGrGuq7k=", "comment"=>{"commentable_id"=>"3", "commentable_type"=>"CustomerVault::Corporation", "text"=>"azezae"}, "back_url"=>"http://tiramisu.local:9292/customer_vault/corporations/3#history"}
19045
+  (0.3ms) begin transaction
19046
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", 3]]
19047
+ SQL (0.9ms) INSERT INTO "dorsale_comments" ("commentable_id", "commentable_type", "created_at", "text", "updated_at") VALUES (?, ?, ?, ?, ?) [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"], ["created_at", Mon, 30 Mar 2015 13:57:43 UTC +00:00], ["text", "azezae"], ["updated_at", Mon, 30 Mar 2015 13:57:43 UTC +00:00]]
19048
+  (2.4ms) commit transaction
19049
+ Redirected to http://tiramisu.local:9292/customer_vault/corporations/3#history
19050
+ Completed 302 Found in 18ms (ActiveRecord: 3.8ms)
19051
+
19052
+
19053
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 15:57:43 +0200
19054
+ Processing by CustomerVault::CorporationsController#show as HTML
19055
+ Parameters: {"id"=>"3"}
19056
+ CustomerVault::Corporation Load (0.4ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
19057
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/agilidee_commons-1.0.5/app/views/agilidee_commons/_actions.html.slim (0.8ms)
19058
+ Dorsale::Address Load (0.3ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
19059
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (7.0ms)
19060
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (10.6ms)
19061
+ CustomerVault::Link Load (0.3ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
19062
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
19063
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (3.1ms)
19064
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
19065
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.0.4/app/views/dorsale/comments/_comments.html.slim (5.9ms)
19066
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.0.4/app/views/dorsale/comments/_form.html.slim (5.9ms)
19067
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (15.1ms)
19068
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.2ms)
19069
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/agilidee_commons-1.0.5/app/views/agilidee_commons/_contextual.html.slim (0.3ms)
19070
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (43.0ms)
19071
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (45.5ms)
19072
+ Completed 200 OK in 63ms (Views: 58.7ms | ActiveRecord: 1.4ms)
19073
+
19074
+
19075
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 16:03:35 +0200
19076
+ Processing by CustomerVault::CorporationsController#show as HTML
19077
+ Parameters: {"id"=>"3"}
19078
+ CustomerVault::Corporation Load (0.7ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
19079
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/agilidee_commons-1.0.5/app/views/agilidee_commons/_actions.html.slim (0.6ms)
19080
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
19081
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (4.3ms)
19082
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (6.3ms)
19083
+ CustomerVault::Link Load (0.3ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
19084
+ CustomerVault::Link Load (0.2ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
19085
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (2.2ms)
19086
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
19087
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.0.4/app/views/dorsale/comments/_comments.html.slim (4.9ms)
19088
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.0.4/app/views/dorsale/comments/_form.html.slim (3.3ms)
19089
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (10.7ms)
19090
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
19091
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/agilidee_commons-1.0.5/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
19092
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (30.2ms)
19093
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (32.1ms)
19094
+ Completed 200 OK in 48ms (Views: 44.0ms | ActiveRecord: 1.4ms)
19095
+
19096
+
19097
+ Started GET "/customer_vault/corporations/3" for 127.0.0.1 at 2015-03-30 16:04:52 +0200
19098
+ Processing by CustomerVault::CorporationsController#show as HTML
19099
+ Parameters: {"id"=>"3"}
19100
+ CustomerVault::Corporation Load (0.2ms) SELECT "customer_vault_corporations".* FROM "customer_vault_corporations" WHERE "customer_vault_corporations"."id" = ? LIMIT 1 [["id", "3"]]
19101
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/agilidee_commons-1.0.5/app/views/agilidee_commons/_actions.html.slim (0.4ms)
19102
+ Dorsale::Address Load (0.2ms) SELECT "dorsale_addresses".* FROM "dorsale_addresses" WHERE "dorsale_addresses"."addressable_id" = ? AND "dorsale_addresses"."addressable_type" = ? LIMIT 1 [["addressable_id", 3], ["addressable_type", "CustomerVault::Corporation"]]
19103
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/_show_details.html.slim (4.4ms)
19104
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show_details.html.slim (6.6ms)
19105
+ CustomerVault::Link Load (0.3ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."alice_id" = 3 AND "customer_vault_links"."alice_type" = 'CustomerVault::Corporation'
19106
+ CustomerVault::Link Load (0.6ms) SELECT "customer_vault_links".* FROM "customer_vault_links" WHERE "customer_vault_links"."bob_id" = 3 AND "customer_vault_links"."bob_type" = 'CustomerVault::Corporation'
19107
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_links_tab.html.slim (5.5ms)
19108
+ Dorsale::Comment Load (0.2ms) SELECT "dorsale_comments".* FROM "dorsale_comments" WHERE "dorsale_comments"."commentable_id" = ? AND "dorsale_comments"."commentable_type" = ? [["commentable_id", 3], ["commentable_type", "CustomerVault::Corporation"]]
19109
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.0.4/app/views/dorsale/comments/_comments.html.slim (8.0ms)
19110
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.0.4/app/views/dorsale/comments/_form.html.slim (4.4ms)
19111
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_history_tab.html.slim (15.3ms)
19112
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_todos_tab.html.slim (0.1ms)
19113
+ Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/agilidee_commons-1.0.5/app/views/agilidee_commons/_contextual.html.slim (0.2ms)
19114
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/people/_show.html.slim (40.5ms)
19115
+ Rendered /Users/benoit/www/agilidee/customer_vault/app/views/customer_vault/corporations/show.html.slim within layouts/application (44.5ms)
19116
+ Completed 200 OK in 63ms (Views: 60.0ms | ActiveRecord: 1.4ms)