aws_deploy 0.2.5.1 → 0.2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6416,3 +6416,4131 @@ Started GET "/aws_deploy" for 127.0.0.1 at 2014-02-23 11:27:47 -0300
6416
6416
  Processing by AwsDeploy::IndexController#index as HTML
6417
6417
  Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (19.4ms)
6418
6418
  Completed 200 OK in 30ms (Views: 29.7ms | ActiveRecord: 0.0ms)
6419
+
6420
+
6421
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 14:57:31 -0300
6422
+
6423
+ ActionController::RoutingError (No route matches [GET] "/aws_deploy/notifications"):
6424
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
6425
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
6426
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
6427
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
6428
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
6429
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
6430
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
6431
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
6432
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
6433
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
6434
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
6435
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
6436
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
6437
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
6438
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
6439
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
6440
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
6441
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
6442
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
6443
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
6444
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
6445
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
6446
+
6447
+
6448
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
6449
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
6450
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (10.2ms)
6451
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (39.3ms)
6452
+
6453
+
6454
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 14:58:08 -0300
6455
+ Processing by AwsDeploy::NotificationsController#index as HTML
6456
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.4ms)
6457
+ Completed 200 OK in 29ms (Views: 28.7ms | ActiveRecord: 0.0ms)
6458
+
6459
+
6460
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 14:58:35 -0300
6461
+ Processing by AwsDeploy::NotificationsController#index as HTML
6462
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.1ms)
6463
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
6464
+
6465
+
6466
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:08:46 -0300
6467
+ Processing by AwsDeploy::NotificationsController#index as HTML
6468
+ Completed 500 Internal Server Error in 0ms
6469
+
6470
+ ArgumentError (wrong number of arguments (1 for 0)):
6471
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/controllers/aws_deploy/notifications_controller.rb:15:in `send'
6472
+ activesupport (4.0.0) lib/active_support/callbacks.rb:369:in `__define_callbacks'
6473
+ activesupport (4.0.0) lib/active_support/callbacks.rb:79:in `run_callbacks'
6474
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
6475
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
6476
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
6477
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
6478
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
6479
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
6480
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
6481
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
6482
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
6483
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
6484
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
6485
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
6486
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
6487
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
6488
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
6489
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
6490
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
6491
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
6492
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
6493
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
6494
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
6495
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
6496
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
6497
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
6498
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
6499
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
6500
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
6501
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
6502
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
6503
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
6504
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
6505
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
6506
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
6507
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1470487859405933387__call__callbacks'
6508
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
6509
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
6510
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
6511
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
6512
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
6513
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
6514
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
6515
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
6516
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
6517
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
6518
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
6519
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
6520
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
6521
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
6522
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
6523
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
6524
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
6525
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
6526
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
6527
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
6528
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
6529
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
6530
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
6531
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
6532
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
6533
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
6534
+
6535
+
6536
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms)
6537
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
6538
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (17.1ms)
6539
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (37.9ms)
6540
+
6541
+
6542
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:09:22 -0300
6543
+ Processing by AwsDeploy::NotificationsController#index as HTML
6544
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.5ms)
6545
+ Completed 200 OK in 48ms (Views: 47.6ms | ActiveRecord: 0.0ms)
6546
+
6547
+
6548
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:09:47 -0300
6549
+ Processing by AwsDeploy::NotificationsController#index as HTML
6550
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.4ms)
6551
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
6552
+
6553
+
6554
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:10:00 -0300
6555
+ Processing by AwsDeploy::NotificationsController#index as HTML
6556
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.4ms)
6557
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
6558
+
6559
+
6560
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:10:59 -0300
6561
+ Processing by AwsDeploy::NotificationsController#index as HTML
6562
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.8ms)
6563
+ Completed 500 Internal Server Error in 4ms
6564
+
6565
+ ActionView::Template::Error (undefined method `[]' for nil:NilClass):
6566
+ 4:
6567
+ 5: <ul>
6568
+ 6: <%
6569
+ 7: api_keys = $aws_deploy[:pushbullet][:api_key]
6570
+ 8: %>
6571
+ 9: <li><%= api_keys%></li>
6572
+ 10: </ul>
6573
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:7:in `___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb___997720286534064652_70172697064120'
6574
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
6575
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
6576
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
6577
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
6578
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
6579
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
6580
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
6581
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
6582
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
6583
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
6584
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
6585
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
6586
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
6587
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
6588
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
6589
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
6590
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
6591
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
6592
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
6593
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
6594
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
6595
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
6596
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
6597
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
6598
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
6599
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
6600
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
6601
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
6602
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
6603
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
6604
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
6605
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
6606
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
6607
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
6608
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
6609
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2003073204197524970__process_action__callbacks'
6610
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
6611
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
6612
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
6613
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
6614
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
6615
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
6616
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
6617
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
6618
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
6619
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
6620
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
6621
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
6622
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
6623
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
6624
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
6625
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
6626
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
6627
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
6628
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
6629
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
6630
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
6631
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
6632
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
6633
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
6634
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
6635
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
6636
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
6637
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
6638
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
6639
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
6640
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
6641
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
6642
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
6643
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
6644
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1470487859405933387__call__callbacks'
6645
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
6646
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
6647
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
6648
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
6649
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
6650
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
6651
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
6652
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
6653
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
6654
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
6655
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
6656
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
6657
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
6658
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
6659
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
6660
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
6661
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
6662
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
6663
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
6664
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
6665
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
6666
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
6667
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
6668
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
6669
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
6670
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
6671
+
6672
+
6673
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
6674
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms)
6675
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.0ms)
6676
+
6677
+
6678
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:11:18 -0300
6679
+ Processing by AwsDeploy::NotificationsController#index as HTML
6680
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.4ms)
6681
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
6682
+
6683
+
6684
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:11:23 -0300
6685
+ Processing by AwsDeploy::NotificationsController#index as HTML
6686
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.6ms)
6687
+ Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms)
6688
+
6689
+
6690
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:11:25 -0300
6691
+ Processing by AwsDeploy::NotificationsController#index as HTML
6692
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.0ms)
6693
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
6694
+
6695
+
6696
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:12:58 -0300
6697
+ Processing by AwsDeploy::NotificationsController#index as HTML
6698
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (2.5ms)
6699
+ Completed 200 OK in 52ms (Views: 51.1ms | ActiveRecord: 0.0ms)
6700
+
6701
+
6702
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:13:11 -0300
6703
+ Processing by AwsDeploy::NotificationsController#index as HTML
6704
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.5ms)
6705
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
6706
+
6707
+
6708
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:13:46 -0300
6709
+ Processing by AwsDeploy::NotificationsController#index as HTML
6710
+ ERROR: compiling ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__3802252983746606818_70131282247440 RAISED /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:9: syntax error, unexpected keyword_do_block
6711
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:15: syntax error, unexpected keyword_ensure, expecting end-of-input
6712
+ Function body: def ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__3802252983746606818_70131282247440(local_assigns, output_buffer)
6713
+ _old_virtual_path, @virtual_path = @virtual_path, "aws_deploy/notifications/index";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_append='<h1>Notifications</h1>
6714
+
6715
+ <h3>Pushbullet - API Keys</h3>
6716
+
6717
+ <ul>
6718
+ ';
6719
+ api_keys = $aws_deploy["pushbullet"]["api_key"]
6720
+ keys = api_keys.split(" ")
6721
+ keys.each |k| do
6722
+
6723
+ @output_buffer.safe_append=' <li>';@output_buffer.append=( api_keys);@output_buffer.safe_append='</li>
6724
+ '; end
6725
+ @output_buffer.safe_append='</ul>
6726
+ ';@output_buffer.to_s
6727
+ ensure
6728
+ @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
6729
+ end
6730
+
6731
+ Backtrace: /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:299:in `module_eval'
6732
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:299:in `compile'
6733
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:248:in `block in compile!'
6734
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:236:in `synchronize'
6735
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:236:in `compile!'
6736
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:142:in `block in render'
6737
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:161:in `instrument'
6738
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:141:in `render'
6739
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
6740
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
6741
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `block in instrument'
6742
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
6743
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `instrument'
6744
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
6745
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
6746
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
6747
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:47:in `render_template'
6748
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:17:in `render'
6749
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb:42:in `render_template'
6750
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb:23:in `render'
6751
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:127:in `_render_template'
6752
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/streaming.rb:219:in `_render_template'
6753
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:120:in `render_to_body'
6754
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:33:in `render_to_body'
6755
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/renderers.rb:26:in `render_to_body'
6756
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:97:in `render'
6757
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:16:in `render'
6758
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
6759
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
6760
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
6761
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/core_ext/benchmark.rb:12:in `ms'
6762
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:41:in `block in render'
6763
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
6764
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
6765
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:40:in `render'
6766
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
6767
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
6768
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/base.rb:189:in `process_action'
6769
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:10:in `process_action'
6770
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
6771
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:373:in `_run__4055758246631420244__process_action__callbacks'
6772
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:80:in `run_callbacks'
6773
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/callbacks.rb:17:in `process_action'
6774
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rescue.rb:29:in `process_action'
6775
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
6776
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `block in instrument'
6777
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
6778
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `instrument'
6779
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
6780
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
6781
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
6782
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/base.rb:136:in `process'
6783
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:44:in `process'
6784
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal.rb:195:in `dispatch'
6785
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
6786
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal.rb:231:in `block in action'
6787
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:80:in `call'
6788
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
6789
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:48:in `call'
6790
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:71:in `block in call'
6791
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:59:in `each'
6792
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:59:in `call'
6793
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:655:in `call'
6794
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call'
6795
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call'
6796
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
6797
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
6798
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/flash.rb:241:in `call'
6799
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
6800
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
6801
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/cookies.rb:486:in `call'
6802
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/query_cache.rb:36:in `call'
6803
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
6804
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/migration.rb:369:in `call'
6805
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
6806
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:373:in `_run__1514052427668782625__call__callbacks'
6807
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:80:in `run_callbacks'
6808
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
6809
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/reloader.rb:64:in `call'
6810
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
6811
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
6812
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
6813
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:38:in `call_app'
6814
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:21:in `block in call'
6815
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:67:in `block in tagged'
6816
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:25:in `tagged'
6817
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:67:in `tagged'
6818
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:21:in `call'
6819
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/request_id.rb:21:in `call'
6820
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
6821
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call'
6822
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/cache/strategy/local_cache.rb:83:in `call'
6823
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
6824
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/static.rb:64:in `call'
6825
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/engine.rb:511:in `call'
6826
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/application.rb:97:in `call'
6827
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
6828
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call'
6829
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service'
6830
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
6831
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
6832
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
6833
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (6.8ms)
6834
+ Completed 500 Internal Server Error in 10ms
6835
+
6836
+ ActionView::Template::Error (/Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:9: syntax error, unexpected keyword_do_block
6837
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:15: syntax error, unexpected keyword_ensure, expecting end-of-input):
6838
+ 6: <%
6839
+ 7: api_keys = $aws_deploy["pushbullet"]["api_key"]
6840
+ 8: keys = api_keys.split(" ")
6841
+ 9: keys.each |k| do
6842
+ 10: %>
6843
+ 11: <li><%= api_keys%></li>
6844
+ 12: <% end %>
6845
+ actionpack (4.0.0) lib/action_view/template.rb:299:in `module_eval'
6846
+ actionpack (4.0.0) lib/action_view/template.rb:299:in `compile'
6847
+ actionpack (4.0.0) lib/action_view/template.rb:248:in `block in compile!'
6848
+ actionpack (4.0.0) lib/action_view/template.rb:236:in `synchronize'
6849
+ actionpack (4.0.0) lib/action_view/template.rb:236:in `compile!'
6850
+ actionpack (4.0.0) lib/action_view/template.rb:142:in `block in render'
6851
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
6852
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
6853
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
6854
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
6855
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
6856
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
6857
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
6858
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
6859
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
6860
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
6861
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
6862
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
6863
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
6864
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
6865
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
6866
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
6867
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
6868
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
6869
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
6870
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
6871
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
6872
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
6873
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
6874
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
6875
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
6876
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
6877
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
6878
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
6879
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
6880
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
6881
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
6882
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
6883
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
6884
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
6885
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__4055758246631420244__process_action__callbacks'
6886
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
6887
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
6888
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
6889
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
6890
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
6891
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
6892
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
6893
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
6894
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
6895
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
6896
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
6897
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
6898
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
6899
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
6900
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
6901
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
6902
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
6903
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
6904
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
6905
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
6906
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
6907
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
6908
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
6909
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
6910
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
6911
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
6912
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
6913
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
6914
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
6915
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
6916
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
6917
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
6918
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
6919
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
6920
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1514052427668782625__call__callbacks'
6921
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
6922
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
6923
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
6924
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
6925
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
6926
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
6927
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
6928
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
6929
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
6930
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
6931
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
6932
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
6933
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
6934
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
6935
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
6936
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
6937
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
6938
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
6939
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
6940
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
6941
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
6942
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
6943
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
6944
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
6945
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
6946
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
6947
+
6948
+
6949
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
6950
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
6951
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.0ms)
6952
+
6953
+
6954
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:13:57 -0300
6955
+ Processing by AwsDeploy::NotificationsController#index as HTML
6956
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.5ms)
6957
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
6958
+
6959
+
6960
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:14:06 -0300
6961
+ Processing by AwsDeploy::NotificationsController#index as HTML
6962
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.5ms)
6963
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
6964
+
6965
+
6966
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:14:44 -0300
6967
+ Processing by AwsDeploy::NotificationsController#index as HTML
6968
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.2ms)
6969
+ Completed 200 OK in 22ms (Views: 21.6ms | ActiveRecord: 0.0ms)
6970
+
6971
+
6972
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:14:46 -0300
6973
+ Processing by AwsDeploy::NotificationsController#index as HTML
6974
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.1ms)
6975
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
6976
+
6977
+
6978
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:15:20 -0300
6979
+ Processing by AwsDeploy::NotificationsController#index as HTML
6980
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.1ms)
6981
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
6982
+
6983
+
6984
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:16:30 -0300
6985
+ Processing by AwsDeploy::NotificationsController#index as HTML
6986
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.0ms)
6987
+ Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.0ms)
6988
+
6989
+
6990
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:17:04 -0300
6991
+ Processing by AwsDeploy::NotificationsController#index as HTML
6992
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.6ms)
6993
+ Completed 200 OK in 28ms (Views: 27.3ms | ActiveRecord: 0.0ms)
6994
+
6995
+
6996
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:18:35 -0300
6997
+ Processing by AwsDeploy::NotificationsController#index as HTML
6998
+ ERROR: compiling ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131933343940 RAISED /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:19: syntax error, unexpected ';', expecting ')'
6999
+ ';end;@output_buffer.to_s
7000
+ ^
7001
+ Function body: def ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131933343940(local_assigns, output_buffer)
7002
+ _old_virtual_path, @virtual_path = @virtual_path, "aws_deploy/notifications/index";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_append='<h1>Notifications</h1>
7003
+
7004
+ <h3>Pushbullet - API Keys</h3>
7005
+
7006
+
7007
+ ';@output_buffer.append= form_tag(aws_deploy_notifications_send_path do @output_buffer.safe_append='
7008
+
7009
+ <ul>
7010
+ ';
7011
+ api_keys = $aws_deploy["pushbullet"]["api_key"]
7012
+ keys = api_keys.split(" ")
7013
+ keys.each do |k|
7014
+
7015
+ @output_buffer.safe_append=' <li>';@output_buffer.append=( k);@output_buffer.safe_append='</li>
7016
+ '; end
7017
+ @output_buffer.safe_append='</ul>
7018
+
7019
+
7020
+ ';end;@output_buffer.to_s
7021
+ ensure
7022
+ @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
7023
+ end
7024
+
7025
+ Backtrace: /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:299:in `module_eval'
7026
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:299:in `compile'
7027
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:248:in `block in compile!'
7028
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:236:in `synchronize'
7029
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:236:in `compile!'
7030
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:142:in `block in render'
7031
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:161:in `instrument'
7032
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:141:in `render'
7033
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
7034
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
7035
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `block in instrument'
7036
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7037
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `instrument'
7038
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
7039
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
7040
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
7041
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:47:in `render_template'
7042
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:17:in `render'
7043
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb:42:in `render_template'
7044
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb:23:in `render'
7045
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:127:in `_render_template'
7046
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/streaming.rb:219:in `_render_template'
7047
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:120:in `render_to_body'
7048
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:33:in `render_to_body'
7049
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/renderers.rb:26:in `render_to_body'
7050
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:97:in `render'
7051
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:16:in `render'
7052
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
7053
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
7054
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
7055
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/core_ext/benchmark.rb:12:in `ms'
7056
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:41:in `block in render'
7057
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
7058
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
7059
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:40:in `render'
7060
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
7061
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
7062
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/base.rb:189:in `process_action'
7063
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:10:in `process_action'
7064
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
7065
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:373:in `_run__2270893751202168885__process_action__callbacks'
7066
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:80:in `run_callbacks'
7067
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/callbacks.rb:17:in `process_action'
7068
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rescue.rb:29:in `process_action'
7069
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
7070
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `block in instrument'
7071
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7072
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `instrument'
7073
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
7074
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
7075
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
7076
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/base.rb:136:in `process'
7077
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:44:in `process'
7078
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal.rb:195:in `dispatch'
7079
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
7080
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal.rb:231:in `block in action'
7081
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:80:in `call'
7082
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
7083
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:48:in `call'
7084
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:71:in `block in call'
7085
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:59:in `each'
7086
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:59:in `call'
7087
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:655:in `call'
7088
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call'
7089
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call'
7090
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
7091
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
7092
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/flash.rb:241:in `call'
7093
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
7094
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
7095
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/cookies.rb:486:in `call'
7096
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/query_cache.rb:36:in `call'
7097
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
7098
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/migration.rb:369:in `call'
7099
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
7100
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:373:in `_run__5545899663782972__call__callbacks'
7101
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:80:in `run_callbacks'
7102
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
7103
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/reloader.rb:64:in `call'
7104
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
7105
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
7106
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7107
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:38:in `call_app'
7108
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:21:in `block in call'
7109
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:67:in `block in tagged'
7110
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:25:in `tagged'
7111
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:67:in `tagged'
7112
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:21:in `call'
7113
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/request_id.rb:21:in `call'
7114
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
7115
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call'
7116
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/cache/strategy/local_cache.rb:83:in `call'
7117
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
7118
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/static.rb:64:in `call'
7119
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/engine.rb:511:in `call'
7120
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/application.rb:97:in `call'
7121
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
7122
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call'
7123
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service'
7124
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
7125
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
7126
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
7127
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (8.4ms)
7128
+ Completed 500 Internal Server Error in 11ms
7129
+
7130
+ ActionView::Template::Error (/Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:19: syntax error, unexpected ';', expecting ')'
7131
+ ';end;@output_buffer.to_s
7132
+ ^):
7133
+ 16: </ul>
7134
+ 17:
7135
+ 18:
7136
+ 19: <%end-%>
7137
+ actionpack (4.0.0) lib/action_view/template.rb:299:in `module_eval'
7138
+ actionpack (4.0.0) lib/action_view/template.rb:299:in `compile'
7139
+ actionpack (4.0.0) lib/action_view/template.rb:248:in `block in compile!'
7140
+ actionpack (4.0.0) lib/action_view/template.rb:236:in `synchronize'
7141
+ actionpack (4.0.0) lib/action_view/template.rb:236:in `compile!'
7142
+ actionpack (4.0.0) lib/action_view/template.rb:142:in `block in render'
7143
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
7144
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
7145
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
7146
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
7147
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
7148
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7149
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
7150
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
7151
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
7152
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
7153
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
7154
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
7155
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
7156
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
7157
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
7158
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
7159
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
7160
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
7161
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
7162
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
7163
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
7164
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
7165
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
7166
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
7167
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
7168
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
7169
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
7170
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
7171
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
7172
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
7173
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
7174
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
7175
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
7176
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
7177
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2270893751202168885__process_action__callbacks'
7178
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
7179
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
7180
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
7181
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
7182
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
7183
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7184
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
7185
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
7186
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
7187
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
7188
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
7189
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
7190
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
7191
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
7192
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
7193
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
7194
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
7195
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
7196
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
7197
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
7198
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
7199
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
7200
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
7201
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
7202
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
7203
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
7204
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
7205
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
7206
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
7207
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
7208
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
7209
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
7210
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
7211
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
7212
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__5545899663782972__call__callbacks'
7213
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
7214
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
7215
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
7216
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
7217
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
7218
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7219
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
7220
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
7221
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
7222
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
7223
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
7224
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
7225
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
7226
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
7227
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
7228
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
7229
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7230
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
7231
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
7232
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
7233
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7234
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
7235
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
7236
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
7237
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
7238
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
7239
+
7240
+
7241
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
7242
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
7243
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.4ms)
7244
+
7245
+
7246
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:18:38 -0300
7247
+ Processing by AwsDeploy::NotificationsController#index as HTML
7248
+ ERROR: compiling ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131943414120 RAISED /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:19: syntax error, unexpected ';', expecting ')'
7249
+ ';end;@output_buffer.to_s
7250
+ ^
7251
+ Function body: def ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131943414120(local_assigns, output_buffer)
7252
+ _old_virtual_path, @virtual_path = @virtual_path, "aws_deploy/notifications/index";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_append='<h1>Notifications</h1>
7253
+
7254
+ <h3>Pushbullet - API Keys</h3>
7255
+
7256
+
7257
+ ';@output_buffer.append= form_tag(aws_deploy_notifications_send_path do @output_buffer.safe_append='
7258
+
7259
+ <ul>
7260
+ ';
7261
+ api_keys = $aws_deploy["pushbullet"]["api_key"]
7262
+ keys = api_keys.split(" ")
7263
+ keys.each do |k|
7264
+
7265
+ @output_buffer.safe_append=' <li>';@output_buffer.append=( k);@output_buffer.safe_append='</li>
7266
+ '; end
7267
+ @output_buffer.safe_append='</ul>
7268
+
7269
+
7270
+ ';end;@output_buffer.to_s
7271
+ ensure
7272
+ @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
7273
+ end
7274
+
7275
+ Backtrace: /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:299:in `module_eval'
7276
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:299:in `compile'
7277
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:248:in `block in compile!'
7278
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:236:in `synchronize'
7279
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:236:in `compile!'
7280
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:142:in `block in render'
7281
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:161:in `instrument'
7282
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:141:in `render'
7283
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
7284
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
7285
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `block in instrument'
7286
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7287
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `instrument'
7288
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
7289
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
7290
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
7291
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:47:in `render_template'
7292
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:17:in `render'
7293
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb:42:in `render_template'
7294
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb:23:in `render'
7295
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:127:in `_render_template'
7296
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/streaming.rb:219:in `_render_template'
7297
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:120:in `render_to_body'
7298
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:33:in `render_to_body'
7299
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/renderers.rb:26:in `render_to_body'
7300
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:97:in `render'
7301
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:16:in `render'
7302
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
7303
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
7304
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
7305
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/core_ext/benchmark.rb:12:in `ms'
7306
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:41:in `block in render'
7307
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
7308
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
7309
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:40:in `render'
7310
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
7311
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
7312
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/base.rb:189:in `process_action'
7313
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:10:in `process_action'
7314
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
7315
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:373:in `_run__2270893751202168885__process_action__callbacks'
7316
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:80:in `run_callbacks'
7317
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/callbacks.rb:17:in `process_action'
7318
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rescue.rb:29:in `process_action'
7319
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
7320
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `block in instrument'
7321
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7322
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `instrument'
7323
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
7324
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
7325
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
7326
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/base.rb:136:in `process'
7327
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:44:in `process'
7328
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal.rb:195:in `dispatch'
7329
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
7330
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal.rb:231:in `block in action'
7331
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:80:in `call'
7332
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
7333
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:48:in `call'
7334
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:71:in `block in call'
7335
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:59:in `each'
7336
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:59:in `call'
7337
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:655:in `call'
7338
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call'
7339
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call'
7340
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
7341
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
7342
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/flash.rb:241:in `call'
7343
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
7344
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
7345
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/cookies.rb:486:in `call'
7346
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/query_cache.rb:36:in `call'
7347
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
7348
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/migration.rb:369:in `call'
7349
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
7350
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:373:in `_run__5545899663782972__call__callbacks'
7351
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:80:in `run_callbacks'
7352
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
7353
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/reloader.rb:64:in `call'
7354
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
7355
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
7356
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7357
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:38:in `call_app'
7358
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:21:in `block in call'
7359
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:67:in `block in tagged'
7360
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:25:in `tagged'
7361
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:67:in `tagged'
7362
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:21:in `call'
7363
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/request_id.rb:21:in `call'
7364
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
7365
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call'
7366
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/cache/strategy/local_cache.rb:83:in `call'
7367
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
7368
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/static.rb:64:in `call'
7369
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/engine.rb:511:in `call'
7370
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/application.rb:97:in `call'
7371
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
7372
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call'
7373
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service'
7374
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
7375
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
7376
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
7377
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (6.8ms)
7378
+ Completed 500 Internal Server Error in 9ms
7379
+
7380
+ ActionView::Template::Error (/Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:19: syntax error, unexpected ';', expecting ')'
7381
+ ';end;@output_buffer.to_s
7382
+ ^):
7383
+ 16: </ul>
7384
+ 17:
7385
+ 18:
7386
+ 19: <%end%>
7387
+ actionpack (4.0.0) lib/action_view/template.rb:299:in `module_eval'
7388
+ actionpack (4.0.0) lib/action_view/template.rb:299:in `compile'
7389
+ actionpack (4.0.0) lib/action_view/template.rb:248:in `block in compile!'
7390
+ actionpack (4.0.0) lib/action_view/template.rb:236:in `synchronize'
7391
+ actionpack (4.0.0) lib/action_view/template.rb:236:in `compile!'
7392
+ actionpack (4.0.0) lib/action_view/template.rb:142:in `block in render'
7393
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
7394
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
7395
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
7396
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
7397
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
7398
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7399
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
7400
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
7401
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
7402
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
7403
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
7404
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
7405
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
7406
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
7407
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
7408
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
7409
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
7410
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
7411
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
7412
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
7413
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
7414
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
7415
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
7416
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
7417
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
7418
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
7419
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
7420
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
7421
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
7422
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
7423
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
7424
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
7425
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
7426
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
7427
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2270893751202168885__process_action__callbacks'
7428
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
7429
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
7430
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
7431
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
7432
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
7433
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7434
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
7435
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
7436
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
7437
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
7438
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
7439
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
7440
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
7441
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
7442
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
7443
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
7444
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
7445
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
7446
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
7447
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
7448
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
7449
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
7450
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
7451
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
7452
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
7453
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
7454
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
7455
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
7456
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
7457
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
7458
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
7459
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
7460
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
7461
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
7462
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__5545899663782972__call__callbacks'
7463
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
7464
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
7465
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
7466
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
7467
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
7468
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7469
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
7470
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
7471
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
7472
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
7473
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
7474
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
7475
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
7476
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
7477
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
7478
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
7479
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7480
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
7481
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
7482
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
7483
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7484
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
7485
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
7486
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
7487
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
7488
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
7489
+
7490
+
7491
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms)
7492
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms)
7493
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.8ms)
7494
+
7495
+
7496
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:19:08 -0300
7497
+ Processing by AwsDeploy::NotificationsController#index as HTML
7498
+ ERROR: compiling ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131947708080 RAISED /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:19: syntax error, unexpected ';', expecting ')'
7499
+ '; end ;@output_buffer.to_s
7500
+ ^
7501
+ Function body: def ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131947708080(local_assigns, output_buffer)
7502
+ _old_virtual_path, @virtual_path = @virtual_path, "aws_deploy/notifications/index";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_append='<h1>Notifications</h1>
7503
+
7504
+ <h3>Pushbullet - API Keys</h3>
7505
+
7506
+
7507
+ ';@output_buffer.append= form_tag(aws_deploy_notifications_send_path do @output_buffer.safe_append='
7508
+
7509
+ <ul>
7510
+ ';
7511
+ api_keys = $aws_deploy["pushbullet"]["api_key"]
7512
+ keys = api_keys.split(" ")
7513
+ keys.each do |k|
7514
+
7515
+ @output_buffer.safe_append=' <li>';@output_buffer.append=( k);@output_buffer.safe_append='</li>
7516
+ '; end
7517
+ @output_buffer.safe_append='</ul>
7518
+
7519
+
7520
+ '; end ;@output_buffer.to_s
7521
+ ensure
7522
+ @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
7523
+ end
7524
+
7525
+ Backtrace: /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:299:in `module_eval'
7526
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:299:in `compile'
7527
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:248:in `block in compile!'
7528
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:236:in `synchronize'
7529
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:236:in `compile!'
7530
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:142:in `block in render'
7531
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:161:in `instrument'
7532
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:141:in `render'
7533
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
7534
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
7535
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `block in instrument'
7536
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7537
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `instrument'
7538
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
7539
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
7540
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
7541
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:47:in `render_template'
7542
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:17:in `render'
7543
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb:42:in `render_template'
7544
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb:23:in `render'
7545
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:127:in `_render_template'
7546
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/streaming.rb:219:in `_render_template'
7547
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:120:in `render_to_body'
7548
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:33:in `render_to_body'
7549
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/renderers.rb:26:in `render_to_body'
7550
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:97:in `render'
7551
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:16:in `render'
7552
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
7553
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
7554
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
7555
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/core_ext/benchmark.rb:12:in `ms'
7556
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:41:in `block in render'
7557
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
7558
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
7559
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:40:in `render'
7560
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
7561
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
7562
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/base.rb:189:in `process_action'
7563
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:10:in `process_action'
7564
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
7565
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:373:in `_run__2270893751202168885__process_action__callbacks'
7566
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:80:in `run_callbacks'
7567
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/callbacks.rb:17:in `process_action'
7568
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rescue.rb:29:in `process_action'
7569
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
7570
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `block in instrument'
7571
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7572
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `instrument'
7573
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
7574
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
7575
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
7576
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/base.rb:136:in `process'
7577
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:44:in `process'
7578
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal.rb:195:in `dispatch'
7579
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
7580
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal.rb:231:in `block in action'
7581
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:80:in `call'
7582
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
7583
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:48:in `call'
7584
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:71:in `block in call'
7585
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:59:in `each'
7586
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:59:in `call'
7587
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:655:in `call'
7588
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call'
7589
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call'
7590
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
7591
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
7592
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/flash.rb:241:in `call'
7593
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
7594
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
7595
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/cookies.rb:486:in `call'
7596
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/query_cache.rb:36:in `call'
7597
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
7598
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/migration.rb:369:in `call'
7599
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
7600
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:373:in `_run__5545899663782972__call__callbacks'
7601
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:80:in `run_callbacks'
7602
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
7603
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/reloader.rb:64:in `call'
7604
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
7605
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
7606
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7607
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:38:in `call_app'
7608
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:21:in `block in call'
7609
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:67:in `block in tagged'
7610
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:25:in `tagged'
7611
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:67:in `tagged'
7612
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:21:in `call'
7613
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/request_id.rb:21:in `call'
7614
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
7615
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call'
7616
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/cache/strategy/local_cache.rb:83:in `call'
7617
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
7618
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/static.rb:64:in `call'
7619
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/engine.rb:511:in `call'
7620
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/application.rb:97:in `call'
7621
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
7622
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call'
7623
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service'
7624
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
7625
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
7626
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
7627
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (36.7ms)
7628
+ Completed 500 Internal Server Error in 44ms
7629
+
7630
+ ActionView::Template::Error (/Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:19: syntax error, unexpected ';', expecting ')'
7631
+ '; end ;@output_buffer.to_s
7632
+ ^):
7633
+ 16: </ul>
7634
+ 17:
7635
+ 18:
7636
+ 19: <% end %>
7637
+ actionpack (4.0.0) lib/action_view/template.rb:299:in `module_eval'
7638
+ actionpack (4.0.0) lib/action_view/template.rb:299:in `compile'
7639
+ actionpack (4.0.0) lib/action_view/template.rb:248:in `block in compile!'
7640
+ actionpack (4.0.0) lib/action_view/template.rb:236:in `synchronize'
7641
+ actionpack (4.0.0) lib/action_view/template.rb:236:in `compile!'
7642
+ actionpack (4.0.0) lib/action_view/template.rb:142:in `block in render'
7643
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
7644
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
7645
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
7646
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
7647
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
7648
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7649
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
7650
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
7651
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
7652
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
7653
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
7654
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
7655
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
7656
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
7657
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
7658
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
7659
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
7660
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
7661
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
7662
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
7663
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
7664
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
7665
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
7666
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
7667
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
7668
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
7669
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
7670
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
7671
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
7672
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
7673
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
7674
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
7675
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
7676
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
7677
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2270893751202168885__process_action__callbacks'
7678
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
7679
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
7680
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
7681
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
7682
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
7683
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7684
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
7685
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
7686
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
7687
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
7688
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
7689
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
7690
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
7691
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
7692
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
7693
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
7694
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
7695
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
7696
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
7697
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
7698
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
7699
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
7700
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
7701
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
7702
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
7703
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
7704
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
7705
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
7706
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
7707
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
7708
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
7709
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
7710
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
7711
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
7712
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__5545899663782972__call__callbacks'
7713
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
7714
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
7715
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
7716
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
7717
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
7718
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7719
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
7720
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
7721
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
7722
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
7723
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
7724
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
7725
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
7726
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
7727
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
7728
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
7729
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7730
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
7731
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
7732
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
7733
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7734
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
7735
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
7736
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
7737
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
7738
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
7739
+
7740
+
7741
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
7742
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
7743
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.7ms)
7744
+
7745
+
7746
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:19:27 -0300
7747
+ Processing by AwsDeploy::NotificationsController#index as HTML
7748
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.8ms)
7749
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
7750
+
7751
+
7752
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:19:31 -0300
7753
+ Processing by AwsDeploy::NotificationsController#index as HTML
7754
+ ERROR: compiling ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131933374760 RAISED /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:21: syntax error, unexpected keyword_ensure, expecting keyword_end
7755
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:23: syntax error, unexpected end-of-input, expecting ')'
7756
+ Function body: def ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131933374760(local_assigns, output_buffer)
7757
+ _old_virtual_path, @virtual_path = @virtual_path, "aws_deploy/notifications/index";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_append='<h1>Notifications</h1>
7758
+
7759
+ <h3>Pushbullet - API Keys</h3>
7760
+
7761
+
7762
+ ';@output_buffer.append= form_tag(aws_deploy_notifications_send_path do @output_buffer.safe_append='
7763
+
7764
+ <ul>
7765
+ ';
7766
+ api_keys = $aws_deploy["pushbullet"]["api_key"]
7767
+ keys = api_keys.split(" ")
7768
+
7769
+ @output_buffer.safe_append='
7770
+ '; keys.each do |k|
7771
+ @output_buffer.safe_append=' <li>';@output_buffer.append=( k);@output_buffer.safe_append='</li>
7772
+ '; end
7773
+ @output_buffer.safe_append='
7774
+ </ul>
7775
+
7776
+ ';@output_buffer.to_s
7777
+ ensure
7778
+ @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
7779
+ end
7780
+
7781
+ Backtrace: /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:299:in `module_eval'
7782
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:299:in `compile'
7783
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:248:in `block in compile!'
7784
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:236:in `synchronize'
7785
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:236:in `compile!'
7786
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:142:in `block in render'
7787
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:161:in `instrument'
7788
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:141:in `render'
7789
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
7790
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
7791
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `block in instrument'
7792
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7793
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `instrument'
7794
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
7795
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
7796
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
7797
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:47:in `render_template'
7798
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:17:in `render'
7799
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb:42:in `render_template'
7800
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb:23:in `render'
7801
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:127:in `_render_template'
7802
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/streaming.rb:219:in `_render_template'
7803
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:120:in `render_to_body'
7804
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:33:in `render_to_body'
7805
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/renderers.rb:26:in `render_to_body'
7806
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:97:in `render'
7807
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:16:in `render'
7808
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
7809
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
7810
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
7811
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/core_ext/benchmark.rb:12:in `ms'
7812
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:41:in `block in render'
7813
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
7814
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
7815
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:40:in `render'
7816
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
7817
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
7818
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/base.rb:189:in `process_action'
7819
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:10:in `process_action'
7820
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
7821
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:373:in `_run__2270893751202168885__process_action__callbacks'
7822
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:80:in `run_callbacks'
7823
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/callbacks.rb:17:in `process_action'
7824
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rescue.rb:29:in `process_action'
7825
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
7826
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `block in instrument'
7827
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7828
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `instrument'
7829
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
7830
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
7831
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
7832
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/base.rb:136:in `process'
7833
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:44:in `process'
7834
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal.rb:195:in `dispatch'
7835
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
7836
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal.rb:231:in `block in action'
7837
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:80:in `call'
7838
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
7839
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:48:in `call'
7840
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:71:in `block in call'
7841
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:59:in `each'
7842
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:59:in `call'
7843
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:655:in `call'
7844
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call'
7845
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call'
7846
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
7847
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
7848
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/flash.rb:241:in `call'
7849
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
7850
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
7851
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/cookies.rb:486:in `call'
7852
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/query_cache.rb:36:in `call'
7853
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
7854
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/migration.rb:369:in `call'
7855
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
7856
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:373:in `_run__5545899663782972__call__callbacks'
7857
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:80:in `run_callbacks'
7858
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
7859
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/reloader.rb:64:in `call'
7860
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
7861
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
7862
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7863
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:38:in `call_app'
7864
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:21:in `block in call'
7865
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:67:in `block in tagged'
7866
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:25:in `tagged'
7867
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:67:in `tagged'
7868
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:21:in `call'
7869
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/request_id.rb:21:in `call'
7870
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
7871
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call'
7872
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/cache/strategy/local_cache.rb:83:in `call'
7873
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
7874
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/static.rb:64:in `call'
7875
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/engine.rb:511:in `call'
7876
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/application.rb:97:in `call'
7877
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
7878
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call'
7879
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service'
7880
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
7881
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
7882
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
7883
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (7.5ms)
7884
+ Completed 500 Internal Server Error in 11ms
7885
+
7886
+ ActionView::Template::Error (/Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:21: syntax error, unexpected keyword_ensure, expecting keyword_end
7887
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:23: syntax error, unexpected end-of-input, expecting ')'):
7888
+ 18: </ul>
7889
+ actionpack (4.0.0) lib/action_view/template.rb:299:in `module_eval'
7890
+ actionpack (4.0.0) lib/action_view/template.rb:299:in `compile'
7891
+ actionpack (4.0.0) lib/action_view/template.rb:248:in `block in compile!'
7892
+ actionpack (4.0.0) lib/action_view/template.rb:236:in `synchronize'
7893
+ actionpack (4.0.0) lib/action_view/template.rb:236:in `compile!'
7894
+ actionpack (4.0.0) lib/action_view/template.rb:142:in `block in render'
7895
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
7896
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
7897
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
7898
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
7899
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
7900
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7901
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
7902
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
7903
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
7904
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
7905
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
7906
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
7907
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
7908
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
7909
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
7910
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
7911
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
7912
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
7913
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
7914
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
7915
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
7916
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
7917
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
7918
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
7919
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
7920
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
7921
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
7922
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
7923
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
7924
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
7925
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
7926
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
7927
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
7928
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
7929
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2270893751202168885__process_action__callbacks'
7930
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
7931
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
7932
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
7933
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
7934
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
7935
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
7936
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
7937
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
7938
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
7939
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
7940
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
7941
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
7942
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
7943
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
7944
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
7945
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
7946
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
7947
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
7948
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
7949
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
7950
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
7951
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
7952
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
7953
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
7954
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
7955
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
7956
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
7957
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
7958
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
7959
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
7960
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
7961
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
7962
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
7963
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
7964
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__5545899663782972__call__callbacks'
7965
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
7966
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
7967
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
7968
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
7969
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
7970
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
7971
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
7972
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
7973
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
7974
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
7975
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
7976
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
7977
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
7978
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
7979
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
7980
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
7981
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7982
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
7983
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
7984
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
7985
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
7986
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
7987
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
7988
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
7989
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
7990
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
7991
+
7992
+
7993
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
7994
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.7ms)
7995
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.7ms)
7996
+
7997
+
7998
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:19:41 -0300
7999
+ Processing by AwsDeploy::NotificationsController#index as HTML
8000
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (2.4ms)
8001
+ Completed 200 OK in 12ms (Views: 12.2ms | ActiveRecord: 0.0ms)
8002
+
8003
+
8004
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:20:07 -0300
8005
+ Processing by AwsDeploy::NotificationsController#index as HTML
8006
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.7ms)
8007
+ Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms)
8008
+
8009
+
8010
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:20:16 -0300
8011
+ Processing by AwsDeploy::NotificationsController#index as HTML
8012
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.5ms)
8013
+ Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms)
8014
+
8015
+
8016
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:20:28 -0300
8017
+ Processing by AwsDeploy::NotificationsController#index as HTML
8018
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.4ms)
8019
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
8020
+
8021
+
8022
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:20:34 -0300
8023
+ Processing by AwsDeploy::NotificationsController#index as HTML
8024
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.6ms)
8025
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
8026
+
8027
+
8028
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:24:33 -0300
8029
+ Processing by AwsDeploy::NotificationsController#index as HTML
8030
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (2.3ms)
8031
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
8032
+
8033
+
8034
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:24:49 -0300
8035
+ Processing by AwsDeploy::NotificationsController#index as HTML
8036
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (2.5ms)
8037
+ Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
8038
+
8039
+
8040
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:26:27 -0300
8041
+ Processing by AwsDeploy::NotificationsController#index as HTML
8042
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (2.8ms)
8043
+ Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms)
8044
+
8045
+
8046
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:26:51 -0300
8047
+ Processing by AwsDeploy::NotificationsController#index as HTML
8048
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (2.6ms)
8049
+ Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
8050
+
8051
+
8052
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:27:01 -0300
8053
+ Processing by AwsDeploy::NotificationsController#index as HTML
8054
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (2.8ms)
8055
+ Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
8056
+
8057
+
8058
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:27:20 -0300
8059
+ Processing by AwsDeploy::NotificationsController#index as HTML
8060
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (2.9ms)
8061
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
8062
+
8063
+
8064
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:27:51 -0300
8065
+ Processing by AwsDeploy::NotificationsController#index as HTML
8066
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (2.5ms)
8067
+ Completed 200 OK in 47ms (Views: 46.6ms | ActiveRecord: 0.0ms)
8068
+
8069
+
8070
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:28:38 -0300
8071
+ Processing by AwsDeploy::NotificationsController#index as HTML
8072
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.7ms)
8073
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
8074
+
8075
+
8076
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:28:41 -0300
8077
+ Processing by AwsDeploy::NotificationsController#index as HTML
8078
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.8ms)
8079
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
8080
+
8081
+
8082
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:28:59 -0300
8083
+ Processing by AwsDeploy::NotificationsController#index as HTML
8084
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (9.3ms)
8085
+ Completed 500 Internal Server Error in 15ms
8086
+
8087
+ ActionView::Template::Error (undefined local variable or method `km' for #<#<Class:0x007f91b9ec6060>:0x007f91b9e5ced0>):
8088
+ 14: <% keys.each_with_index do |k,i| %>
8089
+ 15: <li>
8090
+ 16: <%= label_tag "item_#{i}", k do%>
8091
+ 17: <%= check_box_tag "item_#{i}", km, checked %>
8092
+ 18: <%= k%>
8093
+ 19: <% end %>
8094
+ 20: </li>
8095
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:17:in `block (3 levels) in ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131932953340'
8096
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
8097
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
8098
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
8099
+ actionpack (4.0.0) lib/action_view/helpers/tag_helper.rb:94:in `content_tag'
8100
+ actionpack (4.0.0) lib/action_view/helpers/form_tag_helper.rb:199:in `label_tag'
8101
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:16:in `block (2 levels) in ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131932953340'
8102
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:14:in `each'
8103
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:14:in `each_with_index'
8104
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:14:in `block in ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131932953340'
8105
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
8106
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
8107
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
8108
+ actionpack (4.0.0) lib/action_view/helpers/form_tag_helper.rb:773:in `form_tag_in_block'
8109
+ actionpack (4.0.0) lib/action_view/helpers/form_tag_helper.rb:69:in `form_tag'
8110
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:6:in `___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131932953340'
8111
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
8112
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
8113
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
8114
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
8115
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
8116
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
8117
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8118
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
8119
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
8120
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
8121
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
8122
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
8123
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
8124
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
8125
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
8126
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
8127
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
8128
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
8129
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
8130
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
8131
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
8132
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
8133
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
8134
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
8135
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
8136
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
8137
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
8138
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
8139
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
8140
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
8141
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
8142
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
8143
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
8144
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
8145
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
8146
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2270893751202168885__process_action__callbacks'
8147
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
8148
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
8149
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
8150
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
8151
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
8152
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8153
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
8154
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
8155
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
8156
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
8157
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
8158
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
8159
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
8160
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
8161
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
8162
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
8163
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
8164
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
8165
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
8166
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
8167
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
8168
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
8169
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
8170
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
8171
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
8172
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
8173
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
8174
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
8175
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
8176
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
8177
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
8178
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
8179
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
8180
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
8181
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__5545899663782972__call__callbacks'
8182
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
8183
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
8184
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
8185
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
8186
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
8187
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8188
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
8189
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
8190
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
8191
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
8192
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
8193
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
8194
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8195
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
8196
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
8197
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
8198
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8199
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
8200
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
8201
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
8202
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8203
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
8204
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
8205
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8206
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8207
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8208
+
8209
+
8210
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
8211
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
8212
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.8ms)
8213
+
8214
+
8215
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:29:08 -0300
8216
+ Processing by AwsDeploy::NotificationsController#index as HTML
8217
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (6.3ms)
8218
+ Completed 500 Internal Server Error in 9ms
8219
+
8220
+ ActionView::Template::Error (undefined local variable or method `km' for #<#<Class:0x007f91b9ec6060>:0x007f91bb228ce8>):
8221
+ 14: <% keys.each_with_index do |k,i| %>
8222
+ 15: <li>
8223
+ 16: <%= label_tag "item_#{i}", k do%>
8224
+ 17: <%= check_box_tag "item_#{i}", km, :checked => "checked" %>
8225
+ 18: <%= k%>
8226
+ 19: <% end %>
8227
+ 20: </li>
8228
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:17:in `block (3 levels) in ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131943348400'
8229
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
8230
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
8231
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
8232
+ actionpack (4.0.0) lib/action_view/helpers/tag_helper.rb:94:in `content_tag'
8233
+ actionpack (4.0.0) lib/action_view/helpers/form_tag_helper.rb:199:in `label_tag'
8234
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:16:in `block (2 levels) in ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131943348400'
8235
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:14:in `each'
8236
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:14:in `each_with_index'
8237
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:14:in `block in ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131943348400'
8238
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
8239
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
8240
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
8241
+ actionpack (4.0.0) lib/action_view/helpers/form_tag_helper.rb:773:in `form_tag_in_block'
8242
+ actionpack (4.0.0) lib/action_view/helpers/form_tag_helper.rb:69:in `form_tag'
8243
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:6:in `___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131943348400'
8244
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
8245
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
8246
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
8247
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
8248
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
8249
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
8250
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8251
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
8252
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
8253
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
8254
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
8255
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
8256
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
8257
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
8258
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
8259
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
8260
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
8261
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
8262
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
8263
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
8264
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
8265
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
8266
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
8267
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
8268
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
8269
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
8270
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
8271
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
8272
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
8273
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
8274
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
8275
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
8276
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
8277
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
8278
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
8279
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2270893751202168885__process_action__callbacks'
8280
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
8281
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
8282
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
8283
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
8284
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
8285
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8286
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
8287
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
8288
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
8289
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
8290
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
8291
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
8292
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
8293
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
8294
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
8295
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
8296
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
8297
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
8298
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
8299
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
8300
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
8301
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
8302
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
8303
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
8304
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
8305
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
8306
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
8307
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
8308
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
8309
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
8310
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
8311
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
8312
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
8313
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
8314
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__5545899663782972__call__callbacks'
8315
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
8316
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
8317
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
8318
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
8319
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
8320
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8321
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
8322
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
8323
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
8324
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
8325
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
8326
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
8327
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8328
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
8329
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
8330
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
8331
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8332
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
8333
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
8334
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
8335
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8336
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
8337
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
8338
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8339
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8340
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8341
+
8342
+
8343
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
8344
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
8345
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.6ms)
8346
+
8347
+
8348
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:29:13 -0300
8349
+ Processing by AwsDeploy::NotificationsController#index as HTML
8350
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (35.4ms)
8351
+ Completed 500 Internal Server Error in 38ms
8352
+
8353
+ ActionView::Template::Error (undefined local variable or method `km' for #<#<Class:0x007f91b9ec6060>:0x007f91bba65eb0>):
8354
+ 14: <% keys.each_with_index do |k,i| %>
8355
+ 15: <li>
8356
+ 16: <%= label_tag "item_#{i}", k do%>
8357
+ 17: <%= check_box_tag "item_#{i}", km %>
8358
+ 18: <%= k%>
8359
+ 19: <% end %>
8360
+ 20: </li>
8361
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:17:in `block (3 levels) in ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131947610880'
8362
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
8363
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
8364
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
8365
+ actionpack (4.0.0) lib/action_view/helpers/tag_helper.rb:94:in `content_tag'
8366
+ actionpack (4.0.0) lib/action_view/helpers/form_tag_helper.rb:199:in `label_tag'
8367
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:16:in `block (2 levels) in ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131947610880'
8368
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:14:in `each'
8369
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:14:in `each_with_index'
8370
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:14:in `block in ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131947610880'
8371
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
8372
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
8373
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
8374
+ actionpack (4.0.0) lib/action_view/helpers/form_tag_helper.rb:773:in `form_tag_in_block'
8375
+ actionpack (4.0.0) lib/action_view/helpers/form_tag_helper.rb:69:in `form_tag'
8376
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:6:in `___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131947610880'
8377
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
8378
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
8379
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
8380
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
8381
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
8382
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
8383
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8384
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
8385
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
8386
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
8387
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
8388
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
8389
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
8390
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
8391
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
8392
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
8393
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
8394
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
8395
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
8396
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
8397
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
8398
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
8399
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
8400
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
8401
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
8402
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
8403
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
8404
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
8405
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
8406
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
8407
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
8408
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
8409
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
8410
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
8411
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
8412
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2270893751202168885__process_action__callbacks'
8413
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
8414
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
8415
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
8416
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
8417
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
8418
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8419
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
8420
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
8421
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
8422
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
8423
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
8424
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
8425
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
8426
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
8427
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
8428
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
8429
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
8430
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
8431
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
8432
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
8433
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
8434
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
8435
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
8436
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
8437
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
8438
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
8439
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
8440
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
8441
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
8442
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
8443
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
8444
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
8445
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
8446
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
8447
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__5545899663782972__call__callbacks'
8448
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
8449
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
8450
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
8451
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
8452
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
8453
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8454
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
8455
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
8456
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
8457
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
8458
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
8459
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
8460
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8461
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
8462
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
8463
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
8464
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8465
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
8466
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
8467
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
8468
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8469
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
8470
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
8471
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8472
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8473
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8474
+
8475
+
8476
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
8477
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
8478
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.2ms)
8479
+
8480
+
8481
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:29:22 -0300
8482
+ Processing by AwsDeploy::NotificationsController#index as HTML
8483
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (8.2ms)
8484
+ Completed 500 Internal Server Error in 10ms
8485
+
8486
+ ActionView::Template::Error (undefined local variable or method `checked' for #<#<Class:0x007f91b9ec6060>:0x007f91bb19df08>):
8487
+ 14: <% keys.each_with_index do |k,i| %>
8488
+ 15: <li>
8489
+ 16: <%= label_tag "item_#{i}", k do%>
8490
+ 17: <%= check_box_tag "item_#{i}", k, checked %>
8491
+ 18: <%= k%>
8492
+ 19: <% end %>
8493
+ 20: </li>
8494
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:17:in `block (3 levels) in ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131933298320'
8495
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
8496
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
8497
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
8498
+ actionpack (4.0.0) lib/action_view/helpers/tag_helper.rb:94:in `content_tag'
8499
+ actionpack (4.0.0) lib/action_view/helpers/form_tag_helper.rb:199:in `label_tag'
8500
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:16:in `block (2 levels) in ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131933298320'
8501
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:14:in `each'
8502
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:14:in `each_with_index'
8503
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:14:in `block in ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131933298320'
8504
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
8505
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
8506
+ actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
8507
+ actionpack (4.0.0) lib/action_view/helpers/form_tag_helper.rb:773:in `form_tag_in_block'
8508
+ actionpack (4.0.0) lib/action_view/helpers/form_tag_helper.rb:69:in `form_tag'
8509
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:6:in `___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__1317431400622148990_70131933298320'
8510
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
8511
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
8512
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
8513
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
8514
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
8515
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
8516
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8517
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
8518
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
8519
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
8520
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
8521
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
8522
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
8523
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
8524
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
8525
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
8526
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
8527
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
8528
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
8529
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
8530
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
8531
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
8532
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
8533
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
8534
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
8535
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
8536
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
8537
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
8538
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
8539
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
8540
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
8541
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
8542
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
8543
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
8544
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
8545
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2270893751202168885__process_action__callbacks'
8546
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
8547
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
8548
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
8549
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
8550
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
8551
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8552
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
8553
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
8554
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
8555
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
8556
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
8557
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
8558
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
8559
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
8560
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
8561
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
8562
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
8563
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
8564
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
8565
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
8566
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
8567
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
8568
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
8569
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
8570
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
8571
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
8572
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
8573
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
8574
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
8575
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
8576
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
8577
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
8578
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
8579
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
8580
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__5545899663782972__call__callbacks'
8581
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
8582
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
8583
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
8584
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
8585
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
8586
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8587
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
8588
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
8589
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
8590
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
8591
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
8592
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
8593
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8594
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
8595
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
8596
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
8597
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8598
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
8599
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
8600
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
8601
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8602
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
8603
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
8604
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8605
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8606
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8607
+
8608
+
8609
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
8610
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
8611
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.7ms)
8612
+
8613
+
8614
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:29:25 -0300
8615
+ Processing by AwsDeploy::NotificationsController#index as HTML
8616
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (2.2ms)
8617
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
8618
+
8619
+
8620
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:29:37 -0300
8621
+ Processing by AwsDeploy::NotificationsController#index as HTML
8622
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.2ms)
8623
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
8624
+
8625
+
8626
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:30:19 -0300
8627
+ Processing by AwsDeploy::NotificationsController#index as HTML
8628
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (29.8ms)
8629
+ Completed 200 OK in 41ms (Views: 40.3ms | ActiveRecord: 0.0ms)
8630
+
8631
+
8632
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:30:23 -0300
8633
+
8634
+ ActionController::RoutingError (No route matches [POST] "/aws_deploy/notifications/send"):
8635
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
8636
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8637
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
8638
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
8639
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
8640
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
8641
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
8642
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
8643
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8644
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
8645
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
8646
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
8647
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8648
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
8649
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
8650
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
8651
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8652
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
8653
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
8654
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8655
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8656
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8657
+
8658
+
8659
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
8660
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms)
8661
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.1ms)
8662
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (25.9ms)
8663
+
8664
+
8665
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:30:29 -0300
8666
+
8667
+ ActionController::RoutingError (No route matches [POST] "/aws_deploy/notifications/send"):
8668
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
8669
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8670
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
8671
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
8672
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
8673
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
8674
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
8675
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
8676
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8677
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
8678
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
8679
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
8680
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8681
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
8682
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
8683
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
8684
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8685
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
8686
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
8687
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8688
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8689
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8690
+
8691
+
8692
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
8693
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms)
8694
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
8695
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.8ms)
8696
+
8697
+
8698
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:30:55 -0300
8699
+
8700
+ ActionController::RoutingError (No route matches [POST] "/aws_deploy/notifications/send"):
8701
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
8702
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8703
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
8704
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
8705
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
8706
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
8707
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
8708
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
8709
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8710
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
8711
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
8712
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
8713
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8714
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
8715
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
8716
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
8717
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8718
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
8719
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
8720
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8721
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8722
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8723
+
8724
+
8725
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
8726
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.4ms)
8727
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms)
8728
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (24.1ms)
8729
+
8730
+
8731
+ Started GET "/aws_deploy/notifications/sendn" for 127.0.0.1 at 2014-04-01 15:30:58 -0300
8732
+
8733
+ ActionController::RoutingError (No route matches [GET] "/aws_deploy/notifications/sendn"):
8734
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
8735
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8736
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
8737
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
8738
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
8739
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
8740
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
8741
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
8742
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8743
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
8744
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
8745
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
8746
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8747
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
8748
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
8749
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
8750
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8751
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
8752
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
8753
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8754
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8755
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8756
+
8757
+
8758
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
8759
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
8760
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms)
8761
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.3ms)
8762
+
8763
+
8764
+ Started GET "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:31:00 -0300
8765
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
8766
+ Redirected to http://localhost:3000/aws_deploy/notifications
8767
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
8768
+
8769
+
8770
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:31:00 -0300
8771
+ Processing by AwsDeploy::NotificationsController#index as HTML
8772
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.1ms)
8773
+ Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
8774
+
8775
+
8776
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:31:02 -0300
8777
+
8778
+ ActionController::RoutingError (No route matches [POST] "/aws_deploy/notifications/send"):
8779
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
8780
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8781
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
8782
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
8783
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
8784
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
8785
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
8786
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
8787
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8788
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
8789
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
8790
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
8791
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8792
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
8793
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
8794
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
8795
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8796
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
8797
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
8798
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8799
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8800
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8801
+
8802
+
8803
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
8804
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms)
8805
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms)
8806
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.7ms)
8807
+
8808
+
8809
+ Started GET "/aws_deploy/notifications/sendn" for 127.0.0.1 at 2014-04-01 15:31:05 -0300
8810
+
8811
+ ActionController::RoutingError (No route matches [GET] "/aws_deploy/notifications/sendn"):
8812
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
8813
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
8814
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
8815
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
8816
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
8817
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
8818
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
8819
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
8820
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
8821
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
8822
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
8823
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
8824
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8825
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
8826
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
8827
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
8828
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
8829
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
8830
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
8831
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
8832
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
8833
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
8834
+
8835
+
8836
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
8837
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
8838
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
8839
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (14.4ms)
8840
+
8841
+
8842
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:31:16 -0300
8843
+ Processing by AwsDeploy::NotificationsController#index as HTML
8844
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.9ms)
8845
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
8846
+
8847
+
8848
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:31:17 -0300
8849
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
8850
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
8851
+ Redirected to http://localhost:3000/aws_deploy/notifications
8852
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
8853
+
8854
+
8855
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:31:17 -0300
8856
+ Processing by AwsDeploy::NotificationsController#index as HTML
8857
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.9ms)
8858
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
8859
+
8860
+
8861
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:31:18 -0300
8862
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
8863
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
8864
+ Redirected to http://localhost:3000/aws_deploy/notifications
8865
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
8866
+
8867
+
8868
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:31:18 -0300
8869
+ Processing by AwsDeploy::NotificationsController#index as HTML
8870
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.4ms)
8871
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
8872
+
8873
+
8874
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:31:19 -0300
8875
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
8876
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
8877
+ Redirected to http://localhost:3000/aws_deploy/notifications
8878
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
8879
+
8880
+
8881
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:31:19 -0300
8882
+ Processing by AwsDeploy::NotificationsController#index as HTML
8883
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.5ms)
8884
+ Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
8885
+
8886
+
8887
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:31:19 -0300
8888
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
8889
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
8890
+ Redirected to http://localhost:3000/aws_deploy/notifications
8891
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
8892
+
8893
+
8894
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:31:19 -0300
8895
+ Processing by AwsDeploy::NotificationsController#index as HTML
8896
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.0ms)
8897
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
8898
+
8899
+
8900
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:32:07 -0300
8901
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
8902
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
8903
+ Redirected to http://localhost:3000/aws_deploy/notifications
8904
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
8905
+
8906
+
8907
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:32:07 -0300
8908
+ Processing by AwsDeploy::NotificationsController#index as HTML
8909
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (3.1ms)
8910
+ Completed 200 OK in 42ms (Views: 42.2ms | ActiveRecord: 0.0ms)
8911
+
8912
+
8913
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:32:16 -0300
8914
+ Processing by AwsDeploy::NotificationsController#index as HTML
8915
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (2.6ms)
8916
+ Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
8917
+
8918
+
8919
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:32:17 -0300
8920
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
8921
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
8922
+ Redirected to http://localhost:3000/aws_deploy/notifications
8923
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
8924
+
8925
+
8926
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:32:17 -0300
8927
+ Processing by AwsDeploy::NotificationsController#index as HTML
8928
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.9ms)
8929
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
8930
+
8931
+
8932
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:32:32 -0300
8933
+ Processing by AwsDeploy::NotificationsController#index as HTML
8934
+ ERROR: compiling ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb___1471323715447369693_70252064858640 RAISED /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:4: syntax error, unexpected tIVAR, expecting ']'
8935
+ @output_buffer.safe_append='<hr>
8936
+ ^
8937
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:37: syntax error, unexpected keyword_ensure, expecting end-of-input
8938
+ Function body: def ___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb___1471323715447369693_70252064858640(local_assigns, output_buffer)
8939
+ _old_virtual_path, @virtual_path = @virtual_path, "aws_deploy/notifications/index";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_append='<h1>Notifications</h1>
8940
+
8941
+ ';if flash[:message
8942
+ @output_buffer.safe_append='<hr>
8943
+ <b>Message:</b> <br>
8944
+ <h2>';@output_buffer.append=( flash[:message]);@output_buffer.safe_append='</h2>
8945
+ <hr>
8946
+ ';end
8947
+ @output_buffer.safe_append='
8948
+
8949
+
8950
+ <h3>Pushbullet - API Keys</h3>
8951
+
8952
+ ';@output_buffer.append= form_tag(aws_deploy_notifications_send_path) do @output_buffer.safe_append='
8953
+
8954
+ <ul>
8955
+ ';
8956
+ api_keys = $aws_deploy["pushbullet"]["api_key"]
8957
+ keys = api_keys.split(" ")
8958
+
8959
+ @output_buffer.safe_append='
8960
+ '; keys.each_with_index do |k,i|
8961
+ @output_buffer.safe_append=' <li>
8962
+ ';@output_buffer.append= label_tag "item_#{i}", k do@output_buffer.safe_append='
8963
+ ';@output_buffer.append=( check_box_tag "item_#{i}", k, :checked );@output_buffer.safe_append='
8964
+ ';@output_buffer.append=( k);@output_buffer.safe_append='
8965
+ '; end
8966
+ @output_buffer.safe_append=' </li>
8967
+ '; end
8968
+ @output_buffer.safe_append='
8969
+ </ul>
8970
+
8971
+ <hr>
8972
+ <button class="sexybutton sexysimple"><span class="ok">Send Message</span></button>
8973
+
8974
+ ';end;@output_buffer.to_s
8975
+ ensure
8976
+ @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
8977
+ end
8978
+
8979
+ Backtrace: /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:299:in `module_eval'
8980
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:299:in `compile'
8981
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:248:in `block in compile!'
8982
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:236:in `synchronize'
8983
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:236:in `compile!'
8984
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:142:in `block in render'
8985
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:161:in `instrument'
8986
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/template.rb:141:in `render'
8987
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
8988
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
8989
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `block in instrument'
8990
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
8991
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `instrument'
8992
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
8993
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
8994
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
8995
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:47:in `render_template'
8996
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:17:in `render'
8997
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb:42:in `render_template'
8998
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb:23:in `render'
8999
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:127:in `_render_template'
9000
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/streaming.rb:219:in `_render_template'
9001
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:120:in `render_to_body'
9002
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:33:in `render_to_body'
9003
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/renderers.rb:26:in `render_to_body'
9004
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:97:in `render'
9005
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:16:in `render'
9006
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
9007
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
9008
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
9009
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/core_ext/benchmark.rb:12:in `ms'
9010
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:41:in `block in render'
9011
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
9012
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
9013
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:40:in `render'
9014
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
9015
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
9016
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/base.rb:189:in `process_action'
9017
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:10:in `process_action'
9018
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
9019
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:373:in `_run__2268917926853597223__process_action__callbacks'
9020
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:80:in `run_callbacks'
9021
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/callbacks.rb:17:in `process_action'
9022
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rescue.rb:29:in `process_action'
9023
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
9024
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `block in instrument'
9025
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
9026
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `instrument'
9027
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
9028
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
9029
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
9030
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/base.rb:136:in `process'
9031
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:44:in `process'
9032
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal.rb:195:in `dispatch'
9033
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
9034
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_controller/metal.rb:231:in `block in action'
9035
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:80:in `call'
9036
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
9037
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:48:in `call'
9038
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:71:in `block in call'
9039
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:59:in `each'
9040
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:59:in `call'
9041
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:655:in `call'
9042
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call'
9043
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call'
9044
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
9045
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
9046
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/flash.rb:241:in `call'
9047
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
9048
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
9049
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/cookies.rb:486:in `call'
9050
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/query_cache.rb:36:in `call'
9051
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
9052
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activerecord-4.0.0/lib/active_record/migration.rb:369:in `call'
9053
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
9054
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:373:in `_run__4240968414523484657__call__callbacks'
9055
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:80:in `run_callbacks'
9056
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9057
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/reloader.rb:64:in `call'
9058
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
9059
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
9060
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
9061
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:38:in `call_app'
9062
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:21:in `block in call'
9063
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:67:in `block in tagged'
9064
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:25:in `tagged'
9065
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:67:in `tagged'
9066
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/rack/logger.rb:21:in `call'
9067
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/request_id.rb:21:in `call'
9068
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
9069
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call'
9070
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/cache/strategy/local_cache.rb:83:in `call'
9071
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
9072
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/static.rb:64:in `call'
9073
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/engine.rb:511:in `call'
9074
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/application.rb:97:in `call'
9075
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
9076
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call'
9077
+ /usr/local/rvm/gems/ruby-2.0.0-p0/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service'
9078
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
9079
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
9080
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
9081
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (6.5ms)
9082
+ Completed 500 Internal Server Error in 8ms
9083
+
9084
+ ActionView::Template::Error (/Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:4: syntax error, unexpected tIVAR, expecting ']'
9085
+ @output_buffer.safe_append='<hr>
9086
+ ^
9087
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:37: syntax error, unexpected keyword_ensure, expecting end-of-input):
9088
+ 1: <h1>Notifications</h1>
9089
+ 2:
9090
+ 3: <%if flash[:message %>
9091
+ 4: <hr>
9092
+ 5: <b>Message:</b> <br>
9093
+ 6: <h2><%= flash[:message]%></h2>
9094
+ 7: <hr>
9095
+ actionpack (4.0.0) lib/action_view/template.rb:299:in `module_eval'
9096
+ actionpack (4.0.0) lib/action_view/template.rb:299:in `compile'
9097
+ actionpack (4.0.0) lib/action_view/template.rb:248:in `block in compile!'
9098
+ actionpack (4.0.0) lib/action_view/template.rb:236:in `synchronize'
9099
+ actionpack (4.0.0) lib/action_view/template.rb:236:in `compile!'
9100
+ actionpack (4.0.0) lib/action_view/template.rb:142:in `block in render'
9101
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
9102
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
9103
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
9104
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
9105
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
9106
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
9107
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
9108
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
9109
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
9110
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
9111
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
9112
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
9113
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
9114
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
9115
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
9116
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
9117
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
9118
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
9119
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
9120
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
9121
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
9122
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
9123
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
9124
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
9125
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
9126
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
9127
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
9128
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
9129
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
9130
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
9131
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
9132
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
9133
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
9134
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
9135
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2268917926853597223__process_action__callbacks'
9136
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
9137
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
9138
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
9139
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
9140
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
9141
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
9142
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
9143
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
9144
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
9145
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
9146
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
9147
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
9148
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
9149
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
9150
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
9151
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
9152
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
9153
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
9154
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
9155
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
9156
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
9157
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
9158
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
9159
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
9160
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
9161
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
9162
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
9163
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
9164
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
9165
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
9166
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
9167
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
9168
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
9169
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
9170
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__4240968414523484657__call__callbacks'
9171
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
9172
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9173
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
9174
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
9175
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
9176
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
9177
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
9178
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
9179
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
9180
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
9181
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
9182
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
9183
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
9184
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
9185
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
9186
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
9187
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
9188
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
9189
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
9190
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
9191
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
9192
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
9193
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
9194
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
9195
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
9196
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
9197
+
9198
+
9199
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
9200
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
9201
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.1ms)
9202
+
9203
+
9204
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:32:38 -0300
9205
+ Processing by AwsDeploy::NotificationsController#index as HTML
9206
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.5ms)
9207
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
9208
+
9209
+
9210
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:32:39 -0300
9211
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9212
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
9213
+ Redirected to http://localhost:3000/aws_deploy/notifications
9214
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9215
+
9216
+
9217
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:32:39 -0300
9218
+ Processing by AwsDeploy::NotificationsController#index as HTML
9219
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.6ms)
9220
+ Completed 200 OK in 4ms (Views: 4.3ms | ActiveRecord: 0.0ms)
9221
+
9222
+
9223
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:32:45 -0300
9224
+ Processing by AwsDeploy::NotificationsController#index as HTML
9225
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.0ms)
9226
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
9227
+
9228
+
9229
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:33:05 -0300
9230
+ Processing by AwsDeploy::NotificationsController#index as HTML
9231
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.8ms)
9232
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
9233
+
9234
+
9235
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:33:06 -0300
9236
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9237
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
9238
+ Redirected to http://localhost:3000/aws_deploy/notifications
9239
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9240
+
9241
+
9242
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:33:06 -0300
9243
+ Processing by AwsDeploy::NotificationsController#index as HTML
9244
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.0ms)
9245
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
9246
+
9247
+
9248
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:33:22 -0300
9249
+ Processing by AwsDeploy::NotificationsController#index as HTML
9250
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.0ms)
9251
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
9252
+
9253
+
9254
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:33:25 -0300
9255
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9256
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
9257
+ Redirected to http://localhost:3000/aws_deploy/notifications
9258
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9259
+
9260
+
9261
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:33:25 -0300
9262
+ Processing by AwsDeploy::NotificationsController#index as HTML
9263
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.4ms)
9264
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
9265
+
9266
+
9267
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:33:35 -0300
9268
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9269
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
9270
+ Redirected to http://localhost:3000/aws_deploy/notifications
9271
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9272
+
9273
+
9274
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:33:35 -0300
9275
+ Processing by AwsDeploy::NotificationsController#index as HTML
9276
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.0ms)
9277
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
9278
+
9279
+
9280
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:33:49 -0300
9281
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9282
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
9283
+ Redirected to http://localhost:3000/aws_deploy/notifications
9284
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
9285
+
9286
+
9287
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:33:49 -0300
9288
+ Processing by AwsDeploy::NotificationsController#index as HTML
9289
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.8ms)
9290
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
9291
+
9292
+
9293
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:34:13 -0300
9294
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9295
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
9296
+ Redirected to http://localhost:3000/aws_deploy/notifications
9297
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9298
+
9299
+
9300
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:34:13 -0300
9301
+ Processing by AwsDeploy::NotificationsController#index as HTML
9302
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.5ms)
9303
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
9304
+
9305
+
9306
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:34:14 -0300
9307
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9308
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
9309
+ Redirected to http://localhost:3000/aws_deploy/notifications
9310
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9311
+
9312
+
9313
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:34:14 -0300
9314
+ Processing by AwsDeploy::NotificationsController#index as HTML
9315
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.4ms)
9316
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
9317
+
9318
+
9319
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:34:15 -0300
9320
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9321
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
9322
+ Redirected to http://localhost:3000/aws_deploy/notifications
9323
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9324
+
9325
+
9326
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:34:15 -0300
9327
+ Processing by AwsDeploy::NotificationsController#index as HTML
9328
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.9ms)
9329
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
9330
+
9331
+
9332
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:46:15 -0300
9333
+ Processing by AwsDeploy::NotificationsController#index as HTML
9334
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.2ms)
9335
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
9336
+
9337
+
9338
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 15:46:17 -0300
9339
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9340
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
9341
+ Redirected to http://localhost:3000/aws_deploy/notifications
9342
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
9343
+
9344
+
9345
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 15:46:17 -0300
9346
+ Processing by AwsDeploy::NotificationsController#index as HTML
9347
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.9ms)
9348
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
9349
+
9350
+
9351
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:05:44 -0300
9352
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9353
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
9354
+ Redirected to http://localhost:3000/aws_deploy/notifications
9355
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9356
+
9357
+
9358
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:05:44 -0300
9359
+ Processing by AwsDeploy::NotificationsController#index as HTML
9360
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.9ms)
9361
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
9362
+
9363
+
9364
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:07:12 -0300
9365
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9366
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
9367
+ Redirected to http://localhost:3000/aws_deploy/notifications
9368
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
9369
+
9370
+
9371
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:07:12 -0300
9372
+ Processing by AwsDeploy::NotificationsController#index as HTML
9373
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.7ms)
9374
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
9375
+
9376
+
9377
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:08:31 -0300
9378
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9379
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
9380
+ Redirected to http://localhost:3000/aws_deploy/notifications
9381
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
9382
+
9383
+
9384
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:08:31 -0300
9385
+ Processing by AwsDeploy::NotificationsController#index as HTML
9386
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.4ms)
9387
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
9388
+
9389
+
9390
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:08:56 -0300
9391
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9392
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]"}
9393
+ Redirected to http://localhost:3000/aws_deploy/notifications
9394
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9395
+
9396
+
9397
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:08:56 -0300
9398
+ Processing by AwsDeploy::NotificationsController#index as HTML
9399
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.4ms)
9400
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
9401
+
9402
+
9403
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:09:07 -0300
9404
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9405
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]"}
9406
+ Redirected to http://localhost:3000/aws_deploy/notifications
9407
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
9408
+
9409
+
9410
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:09:07 -0300
9411
+ Processing by AwsDeploy::NotificationsController#index as HTML
9412
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.7ms)
9413
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
9414
+
9415
+
9416
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:09:24 -0300
9417
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9418
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
9419
+ Redirected to http://localhost:3000/aws_deploy/notifications
9420
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9421
+
9422
+
9423
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:09:24 -0300
9424
+ Processing by AwsDeploy::NotificationsController#index as HTML
9425
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.2ms)
9426
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
9427
+
9428
+
9429
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:09:36 -0300
9430
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9431
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
9432
+ Completed 500 Internal Server Error in 0ms
9433
+
9434
+ NoMethodError (undefined method `start_with' for #<Array:0x007fc9ab5b1f90>):
9435
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/controllers/aws_deploy/notifications_controller.rb:17:in `sendn'
9436
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
9437
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
9438
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
9439
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
9440
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2268917926853597223__process_action__callbacks'
9441
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
9442
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
9443
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
9444
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
9445
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
9446
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
9447
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
9448
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
9449
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
9450
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
9451
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
9452
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
9453
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
9454
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
9455
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
9456
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
9457
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
9458
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
9459
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
9460
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
9461
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
9462
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
9463
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
9464
+ rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
9465
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
9466
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
9467
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
9468
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
9469
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
9470
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
9471
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
9472
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
9473
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
9474
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
9475
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__4240968414523484657__call__callbacks'
9476
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
9477
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9478
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
9479
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
9480
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
9481
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
9482
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
9483
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
9484
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
9485
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
9486
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
9487
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
9488
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
9489
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
9490
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
9491
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
9492
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
9493
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
9494
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
9495
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
9496
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
9497
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
9498
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
9499
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
9500
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
9501
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
9502
+
9503
+
9504
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
9505
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
9506
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms)
9507
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.4ms)
9508
+
9509
+
9510
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:09:52 -0300
9511
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9512
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
9513
+ Completed 500 Internal Server Error in 0ms
9514
+
9515
+ NoMethodError (undefined method `starts_with' for #<Array:0x007fc9aab66748>):
9516
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/controllers/aws_deploy/notifications_controller.rb:17:in `sendn'
9517
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
9518
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
9519
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
9520
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
9521
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2268917926853597223__process_action__callbacks'
9522
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
9523
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
9524
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
9525
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
9526
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
9527
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
9528
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
9529
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
9530
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
9531
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
9532
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
9533
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
9534
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
9535
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
9536
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
9537
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
9538
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
9539
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
9540
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
9541
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
9542
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
9543
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
9544
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
9545
+ rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
9546
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
9547
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
9548
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
9549
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
9550
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
9551
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
9552
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
9553
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
9554
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
9555
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
9556
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__4240968414523484657__call__callbacks'
9557
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
9558
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9559
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
9560
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
9561
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
9562
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
9563
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
9564
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
9565
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
9566
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
9567
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
9568
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
9569
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
9570
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
9571
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
9572
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
9573
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
9574
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
9575
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
9576
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
9577
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
9578
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
9579
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
9580
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
9581
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
9582
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
9583
+
9584
+
9585
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
9586
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
9587
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms)
9588
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.6ms)
9589
+
9590
+
9591
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:10:40 -0300
9592
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9593
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
9594
+ Redirected to http://localhost:3000/aws_deploy/notifications
9595
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9596
+
9597
+
9598
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:10:40 -0300
9599
+ Processing by AwsDeploy::NotificationsController#index as HTML
9600
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.6ms)
9601
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
9602
+
9603
+
9604
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:10:45 -0300
9605
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9606
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]"}
9607
+ Redirected to http://localhost:3000/aws_deploy/notifications
9608
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9609
+
9610
+
9611
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:10:45 -0300
9612
+ Processing by AwsDeploy::NotificationsController#index as HTML
9613
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.9ms)
9614
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
9615
+
9616
+
9617
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:10:52 -0300
9618
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9619
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]"}
9620
+ Redirected to http://localhost:3000/aws_deploy/notifications
9621
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9622
+
9623
+
9624
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:10:52 -0300
9625
+ Processing by AwsDeploy::NotificationsController#index as HTML
9626
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.8ms)
9627
+ Completed 200 OK in 2ms (Views: 2.4ms | ActiveRecord: 0.0ms)
9628
+
9629
+
9630
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:10:58 -0300
9631
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9632
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_1"=>"1111111111"}
9633
+ Redirected to http://localhost:3000/aws_deploy/notifications
9634
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9635
+
9636
+
9637
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:10:58 -0300
9638
+ Processing by AwsDeploy::NotificationsController#index as HTML
9639
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.9ms)
9640
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
9641
+
9642
+
9643
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:11:01 -0300
9644
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9645
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS[Chrome][Marcio]", "item_1"=>"1111111111"}
9646
+ Redirected to http://localhost:3000/aws_deploy/notifications
9647
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9648
+
9649
+
9650
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:11:01 -0300
9651
+ Processing by AwsDeploy::NotificationsController#index as HTML
9652
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.9ms)
9653
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
9654
+
9655
+
9656
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:23:58 -0300
9657
+ Processing by AwsDeploy::NotificationsController#index as HTML
9658
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (23.4ms)
9659
+ Completed 200 OK in 31ms (Views: 31.0ms | ActiveRecord: 0.0ms)
9660
+
9661
+
9662
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:24:00 -0300
9663
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9664
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio", "item_1"=>"1111111111"}
9665
+ Redirected to http://localhost:3000/aws_deploy/notifications
9666
+ Completed 302 Found in 1851ms (ActiveRecord: 0.0ms)
9667
+
9668
+
9669
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:24:02 -0300
9670
+ Processing by AwsDeploy::NotificationsController#index as HTML
9671
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.5ms)
9672
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
9673
+
9674
+
9675
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:25:18 -0300
9676
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9677
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio"}
9678
+ Redirected to http://localhost:3000/aws_deploy/notifications
9679
+ Completed 302 Found in 1069ms (ActiveRecord: 0.0ms)
9680
+
9681
+
9682
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:25:19 -0300
9683
+ Processing by AwsDeploy::NotificationsController#index as HTML
9684
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.7ms)
9685
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
9686
+
9687
+
9688
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:25:36 -0300
9689
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9690
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio"}
9691
+ Completed 500 Internal Server Error in 612ms
9692
+
9693
+ TypeError (no implicit conversion of String into Integer):
9694
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/controllers/aws_deploy/notifications_controller.rb:46:in `[]'
9695
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/controllers/aws_deploy/notifications_controller.rb:46:in `block in _sendn'
9696
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/controllers/aws_deploy/notifications_controller.rb:45:in `each'
9697
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/controllers/aws_deploy/notifications_controller.rb:45:in `_sendn'
9698
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/controllers/aws_deploy/notifications_controller.rb:21:in `block in sendn'
9699
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/controllers/aws_deploy/notifications_controller.rb:17:in `each'
9700
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/controllers/aws_deploy/notifications_controller.rb:17:in `sendn'
9701
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
9702
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
9703
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
9704
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
9705
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2362876916679081420__process_action__callbacks'
9706
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
9707
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
9708
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
9709
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
9710
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
9711
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
9712
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
9713
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
9714
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
9715
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
9716
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
9717
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
9718
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
9719
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
9720
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
9721
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
9722
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
9723
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
9724
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
9725
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
9726
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
9727
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
9728
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
9729
+ rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
9730
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
9731
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
9732
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
9733
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
9734
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
9735
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
9736
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
9737
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
9738
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
9739
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
9740
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1914011948948927590__call__callbacks'
9741
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
9742
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9743
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
9744
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
9745
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
9746
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
9747
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
9748
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
9749
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
9750
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
9751
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
9752
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
9753
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
9754
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
9755
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
9756
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
9757
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
9758
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
9759
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
9760
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
9761
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
9762
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
9763
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
9764
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
9765
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
9766
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
9767
+
9768
+
9769
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
9770
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
9771
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
9772
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.6ms)
9773
+
9774
+
9775
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:25:51 -0300
9776
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9777
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio"}
9778
+ Completed 500 Internal Server Error in 911ms
9779
+
9780
+ TypeError (no implicit conversion of Symbol into Integer):
9781
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/controllers/aws_deploy/notifications_controller.rb:46:in `[]'
9782
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/controllers/aws_deploy/notifications_controller.rb:46:in `block in _sendn'
9783
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/controllers/aws_deploy/notifications_controller.rb:45:in `each'
9784
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/controllers/aws_deploy/notifications_controller.rb:45:in `_sendn'
9785
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/controllers/aws_deploy/notifications_controller.rb:21:in `block in sendn'
9786
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/controllers/aws_deploy/notifications_controller.rb:17:in `each'
9787
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/controllers/aws_deploy/notifications_controller.rb:17:in `sendn'
9788
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
9789
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
9790
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
9791
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
9792
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2362876916679081420__process_action__callbacks'
9793
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
9794
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
9795
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
9796
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
9797
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
9798
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
9799
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
9800
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
9801
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
9802
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
9803
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
9804
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
9805
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
9806
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
9807
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
9808
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
9809
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
9810
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
9811
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
9812
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
9813
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
9814
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
9815
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
9816
+ rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
9817
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
9818
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
9819
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
9820
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
9821
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
9822
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
9823
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
9824
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
9825
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
9826
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
9827
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1914011948948927590__call__callbacks'
9828
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
9829
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
9830
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
9831
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
9832
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
9833
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
9834
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
9835
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
9836
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
9837
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
9838
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
9839
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
9840
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
9841
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
9842
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
9843
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
9844
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
9845
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
9846
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
9847
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
9848
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
9849
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
9850
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
9851
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
9852
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
9853
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
9854
+
9855
+
9856
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
9857
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
9858
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
9859
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.2ms)
9860
+
9861
+
9862
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:26:00 -0300
9863
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9864
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio"}
9865
+ Redirected to http://localhost:3000/aws_deploy/notifications
9866
+ Completed 302 Found in 662ms (ActiveRecord: 0.0ms)
9867
+
9868
+
9869
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:26:01 -0300
9870
+ Processing by AwsDeploy::NotificationsController#index as HTML
9871
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.8ms)
9872
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
9873
+
9874
+
9875
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:26:08 -0300
9876
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9877
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio"}
9878
+ Redirected to http://localhost:3000/aws_deploy/notifications
9879
+ Completed 302 Found in 897ms (ActiveRecord: 0.0ms)
9880
+
9881
+
9882
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:26:09 -0300
9883
+ Processing by AwsDeploy::NotificationsController#index as HTML
9884
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.1ms)
9885
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
9886
+
9887
+
9888
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:26:47 -0300
9889
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9890
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio"}
9891
+ Redirected to http://localhost:3000/aws_deploy/notifications
9892
+ Completed 302 Found in 1071ms (ActiveRecord: 0.0ms)
9893
+
9894
+
9895
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:26:48 -0300
9896
+ Processing by AwsDeploy::NotificationsController#index as HTML
9897
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.0ms)
9898
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
9899
+
9900
+
9901
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:27:56 -0300
9902
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9903
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio"}
9904
+ Redirected to http://localhost:3000/aws_deploy/notifications
9905
+ Completed 302 Found in 735ms (ActiveRecord: 0.0ms)
9906
+
9907
+
9908
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:27:57 -0300
9909
+ Processing by AwsDeploy::NotificationsController#index as HTML
9910
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.2ms)
9911
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
9912
+
9913
+
9914
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:28:10 -0300
9915
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9916
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio"}
9917
+ Redirected to http://localhost:3000/aws_deploy/notifications
9918
+ Completed 302 Found in 965ms (ActiveRecord: 0.0ms)
9919
+
9920
+
9921
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:28:11 -0300
9922
+ Processing by AwsDeploy::NotificationsController#index as HTML
9923
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.1ms)
9924
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
9925
+
9926
+
9927
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:30:20 -0300
9928
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9929
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio"}
9930
+ Redirected to http://localhost:3000/aws_deploy/notifications
9931
+ Completed 302 Found in 1224ms (ActiveRecord: 0.0ms)
9932
+
9933
+
9934
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:30:22 -0300
9935
+ Processing by AwsDeploy::NotificationsController#index as HTML
9936
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.1ms)
9937
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
9938
+
9939
+
9940
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 16:30:36 -0300
9941
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9942
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio"}
9943
+ Redirected to http://localhost:3000/aws_deploy/notifications
9944
+ Completed 302 Found in 714ms (ActiveRecord: 0.0ms)
9945
+
9946
+
9947
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 16:30:37 -0300
9948
+ Processing by AwsDeploy::NotificationsController#index as HTML
9949
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.1ms)
9950
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
9951
+
9952
+
9953
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 17:07:40 -0300
9954
+ Processing by AwsDeploy::NotificationsController#index as HTML
9955
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.9ms)
9956
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
9957
+
9958
+
9959
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 17:07:44 -0300
9960
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9961
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio"}
9962
+ Redirected to http://localhost:3000/aws_deploy/notifications
9963
+ Completed 302 Found in 2020ms (ActiveRecord: 0.0ms)
9964
+
9965
+
9966
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 17:07:46 -0300
9967
+ Processing by AwsDeploy::NotificationsController#index as HTML
9968
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.4ms)
9969
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
9970
+
9971
+
9972
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 17:12:22 -0300
9973
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9974
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio"}
9975
+ Redirected to http://localhost:3000/aws_deploy/notifications
9976
+ Completed 302 Found in 3303ms (ActiveRecord: 0.0ms)
9977
+
9978
+
9979
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 17:12:25 -0300
9980
+ Processing by AwsDeploy::NotificationsController#index as HTML
9981
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (2.8ms)
9982
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
9983
+
9984
+
9985
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 17:12:47 -0300
9986
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
9987
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio", "item_1"=>"1111111111"}
9988
+ Redirected to http://localhost:3000/aws_deploy/notifications
9989
+ Completed 302 Found in 2585ms (ActiveRecord: 0.0ms)
9990
+
9991
+
9992
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 17:12:49 -0300
9993
+ Processing by AwsDeploy::NotificationsController#index as HTML
9994
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.6ms)
9995
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
9996
+
9997
+
9998
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 17:12:55 -0300
9999
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
10000
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio"}
10001
+ Redirected to http://localhost:3000/aws_deploy/notifications
10002
+ Completed 302 Found in 1564ms (ActiveRecord: 0.0ms)
10003
+
10004
+
10005
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 17:12:57 -0300
10006
+ Processing by AwsDeploy::NotificationsController#index as HTML
10007
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.5ms)
10008
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
10009
+
10010
+
10011
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 17:13:02 -0300
10012
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
10013
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio"}
10014
+ Redirected to http://localhost:3000/aws_deploy/notifications
10015
+ Completed 302 Found in 2037ms (ActiveRecord: 0.0ms)
10016
+
10017
+
10018
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 17:13:04 -0300
10019
+ Processing by AwsDeploy::NotificationsController#index as HTML
10020
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.4ms)
10021
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
10022
+
10023
+
10024
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-01 17:42:41 -0300
10025
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
10026
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mn6Com0bNpjPNhPWhqL0soFIhQjkWRQB4nppKb2WbHI=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio"}
10027
+ Redirected to http://localhost:3000/aws_deploy/notifications
10028
+ Completed 302 Found in 3073ms (ActiveRecord: 0.0ms)
10029
+
10030
+
10031
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-01 17:42:44 -0300
10032
+ Processing by AwsDeploy::NotificationsController#index as HTML
10033
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.6ms)
10034
+ Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)
10035
+
10036
+
10037
+ Started GET "/" for 127.0.0.1 at 2014-04-04 17:15:00 -0300
10038
+ Processing by Rails::WelcomeController#index as HTML
10039
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/templates/rails/welcome/index.html.erb (3.8ms)
10040
+ Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.0ms)
10041
+
10042
+
10043
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-04 17:15:06 -0300
10044
+ Processing by AwsDeploy::NotificationsController#index as HTML
10045
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (47.4ms)
10046
+ Completed 500 Internal Server Error in 56ms
10047
+
10048
+ ActionView::Template::Error (undefined method `empty?' for nil:NilClass):
10049
+ 8: <% end %>
10050
+ 9:
10051
+ 10:
10052
+ 11: <%if !flash[:errors].empty? %>
10053
+ 12: <b>Errors:</b> <br>
10054
+ 13: <h2><%= flash[:errors]%></h2>
10055
+ 14: <hr>
10056
+ /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb:11:in `___sers_marciog__ropbox_____projects_aws_deploy_app_views_aws_deploy_notifications_index_html_erb__3406459031525705018_70128253715100'
10057
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
10058
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
10059
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
10060
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
10061
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
10062
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
10063
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
10064
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
10065
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
10066
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
10067
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
10068
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
10069
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
10070
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
10071
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
10072
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
10073
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
10074
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
10075
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
10076
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
10077
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
10078
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
10079
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
10080
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
10081
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
10082
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
10083
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
10084
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
10085
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
10086
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
10087
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
10088
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
10089
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
10090
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
10091
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
10092
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1850707364494761243__process_action__callbacks'
10093
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
10094
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
10095
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
10096
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
10097
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
10098
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
10099
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
10100
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
10101
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
10102
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
10103
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
10104
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
10105
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
10106
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
10107
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
10108
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
10109
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
10110
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
10111
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
10112
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
10113
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
10114
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
10115
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
10116
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
10117
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
10118
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
10119
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
10120
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
10121
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
10122
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
10123
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
10124
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
10125
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
10126
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
10127
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__4106180226963519272__call__callbacks'
10128
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
10129
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
10130
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
10131
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
10132
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
10133
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
10134
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
10135
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
10136
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
10137
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
10138
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
10139
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
10140
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
10141
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
10142
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
10143
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
10144
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
10145
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
10146
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
10147
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
10148
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
10149
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
10150
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
10151
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
10152
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
10153
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
10154
+
10155
+
10156
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.2ms)
10157
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
10158
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.9ms)
10159
+
10160
+
10161
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-04 17:15:26 -0300
10162
+ Processing by AwsDeploy::NotificationsController#index as HTML
10163
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (2.8ms)
10164
+ Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms)
10165
+
10166
+
10167
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-04 17:15:31 -0300
10168
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
10169
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"3vCmEP0d7JNkeRZ2fvryq5dPkbRRIhs2rg+8sMubQIc=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio"}
10170
+ Redirected to http://localhost:3000/aws_deploy/notifications
10171
+ Completed 302 Found in 4297ms (ActiveRecord: 0.0ms)
10172
+
10173
+
10174
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-04 17:15:35 -0300
10175
+ Processing by AwsDeploy::NotificationsController#index as HTML
10176
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.4ms)
10177
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
10178
+
10179
+
10180
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-04 17:15:50 -0300
10181
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
10182
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"3vCmEP0d7JNkeRZ2fvryq5dPkbRRIhs2rg+8sMubQIc=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio", "item_1"=>"1111111111"}
10183
+ Redirected to http://localhost:3000/aws_deploy/notifications
10184
+ Completed 302 Found in 2941ms (ActiveRecord: 0.0ms)
10185
+
10186
+
10187
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-04 17:15:53 -0300
10188
+ Processing by AwsDeploy::NotificationsController#index as HTML
10189
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.8ms)
10190
+ Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
10191
+
10192
+
10193
+ Started GET "/aws_deploy/" for 127.0.0.1 at 2014-04-04 17:16:57 -0300
10194
+ Processing by AwsDeploy::IndexController#index as HTML
10195
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (12.9ms)
10196
+ Completed 200 OK in 20ms (Views: 19.5ms | ActiveRecord: 0.0ms)
10197
+
10198
+
10199
+ Started GET "/aws_deploy/" for 127.0.0.1 at 2014-04-04 17:17:51 -0300
10200
+ Processing by AwsDeploy::IndexController#index as HTML
10201
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.5ms)
10202
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (18.5ms)
10203
+ Completed 200 OK in 25ms (Views: 24.9ms | ActiveRecord: 0.0ms)
10204
+
10205
+
10206
+ Started GET "/aws_deploy/" for 127.0.0.1 at 2014-04-04 17:20:32 -0300
10207
+ Processing by AwsDeploy::IndexController#index as HTML
10208
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.7ms)
10209
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (5.0ms)
10210
+ Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms)
10211
+
10212
+
10213
+ Started GET "/aws_deploy/" for 127.0.0.1 at 2014-04-04 17:20:53 -0300
10214
+ Processing by AwsDeploy::IndexController#index as HTML
10215
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.8ms)
10216
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (3.8ms)
10217
+ Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
10218
+
10219
+
10220
+ Started GET "/aws_deploy/" for 127.0.0.1 at 2014-04-04 17:20:58 -0300
10221
+ Processing by AwsDeploy::IndexController#index as HTML
10222
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.9ms)
10223
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (6.4ms)
10224
+ Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.0ms)
10225
+
10226
+
10227
+ Started GET "/aws_deploy/" for 127.0.0.1 at 2014-04-04 17:21:04 -0300
10228
+ Processing by AwsDeploy::IndexController#index as HTML
10229
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.8ms)
10230
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (3.6ms)
10231
+ Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
10232
+
10233
+
10234
+ Started GET "/aws_deploy/" for 127.0.0.1 at 2014-04-04 17:21:13 -0300
10235
+ Processing by AwsDeploy::IndexController#index as HTML
10236
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.7ms)
10237
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (3.2ms)
10238
+ Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
10239
+
10240
+
10241
+ Started GET "/aws_deploy/" for 127.0.0.1 at 2014-04-04 17:21:26 -0300
10242
+ Processing by AwsDeploy::IndexController#index as HTML
10243
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.9ms)
10244
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (3.8ms)
10245
+ Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)
10246
+
10247
+
10248
+ Started GET "/aws_deploy/" for 127.0.0.1 at 2014-04-04 17:21:31 -0300
10249
+ Processing by AwsDeploy::IndexController#index as HTML
10250
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.9ms)
10251
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (4.1ms)
10252
+ Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)
10253
+
10254
+
10255
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-04 17:21:32 -0300
10256
+ Processing by AwsDeploy::NotificationsController#index as HTML
10257
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (2.8ms)
10258
+ Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
10259
+
10260
+
10261
+ Started GET "/aws_deploy/" for 127.0.0.1 at 2014-04-04 17:22:19 -0300
10262
+ Processing by AwsDeploy::IndexController#index as HTML
10263
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.9ms)
10264
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (3.6ms)
10265
+ Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
10266
+
10267
+
10268
+ Started GET "/aws_deploy/" for 127.0.0.1 at 2014-04-04 17:22:28 -0300
10269
+ Processing by AwsDeploy::IndexController#index as HTML
10270
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (1.1ms)
10271
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (3.4ms)
10272
+ Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
10273
+
10274
+
10275
+ Started GET "/aws_deploy/" for 127.0.0.1 at 2014-04-04 17:22:57 -0300
10276
+ Processing by AwsDeploy::IndexController#index as HTML
10277
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (1.2ms)
10278
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (5.9ms)
10279
+ Completed 200 OK in 20ms (Views: 18.9ms | ActiveRecord: 0.0ms)
10280
+
10281
+
10282
+ Started GET "/aws_deploy/" for 127.0.0.1 at 2014-04-04 17:25:24 -0300
10283
+ Processing by AwsDeploy::IndexController#index as HTML
10284
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (1.1ms)
10285
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (4.3ms)
10286
+ Completed 200 OK in 51ms (Views: 50.3ms | ActiveRecord: 0.0ms)
10287
+
10288
+
10289
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-04 17:25:26 -0300
10290
+ Processing by AwsDeploy::NotificationsController#index as HTML
10291
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.5ms)
10292
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
10293
+
10294
+
10295
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-04 17:25:27 -0300
10296
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
10297
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"3vCmEP0d7JNkeRZ2fvryq5dPkbRRIhs2rg+8sMubQIc=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio", "item_1"=>"1111111111"}
10298
+ Redirected to http://localhost:3000/aws_deploy/notifications
10299
+ Completed 302 Found in 2844ms (ActiveRecord: 0.0ms)
10300
+
10301
+
10302
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-04 17:25:30 -0300
10303
+ Processing by AwsDeploy::NotificationsController#index as HTML
10304
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.2ms)
10305
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
10306
+
10307
+
10308
+ Started GET "/aws_deploy/" for 127.0.0.1 at 2014-04-04 17:26:27 -0300
10309
+ Processing by AwsDeploy::IndexController#index as HTML
10310
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.1ms)
10311
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (2.9ms)
10312
+ Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
10313
+
10314
+
10315
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-04 17:26:28 -0300
10316
+ Processing by AwsDeploy::NotificationsController#index as HTML
10317
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (2.6ms)
10318
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
10319
+
10320
+
10321
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-04 17:26:30 -0300
10322
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
10323
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"3vCmEP0d7JNkeRZ2fvryq5dPkbRRIhs2rg+8sMubQIc=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio", "item_1"=>"1111111111"}
10324
+ Redirected to http://localhost:3000/aws_deploy/notifications
10325
+ Completed 302 Found in 2699ms (ActiveRecord: 0.0ms)
10326
+
10327
+
10328
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-04 17:26:33 -0300
10329
+ Processing by AwsDeploy::NotificationsController#index as HTML
10330
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.5ms)
10331
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
10332
+
10333
+
10334
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-04 17:26:41 -0300
10335
+ Processing by AwsDeploy::NotificationsController#index as HTML
10336
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (2.5ms)
10337
+ Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
10338
+
10339
+
10340
+ Started GET "/aws_deploy" for 127.0.0.1 at 2014-04-04 17:26:43 -0300
10341
+ Processing by AwsDeploy::IndexController#index as HTML
10342
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.2ms)
10343
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (3.6ms)
10344
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
10345
+
10346
+
10347
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-04 17:26:47 -0300
10348
+ Processing by AwsDeploy::NotificationsController#index as HTML
10349
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.8ms)
10350
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
10351
+
10352
+
10353
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-04 17:26:53 -0300
10354
+ Processing by AwsDeploy::NotificationsController#index as HTML
10355
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (3.1ms)
10356
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
10357
+
10358
+
10359
+ Started GET "/aws_deploy" for 127.0.0.1 at 2014-04-04 17:26:55 -0300
10360
+ Processing by AwsDeploy::IndexController#index as HTML
10361
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.2ms)
10362
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (3.8ms)
10363
+ Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)
10364
+
10365
+
10366
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-04 17:26:57 -0300
10367
+ Processing by AwsDeploy::NotificationsController#index as HTML
10368
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.7ms)
10369
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
10370
+
10371
+
10372
+ Started GET "/aws_deploy" for 127.0.0.1 at 2014-04-04 17:27:00 -0300
10373
+ Processing by AwsDeploy::IndexController#index as HTML
10374
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.3ms)
10375
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (4.8ms)
10376
+ Completed 200 OK in 19ms (Views: 18.9ms | ActiveRecord: 0.0ms)
10377
+
10378
+
10379
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-04 17:27:02 -0300
10380
+ Processing by AwsDeploy::NotificationsController#index as HTML
10381
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.5ms)
10382
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
10383
+
10384
+
10385
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-04 17:27:03 -0300
10386
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
10387
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"3vCmEP0d7JNkeRZ2fvryq5dPkbRRIhs2rg+8sMubQIc=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio", "item_1"=>"1111111111"}
10388
+ Redirected to http://localhost:3000/aws_deploy/notifications
10389
+ Completed 302 Found in 4354ms (ActiveRecord: 0.0ms)
10390
+
10391
+
10392
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-04 17:27:07 -0300
10393
+ Processing by AwsDeploy::NotificationsController#index as HTML
10394
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.5ms)
10395
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
10396
+
10397
+
10398
+ Started GET "/aws_deploy" for 127.0.0.1 at 2014-04-04 17:27:10 -0300
10399
+ Processing by AwsDeploy::IndexController#index as HTML
10400
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.2ms)
10401
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (3.6ms)
10402
+ Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
10403
+
10404
+
10405
+ Started GET "/aws_deploy" for 127.0.0.1 at 2014-04-24 18:34:39 -0300
10406
+ Processing by AwsDeploy::IndexController#index as HTML
10407
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.7ms)
10408
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (60.7ms)
10409
+ Completed 200 OK in 84ms (Views: 83.5ms | ActiveRecord: 0.0ms)
10410
+
10411
+
10412
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-24 18:34:47 -0300
10413
+ Processing by AwsDeploy::NotificationsController#index as HTML
10414
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.5ms)
10415
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
10416
+
10417
+
10418
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-24 18:34:50 -0300
10419
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
10420
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"X3btWGlyCSwP78EH6FPBKZJ74seLfsfL9DuRrRTIjxU=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio"}
10421
+ Redirected to http://localhost:3000/aws_deploy/notifications
10422
+ Completed 302 Found in 1912ms (ActiveRecord: 0.0ms)
10423
+
10424
+
10425
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-24 18:34:52 -0300
10426
+ Processing by AwsDeploy::NotificationsController#index as HTML
10427
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.9ms)
10428
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
10429
+
10430
+
10431
+ Started GET "/aws_deploy" for 127.0.0.1 at 2014-04-24 18:35:02 -0300
10432
+ Processing by AwsDeploy::IndexController#index as HTML
10433
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.1ms)
10434
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (1.9ms)
10435
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
10436
+
10437
+
10438
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-24 18:35:09 -0300
10439
+ Processing by AwsDeploy::NotificationsController#index as HTML
10440
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.2ms)
10441
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
10442
+
10443
+
10444
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-24 18:35:13 -0300
10445
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
10446
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"X3btWGlyCSwP78EH6FPBKZJ74seLfsfL9DuRrRTIjxU=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|Marcio", "item_1"=>"1111111111"}
10447
+ Redirected to http://localhost:3000/aws_deploy/notifications
10448
+ Completed 302 Found in 2020ms (ActiveRecord: 0.0ms)
10449
+
10450
+
10451
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-24 18:35:15 -0300
10452
+ Processing by AwsDeploy::NotificationsController#index as HTML
10453
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.9ms)
10454
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
10455
+
10456
+
10457
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-24 18:40:49 -0300
10458
+ Processing by AwsDeploy::NotificationsController#index as HTML
10459
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (17.9ms)
10460
+ Completed 200 OK in 24ms (Views: 23.4ms | ActiveRecord: 0.0ms)
10461
+
10462
+
10463
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-24 18:40:54 -0300
10464
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
10465
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"X3btWGlyCSwP78EH6FPBKZJ74seLfsfL9DuRrRTIjxU=", "item_1"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|XT1033|MG.MotoG"}
10466
+ Redirected to http://localhost:3000/aws_deploy/notifications
10467
+ Completed 302 Found in 1696ms (ActiveRecord: 0.0ms)
10468
+
10469
+
10470
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-24 18:40:55 -0300
10471
+ Processing by AwsDeploy::NotificationsController#index as HTML
10472
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.9ms)
10473
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
10474
+
10475
+
10476
+ Started GET "/aws_deploy" for 127.0.0.1 at 2014-04-24 18:52:50 -0300
10477
+ Processing by AwsDeploy::IndexController#index as HTML
10478
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.6ms)
10479
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (25.0ms)
10480
+ Completed 200 OK in 31ms (Views: 30.8ms | ActiveRecord: 0.0ms)
10481
+
10482
+
10483
+ Started GET "/aws_deploy" for 127.0.0.1 at 2014-04-24 18:52:52 -0300
10484
+ Processing by AwsDeploy::IndexController#index as HTML
10485
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.1ms)
10486
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (1.9ms)
10487
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
10488
+
10489
+
10490
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-24 18:52:55 -0300
10491
+ Processing by AwsDeploy::NotificationsController#index as HTML
10492
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.8ms)
10493
+ Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
10494
+
10495
+
10496
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-24 18:53:00 -0300
10497
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
10498
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"X3btWGlyCSwP78EH6FPBKZJ74seLfsfL9DuRrRTIjxU=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|MG.Browser", "item_1"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|XT1033|MG.MotoG"}
10499
+ Redirected to http://localhost:3000/aws_deploy/notifications
10500
+ Completed 302 Found in 3881ms (ActiveRecord: 0.0ms)
10501
+
10502
+
10503
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-24 18:53:04 -0300
10504
+ Processing by AwsDeploy::NotificationsController#index as HTML
10505
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.0ms)
10506
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
10507
+
10508
+
10509
+ Started GET "/aws_deploy" for 127.0.0.1 at 2014-04-24 18:53:17 -0300
10510
+ Processing by AwsDeploy::IndexController#index as HTML
10511
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.1ms)
10512
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (2.5ms)
10513
+ Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
10514
+
10515
+
10516
+ Started GET "/aws_deploy" for 127.0.0.1 at 2014-04-24 19:08:49 -0300
10517
+ Processing by AwsDeploy::IndexController#index as HTML
10518
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.6ms)
10519
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (21.6ms)
10520
+ Completed 200 OK in 27ms (Views: 27.0ms | ActiveRecord: 0.0ms)
10521
+
10522
+
10523
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-24 19:08:53 -0300
10524
+ Processing by AwsDeploy::NotificationsController#index as HTML
10525
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (1.6ms)
10526
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
10527
+
10528
+
10529
+ Started POST "/aws_deploy/notifications/send" for 127.0.0.1 at 2014-04-24 19:08:57 -0300
10530
+ Processing by AwsDeploy::NotificationsController#sendn as HTML
10531
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"X3btWGlyCSwP78EH6FPBKZJ74seLfsfL9DuRrRTIjxU=", "item_0"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|Chrome|MG.Browser", "item_1"=>"v1Y50OAUUEcDZKiVUtbiivJJ18HPatwazWujzCvGXFPuS|XT1033|MG.MotoG"}
10532
+ Redirected to http://localhost:3000/aws_deploy/notifications
10533
+ Completed 302 Found in 3601ms (ActiveRecord: 0.0ms)
10534
+
10535
+
10536
+ Started GET "/aws_deploy/notifications" for 127.0.0.1 at 2014-04-24 19:09:01 -0300
10537
+ Processing by AwsDeploy::NotificationsController#index as HTML
10538
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/notifications/index.html.erb within layouts/aws_deploy (0.8ms)
10539
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
10540
+
10541
+
10542
+ Started GET "/aws_deploy" for 127.0.0.1 at 2014-04-24 19:09:18 -0300
10543
+ Processing by AwsDeploy::IndexController#index as HTML
10544
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/_notification.html.erb (0.1ms)
10545
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (1.8ms)
10546
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)