netzke-testing 0.12.1 → 0.12.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +19 -0
- data/README.md +50 -2
- data/app/assets/javascripts/netzke/testing/helpers/actions.js.coffee +39 -10
- data/app/assets/javascripts/netzke/testing/helpers/expectations.js.coffee +4 -0
- data/app/assets/javascripts/netzke/testing/helpers/grid.js.coffee +42 -9
- data/app/assets/javascripts/netzke/testing.js +1 -0
- data/app/views/layouts/netzke/testing.html.erb +9 -5
- data/config/routes.rb +0 -2
- data/lib/netzke/testing/engine.rb +1 -0
- data/lib/netzke/testing/helpers.rb +7 -10
- data/lib/netzke/testing/version.rb +1 -1
- data/lib/netzke/testing.rb +4 -0
- data/netzke-testing.gemspec +0 -8
- data/spec/rails_app/config/application.rb +1 -1
- data/spec/rails_app/config/boot.rb +1 -2
- data/spec/rails_app/config/initializers/netzke_testing.rb +0 -1
- data/spec/rails_app/log/development.log +1509 -0
- data/spec/rails_app/log/test.log +411 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/1ec8d2bd73a25dacc03b06d7e561bab0 +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/20a089c0481b352f5ba6b7b8746b7213 +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/28b9c9af951daba56bcdc86b45c3b7ed +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/3055607d4a01c24bb30f86d38b66be76 +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/364f56c42953643bff73d0d14051f406 +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/48d1d24065c75bfe3bbf00f303e233d0 +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/4d2a90e455a595f51101e7e94572384e +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/5da2225b8b1ca6c070d06b98bbb94452 +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/71ff3ab765090b6daa27969f6eb56fd0 +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/7250cf6654022ff231aed2eaa0ce7b5f +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/78fe20223c36898325a9c4b2c5b9523f +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/83ea57e5cb665b7643248a9129870519 +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/8411ea481fc20d345affc9abebbea601 +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/89f9660384238597a59e787c66e0b2cd +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/8aac9881e31c9e101aee1d7b926c9b5d +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/8ffe76c9f2babb34fe924c4bc1fb9b58 +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/91bc8d8ad6e413fa5ab8aba410a129a3 +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/9ae207cbf1388d2848f50413af97e3ca +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/9b26c4899cfc5eefc7ae82ccf78e667d +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/9e77b3a6bf069240e43173f9cc6e8e8a +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/a9e045ed0da1e7aeec42ecbaa004f374 +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/b0991ffa51c1c366941a555c3643078a +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/b7732372d38c46ae99328022e1fd86c3 +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/b854cd4c2fe6f12b39294cec2718c44f +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/cc3e6fbec60851d530af0cb3927ae723 +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/d1f64ebeb7f5b9680c8c563659247872 +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/ddf4385a5814c1c034410ffd071fbac4 +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/e032da315be18f628acb87d4f469e052 +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/e3c7e415a4520993c2e0029aedbf4890 +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/ea8bddcc0e2b1aa79353e4a5d62928fb +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/ec52d415f445c961a4df7880d52d434b +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/f3d58f13d1651ab6ed838874cbf4bfbe +0 -0
- data/spec/rails_app/tmp/cache/assets/development/sprockets/f64fddc03d06a4d713666e938bf06633 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/22a1b9d5fc1414cd13555c248420966d +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/3055607d4a01c24bb30f86d38b66be76 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/4d2a90e455a595f51101e7e94572384e +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/71ff3ab765090b6daa27969f6eb56fd0 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/7250cf6654022ff231aed2eaa0ce7b5f +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/8aac9881e31c9e101aee1d7b926c9b5d +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/8ffe76c9f2babb34fe924c4bc1fb9b58 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/91bc8d8ad6e413fa5ab8aba410a129a3 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/a4418907621c16e75d7854a32069f4e4 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/b7732372d38c46ae99328022e1fd86c3 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/e3c7e415a4520993c2e0029aedbf4890 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/e7f9fbccbb808aa76a460587409e9a23 +0 -0
- data/spec/rails_app/{app/assets/javascripts/custom.js → tmp/restart.txt} +0 -0
- data/spec/testing_controller_spec.rb +0 -5
- metadata +77 -118
- data/spec/rails_app/Gemfile +0 -51
@@ -629,3 +629,1512 @@ Started GET "/netzke/ext.css" for ::1 at 2015-03-16 16:47:47 +0700
|
|
629
629
|
Processing by NetzkeController#ext as CSS
|
630
630
|
Rendered text template (0.0ms)
|
631
631
|
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
632
|
+
|
633
|
+
|
634
|
+
Started GET "/" for 127.0.0.1 at 2015-04-23 17:58:21 +0545
|
635
|
+
Processing by Rails::WelcomeController#index as HTML
|
636
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/railties-4.2.0/lib/rails/templates/rails/welcome/index.html.erb (1.7ms)
|
637
|
+
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)
|
638
|
+
|
639
|
+
|
640
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-04-23 17:58:29 +0545
|
641
|
+
Processing by Netzke::TestingController#components as HTML
|
642
|
+
Parameters: {"class"=>"Foo"}
|
643
|
+
Rendered inline template within layouts/netzke/testing (10.9ms)
|
644
|
+
Completed 200 OK in 20ms (Views: 20.1ms | ActiveRecord: 0.0ms)
|
645
|
+
|
646
|
+
|
647
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-04-23 17:58:29 +0545
|
648
|
+
Processing by NetzkeController#ext as CSS
|
649
|
+
Rendered text template (0.0ms)
|
650
|
+
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
651
|
+
|
652
|
+
|
653
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-04-23 17:58:31 +0545
|
654
|
+
Processing by NetzkeController#ext as JS
|
655
|
+
Rendered text template (0.0ms)
|
656
|
+
Completed 200 OK in 25ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
657
|
+
|
658
|
+
|
659
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-04-23 18:01:34 +0545
|
660
|
+
Processing by Netzke::TestingController#components as HTML
|
661
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
662
|
+
Rendered inline template within layouts/netzke/testing (1.4ms)
|
663
|
+
Completed 500 Internal Server Error in 624ms
|
664
|
+
|
665
|
+
ActionView::Template::Error (Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( custom.js )` to `config/initializers/assets.rb` and restart your server):
|
666
|
+
25: <% end %>
|
667
|
+
26:
|
668
|
+
27: <% for path in Netzke::Testing.custom_js %>
|
669
|
+
28: <%= javascript_include_tag path %>
|
670
|
+
29: <% end %>
|
671
|
+
30:
|
672
|
+
31: <%= javascript_include_tag "/netzke/specs/#{params[:spec]}" %>
|
673
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:193:in `check_errors_for'
|
674
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:137:in `block in javascript_include_tag'
|
675
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:136:in `map'
|
676
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag'
|
677
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/views/layouts/netzke/testing.html.erb:28:in `block in ___sers_mxgrn_code_netzke_netzke_testing_app_views_layouts_netzke_testing_html_erb__1170474266590044348_70172084654180'
|
678
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/views/layouts/netzke/testing.html.erb:27:in `each'
|
679
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/views/layouts/netzke/testing.html.erb:27:in `___sers_mxgrn_code_netzke_netzke_testing_app_views_layouts_netzke_testing_html_erb__1170474266590044348_70172084654180'
|
680
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
681
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
682
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
683
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
684
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
|
685
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
686
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
687
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
688
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
689
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
690
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
691
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
692
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
693
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
694
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
695
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
696
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
697
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
698
|
+
/Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
|
699
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
700
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
701
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
702
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
703
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
704
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/controllers/netzke/testing_controller.rb:8:in `components'
|
705
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
706
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
707
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
708
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
709
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
710
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
711
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
712
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
713
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
714
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
715
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
716
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
717
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
718
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
719
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
720
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
721
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
722
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
723
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
724
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
725
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
726
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
727
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
728
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
729
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
730
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
731
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
732
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
733
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
734
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
735
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
736
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
737
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
738
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
739
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
740
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
741
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
742
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
743
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
744
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
745
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
746
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
747
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
748
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
749
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
750
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
751
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
752
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
753
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
754
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
755
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
756
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
757
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
758
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
759
|
+
web-console (2.1.2) lib/web_console/middleware.rb:37:in `call'
|
760
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
761
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
762
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
763
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
764
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
765
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
766
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
767
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
768
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
769
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
770
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
771
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
772
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
773
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
774
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
775
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
776
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:155:in `handle'
|
777
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:109:in `rescue in block (2 levels) in start'
|
778
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:106:in `block (2 levels) in start'
|
779
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `each'
|
780
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `block in start'
|
781
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `loop'
|
782
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `start'
|
783
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:12:in `run'
|
784
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/bin/nack_worker:4:in `<main>'
|
785
|
+
|
786
|
+
|
787
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.4ms)
|
788
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
|
789
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
|
790
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (52.3ms)
|
791
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_markup.html.erb (0.4ms)
|
792
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
|
793
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
|
794
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
|
795
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/console.js.erb within layouts/javascript (42.6ms)
|
796
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
|
797
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
|
798
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/index.html.erb (91.3ms)
|
799
|
+
|
800
|
+
|
801
|
+
Started GET "/" for 127.0.0.1 at 2015-04-27 10:31:32 +0545
|
802
|
+
Processing by Rails::WelcomeController#index as HTML
|
803
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/railties-4.2.0/lib/rails/templates/rails/welcome/index.html.erb (1.7ms)
|
804
|
+
Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms)
|
805
|
+
|
806
|
+
|
807
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-04-27 10:31:37 +0545
|
808
|
+
Processing by Netzke::TestingController#components as HTML
|
809
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
810
|
+
Rendered inline template within layouts/netzke/testing (16.1ms)
|
811
|
+
Completed 500 Internal Server Error in 113ms
|
812
|
+
|
813
|
+
ActionView::Template::Error (Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( custom.js )` to `config/initializers/assets.rb` and restart your server):
|
814
|
+
25: <% end %>
|
815
|
+
26:
|
816
|
+
27: <% for path in Netzke::Testing.custom_js %>
|
817
|
+
28: <%= javascript_include_tag path %>
|
818
|
+
29: <% end %>
|
819
|
+
30:
|
820
|
+
31: <%= javascript_include_tag "/netzke/specs/#{params[:spec]}" %>
|
821
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:193:in `check_errors_for'
|
822
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:137:in `block in javascript_include_tag'
|
823
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:136:in `map'
|
824
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag'
|
825
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/views/layouts/netzke/testing.html.erb:28:in `block in ___sers_mxgrn_code_netzke_netzke_testing_app_views_layouts_netzke_testing_html_erb__3658529608577969482_70328358696960'
|
826
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/views/layouts/netzke/testing.html.erb:27:in `each'
|
827
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/views/layouts/netzke/testing.html.erb:27:in `___sers_mxgrn_code_netzke_netzke_testing_app_views_layouts_netzke_testing_html_erb__3658529608577969482_70328358696960'
|
828
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
829
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
830
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
831
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
832
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
|
833
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
834
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
835
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
836
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
837
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
838
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
839
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
840
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
841
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
842
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
843
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
844
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
845
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
846
|
+
/Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
|
847
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
848
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
849
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
850
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
851
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
852
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/controllers/netzke/testing_controller.rb:8:in `components'
|
853
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
854
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
855
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
856
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
857
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
858
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
859
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
860
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
861
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
862
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
863
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
864
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
865
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
866
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
867
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
868
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
869
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
870
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
871
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
872
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
873
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
874
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
875
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
876
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
877
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
878
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
879
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
880
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
881
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
882
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
883
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
884
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
885
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
886
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
887
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
888
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
889
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
890
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
891
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
892
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
893
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
894
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
895
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
896
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
897
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
898
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
899
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
900
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
901
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
902
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
903
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
904
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
905
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
906
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
907
|
+
web-console (2.1.2) lib/web_console/middleware.rb:37:in `call'
|
908
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
909
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
910
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
911
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
912
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
913
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
914
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
915
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
916
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
917
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
918
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
919
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
920
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
921
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
922
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
923
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
924
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:155:in `handle'
|
925
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:109:in `rescue in block (2 levels) in start'
|
926
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:106:in `block (2 levels) in start'
|
927
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `each'
|
928
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `block in start'
|
929
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `loop'
|
930
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `start'
|
931
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:12:in `run'
|
932
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/bin/nack_worker:4:in `<main>'
|
933
|
+
|
934
|
+
|
935
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
|
936
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
|
937
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
|
938
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (41.5ms)
|
939
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_markup.html.erb (0.4ms)
|
940
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
|
941
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms)
|
942
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
|
943
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/console.js.erb within layouts/javascript (33.2ms)
|
944
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
|
945
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
|
946
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/index.html.erb (79.3ms)
|
947
|
+
|
948
|
+
|
949
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-04-27 10:33:43 +0545
|
950
|
+
Processing by Netzke::TestingController#components as HTML
|
951
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
952
|
+
Rendered inline template within layouts/netzke/testing (1.3ms)
|
953
|
+
Completed 500 Internal Server Error in 30ms
|
954
|
+
|
955
|
+
ActionView::Template::Error (Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( custom.js )` to `config/initializers/assets.rb` and restart your server):
|
956
|
+
25: <% end %>
|
957
|
+
26:
|
958
|
+
27: <% for path in Netzke::Testing.custom_js %>
|
959
|
+
28: <%= javascript_include_tag path %>
|
960
|
+
29: <% end %>
|
961
|
+
30:
|
962
|
+
31: <%= javascript_include_tag "/netzke/specs/#{params[:spec]}" %>
|
963
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:193:in `check_errors_for'
|
964
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:137:in `block in javascript_include_tag'
|
965
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:136:in `map'
|
966
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag'
|
967
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/views/layouts/netzke/testing.html.erb:28:in `block in ___sers_mxgrn_code_netzke_netzke_testing_app_views_layouts_netzke_testing_html_erb__3658529608577969482_70328358696960'
|
968
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/views/layouts/netzke/testing.html.erb:27:in `each'
|
969
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/views/layouts/netzke/testing.html.erb:27:in `___sers_mxgrn_code_netzke_netzke_testing_app_views_layouts_netzke_testing_html_erb__3658529608577969482_70328358696960'
|
970
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
971
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
972
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
973
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
974
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
|
975
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
976
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
977
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
978
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
979
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
980
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
981
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
982
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
983
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
984
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
985
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
986
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
987
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
988
|
+
/Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
|
989
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
990
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
991
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
992
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
993
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
994
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/controllers/netzke/testing_controller.rb:8:in `components'
|
995
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
996
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
997
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
998
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
999
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
1000
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
1001
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
1002
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
1003
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
1004
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
1005
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
1006
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
1007
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1008
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
1009
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
1010
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
1011
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
1012
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
1013
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
1014
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
1015
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
1016
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
1017
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
1018
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
1019
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
1020
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
1021
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
1022
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
1023
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
1024
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
1025
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
1026
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
1027
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
1028
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
1029
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
1030
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
1031
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
1032
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
1033
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
1034
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
1035
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
1036
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
1037
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
1038
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
1039
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
1040
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
1041
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
1042
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
1043
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
1044
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1045
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
1046
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
1047
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
1048
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
1049
|
+
web-console (2.1.2) lib/web_console/middleware.rb:37:in `call'
|
1050
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
1051
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
1052
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
1053
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
1054
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
1055
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
1056
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
1057
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
1058
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
1059
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
1060
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
1061
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
1062
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
1063
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
1064
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
1065
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
1066
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:155:in `handle'
|
1067
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:109:in `rescue in block (2 levels) in start'
|
1068
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:106:in `block (2 levels) in start'
|
1069
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `each'
|
1070
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `block in start'
|
1071
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `loop'
|
1072
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `start'
|
1073
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:12:in `run'
|
1074
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/bin/nack_worker:4:in `<main>'
|
1075
|
+
|
1076
|
+
|
1077
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms)
|
1078
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
|
1079
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
|
1080
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (45.0ms)
|
1081
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_markup.html.erb (0.5ms)
|
1082
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
|
1083
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms)
|
1084
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
|
1085
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/console.js.erb within layouts/javascript (32.7ms)
|
1086
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
|
1087
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
|
1088
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/index.html.erb (81.1ms)
|
1089
|
+
|
1090
|
+
|
1091
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-04-27 10:33:53 +0545
|
1092
|
+
Processing by Netzke::TestingController#components as HTML
|
1093
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
1094
|
+
Rendered inline template within layouts/netzke/testing (4.7ms)
|
1095
|
+
Completed 200 OK in 45ms (Views: 45.1ms | ActiveRecord: 0.0ms)
|
1096
|
+
|
1097
|
+
|
1098
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-04-27 10:33:53 +0545
|
1099
|
+
Processing by NetzkeController#ext as CSS
|
1100
|
+
Rendered text template (0.0ms)
|
1101
|
+
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
1102
|
+
|
1103
|
+
|
1104
|
+
Started GET "/assets/netzke/testing/expect/expect-80733c2251449283f38b007bff4e87c4.js?body=1" for 127.0.0.1 at 2015-04-27 10:33:53 +0545
|
1105
|
+
|
1106
|
+
|
1107
|
+
Started GET "/assets/netzke/testing/mocha/mocha-2ad7cd4add92c82f5bfef221a9621646.js?body=1" for 127.0.0.1 at 2015-04-27 10:33:53 +0545
|
1108
|
+
|
1109
|
+
|
1110
|
+
Started GET "/assets/netzke/testing/helpers/queries-d91f571a6d2339662a5e00ab0098cac9.js?body=1" for 127.0.0.1 at 2015-04-27 10:33:53 +0545
|
1111
|
+
|
1112
|
+
|
1113
|
+
Started GET "/assets/netzke/testing/helpers/expectations-445daaa48f8b5191012e640bb3e86918.js?body=1" for 127.0.0.1 at 2015-04-27 10:33:53 +0545
|
1114
|
+
|
1115
|
+
|
1116
|
+
Started GET "/assets/netzke/testing/helpers/grid-7ae87542be8855e28fcf590beba01154.js?body=1" for 127.0.0.1 at 2015-04-27 10:33:53 +0545
|
1117
|
+
|
1118
|
+
|
1119
|
+
Started GET "/assets/netzke/testing/helpers/form-aba1203a027fcb20b0a3c9ca46b10c23.js?body=1" for 127.0.0.1 at 2015-04-27 10:33:53 +0545
|
1120
|
+
|
1121
|
+
|
1122
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-04-27 10:33:53 +0545
|
1123
|
+
Processing by Netzke::TestingController#specs as JS
|
1124
|
+
Parameters: {"name"=>"foo"}
|
1125
|
+
Rendered text template (0.0ms)
|
1126
|
+
Completed 200 OK in 89ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
1127
|
+
|
1128
|
+
|
1129
|
+
Started GET "/assets/netzke/testing/mocha/mocha-692c6fbada434a3ffdec38f9a0a11991.css?body=1" for 127.0.0.1 at 2015-04-27 10:33:55 +0545
|
1130
|
+
|
1131
|
+
|
1132
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-04-27 10:33:55 +0545
|
1133
|
+
Processing by NetzkeController#ext as JS
|
1134
|
+
Rendered text template (0.0ms)
|
1135
|
+
Completed 200 OK in 16ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
1136
|
+
|
1137
|
+
|
1138
|
+
Started GET "/assets/netzke/testing/helpers/actions-b37af870b724ec0a45ae9bfbae26dd90.js?body=1" for 127.0.0.1 at 2015-04-27 10:33:55 +0545
|
1139
|
+
|
1140
|
+
|
1141
|
+
Started GET "/javascripts/custom.js" for 127.0.0.1 at 2015-04-27 10:33:55 +0545
|
1142
|
+
|
1143
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/custom.js"):
|
1144
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1145
|
+
web-console (2.1.2) lib/web_console/middleware.rb:37:in `call'
|
1146
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
1147
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
1148
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
1149
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
1150
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
1151
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
1152
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
1153
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
1154
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
1155
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
1156
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
1157
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
1158
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
1159
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
1160
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
1161
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
1162
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:155:in `handle'
|
1163
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:109:in `rescue in block (2 levels) in start'
|
1164
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:106:in `block (2 levels) in start'
|
1165
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `each'
|
1166
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `block in start'
|
1167
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `loop'
|
1168
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `start'
|
1169
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:12:in `run'
|
1170
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/bin/nack_worker:4:in `<main>'
|
1171
|
+
|
1172
|
+
|
1173
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
|
1174
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms)
|
1175
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (10.1ms)
|
1176
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
|
1177
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (72.7ms)
|
1178
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_markup.html.erb (0.3ms)
|
1179
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
|
1180
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
|
1181
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
|
1182
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/console.js.erb within layouts/javascript (42.6ms)
|
1183
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
|
1184
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.6ms)
|
1185
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/index.html.erb (83.1ms)
|
1186
|
+
|
1187
|
+
|
1188
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-04-27 10:34:23 +0545
|
1189
|
+
Processing by Netzke::TestingController#components as HTML
|
1190
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
1191
|
+
Rendered inline template within layouts/netzke/testing (1.7ms)
|
1192
|
+
Completed 200 OK in 55ms (Views: 54.4ms | ActiveRecord: 0.0ms)
|
1193
|
+
|
1194
|
+
|
1195
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-04-27 10:34:23 +0545
|
1196
|
+
|
1197
|
+
|
1198
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-04-27 10:34:23 +0545
|
1199
|
+
Processing by NetzkeController#ext as CSS
|
1200
|
+
Rendered text template (0.0ms)
|
1201
|
+
Processing by NetzkeController#ext as JS
|
1202
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1203
|
+
Rendered text template (0.0ms)
|
1204
|
+
Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1205
|
+
|
1206
|
+
|
1207
|
+
Started GET "/assets/netzke/testing/expect/expect-80733c2251449283f38b007bff4e87c4.js?body=1" for 127.0.0.1 at 2015-04-27 10:34:23 +0545
|
1208
|
+
|
1209
|
+
|
1210
|
+
Started GET "/assets/netzke/testing/mocha/mocha-2ad7cd4add92c82f5bfef221a9621646.js?body=1" for 127.0.0.1 at 2015-04-27 10:34:23 +0545
|
1211
|
+
|
1212
|
+
|
1213
|
+
Started GET "/assets/netzke/testing/mocha/mocha-692c6fbada434a3ffdec38f9a0a11991.css?body=1" for 127.0.0.1 at 2015-04-27 10:34:23 +0545
|
1214
|
+
|
1215
|
+
|
1216
|
+
|
1217
|
+
|
1218
|
+
Started GET "/assets/netzke/testing/helpers/actions-b37af870b724ec0a45ae9bfbae26dd90.js?body=1" for 127.0.0.1 at 2015-04-27 10:34:23 +0545
|
1219
|
+
Started GET "/assets/netzke/testing/helpers/queries-d91f571a6d2339662a5e00ab0098cac9.js?body=1" for 127.0.0.1 at 2015-04-27 10:34:23 +0545
|
1220
|
+
|
1221
|
+
|
1222
|
+
|
1223
|
+
|
1224
|
+
Started GET "/assets/netzke/testing/helpers/grid-7ae87542be8855e28fcf590beba01154.js?body=1" for 127.0.0.1 at 2015-04-27 10:34:23 +0545
|
1225
|
+
Started GET "/assets/netzke/testing/helpers/expectations-445daaa48f8b5191012e640bb3e86918.js?body=1" for 127.0.0.1 at 2015-04-27 10:34:23 +0545
|
1226
|
+
|
1227
|
+
|
1228
|
+
Started GET "/javascripts/custom.js" for 127.0.0.1 at 2015-04-27 10:34:23 +0545
|
1229
|
+
|
1230
|
+
|
1231
|
+
Started GET "/assets/netzke/testing/helpers/form-aba1203a027fcb20b0a3c9ca46b10c23.js?body=1" for 127.0.0.1 at 2015-04-27 10:34:23 +0545
|
1232
|
+
|
1233
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/custom.js"):
|
1234
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1235
|
+
web-console (2.1.2) lib/web_console/middleware.rb:37:in `call'
|
1236
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
1237
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
1238
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
1239
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
1240
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
1241
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
1242
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
1243
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
1244
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
1245
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
1246
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
1247
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
1248
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
1249
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
1250
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
1251
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
1252
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:155:in `handle'
|
1253
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:109:in `rescue in block (2 levels) in start'
|
1254
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:106:in `block (2 levels) in start'
|
1255
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `each'
|
1256
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `block in start'
|
1257
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `loop'
|
1258
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `start'
|
1259
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:12:in `run'
|
1260
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/bin/nack_worker:4:in `<main>'
|
1261
|
+
|
1262
|
+
|
1263
|
+
|
1264
|
+
|
1265
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-04-27 10:34:23 +0545
|
1266
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
|
1267
|
+
Processing by Netzke::TestingController#specs as JS
|
1268
|
+
Parameters: {"name"=>"foo"}
|
1269
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
|
1270
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (11.1ms)
|
1271
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
|
1272
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (82.2ms)
|
1273
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_markup.html.erb (1.2ms)
|
1274
|
+
Rendered text template (0.0ms)
|
1275
|
+
Completed 200 OK in 120ms (Views: 19.5ms | ActiveRecord: 0.0ms)
|
1276
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms)
|
1277
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
|
1278
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.6ms)
|
1279
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/console.js.erb within layouts/javascript (39.4ms)
|
1280
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
|
1281
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
|
1282
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/index.html.erb (97.3ms)
|
1283
|
+
|
1284
|
+
|
1285
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-04-27 10:34:37 +0545
|
1286
|
+
Processing by Netzke::TestingController#components as HTML
|
1287
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
1288
|
+
Rendered inline template within layouts/netzke/testing (13.8ms)
|
1289
|
+
Completed 500 Internal Server Error in 103ms
|
1290
|
+
|
1291
|
+
ActionView::Template::Error (Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( netzke/testing/custom.js )` to `config/initializers/assets.rb` and restart your server):
|
1292
|
+
25: <% end %>
|
1293
|
+
26:
|
1294
|
+
27: <% for path in Netzke::Testing.custom_js %>
|
1295
|
+
28: <%= javascript_include_tag path %>
|
1296
|
+
29: <% end %>
|
1297
|
+
30:
|
1298
|
+
31: <%= javascript_include_tag "/netzke/specs/#{params[:spec]}" %>
|
1299
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:193:in `check_errors_for'
|
1300
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:137:in `block in javascript_include_tag'
|
1301
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:136:in `map'
|
1302
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag'
|
1303
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/views/layouts/netzke/testing.html.erb:28:in `block in ___sers_mxgrn_code_netzke_netzke_testing_app_views_layouts_netzke_testing_html_erb__3058733724394841694_70222207879680'
|
1304
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/views/layouts/netzke/testing.html.erb:27:in `each'
|
1305
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/views/layouts/netzke/testing.html.erb:27:in `___sers_mxgrn_code_netzke_netzke_testing_app_views_layouts_netzke_testing_html_erb__3058733724394841694_70222207879680'
|
1306
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
1307
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
1308
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
1309
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
1310
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
|
1311
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
1312
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
1313
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
1314
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
1315
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
1316
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
1317
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
1318
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
1319
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
1320
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
1321
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
1322
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
1323
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
1324
|
+
/Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
|
1325
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
1326
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
1327
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
1328
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
1329
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
1330
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/controllers/netzke/testing_controller.rb:8:in `components'
|
1331
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
1332
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
1333
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
1334
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
1335
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
1336
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
1337
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
1338
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
1339
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
1340
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
1341
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
1342
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
1343
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1344
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
1345
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
1346
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
1347
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
1348
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
1349
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
1350
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
1351
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
1352
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
1353
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
1354
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
1355
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
1356
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
1357
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
1358
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
1359
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
1360
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
1361
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
1362
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
1363
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
1364
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
1365
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
1366
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
1367
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
1368
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
1369
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
1370
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
1371
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
1372
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
1373
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
1374
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
1375
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
1376
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
1377
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
1378
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
1379
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
1380
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1381
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
1382
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
1383
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
1384
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
1385
|
+
web-console (2.1.2) lib/web_console/middleware.rb:37:in `call'
|
1386
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
1387
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
1388
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
1389
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
1390
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
1391
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
1392
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
1393
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
1394
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
1395
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
1396
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
1397
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
1398
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
1399
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
1400
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
1401
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
1402
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:155:in `handle'
|
1403
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:109:in `rescue in block (2 levels) in start'
|
1404
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:106:in `block (2 levels) in start'
|
1405
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `each'
|
1406
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `block in start'
|
1407
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `loop'
|
1408
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `start'
|
1409
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:12:in `run'
|
1410
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/bin/nack_worker:4:in `<main>'
|
1411
|
+
|
1412
|
+
|
1413
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
|
1414
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
|
1415
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
|
1416
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (44.4ms)
|
1417
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_markup.html.erb (0.3ms)
|
1418
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
|
1419
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms)
|
1420
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms)
|
1421
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/console.js.erb within layouts/javascript (34.1ms)
|
1422
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
|
1423
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
|
1424
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/index.html.erb (80.1ms)
|
1425
|
+
|
1426
|
+
|
1427
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-04-27 10:34:59 +0545
|
1428
|
+
Processing by Netzke::TestingController#components as HTML
|
1429
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
1430
|
+
Rendered inline template within layouts/netzke/testing (15.6ms)
|
1431
|
+
Completed 200 OK in 91ms (Views: 90.5ms | ActiveRecord: 0.0ms)
|
1432
|
+
|
1433
|
+
|
1434
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-04-27 10:35:00 +0545
|
1435
|
+
Processing by NetzkeController#ext as CSS
|
1436
|
+
Rendered text template (0.0ms)
|
1437
|
+
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
1438
|
+
|
1439
|
+
|
1440
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-04-27 10:35:00 +0545
|
1441
|
+
Processing by NetzkeController#ext as JS
|
1442
|
+
Rendered text template (0.0ms)
|
1443
|
+
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1444
|
+
|
1445
|
+
|
1446
|
+
Started GET "/assets/netzke/testing/mocha/mocha-2ad7cd4add92c82f5bfef221a9621646.js?body=1" for 127.0.0.1 at 2015-04-27 10:35:00 +0545
|
1447
|
+
|
1448
|
+
|
1449
|
+
Started GET "/assets/netzke/testing/helpers/queries-d91f571a6d2339662a5e00ab0098cac9.js?body=1" for 127.0.0.1 at 2015-04-27 10:35:00 +0545
|
1450
|
+
|
1451
|
+
|
1452
|
+
Started GET "/assets/netzke/testing/helpers/expectations-445daaa48f8b5191012e640bb3e86918.js?body=1" for 127.0.0.1 at 2015-04-27 10:35:00 +0545
|
1453
|
+
|
1454
|
+
|
1455
|
+
Started GET "/assets/netzke/testing/helpers/form-aba1203a027fcb20b0a3c9ca46b10c23.js?body=1" for 127.0.0.1 at 2015-04-27 10:35:00 +0545
|
1456
|
+
|
1457
|
+
|
1458
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-04-27 10:35:00 +0545
|
1459
|
+
Processing by Netzke::TestingController#specs as JS
|
1460
|
+
Parameters: {"name"=>"foo"}
|
1461
|
+
Rendered text template (0.0ms)
|
1462
|
+
Completed 200 OK in 86ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
1463
|
+
|
1464
|
+
|
1465
|
+
Started GET "/assets/netzke/testing/expect/expect-80733c2251449283f38b007bff4e87c4.js?body=1" for 127.0.0.1 at 2015-04-27 10:35:02 +0545
|
1466
|
+
|
1467
|
+
|
1468
|
+
Started GET "/assets/netzke/testing/mocha/mocha-692c6fbada434a3ffdec38f9a0a11991.css?body=1" for 127.0.0.1 at 2015-04-27 10:35:02 +0545
|
1469
|
+
|
1470
|
+
|
1471
|
+
Started GET "/assets/netzke/testing/helpers/actions-b37af870b724ec0a45ae9bfbae26dd90.js?body=1" for 127.0.0.1 at 2015-04-27 10:35:02 +0545
|
1472
|
+
|
1473
|
+
|
1474
|
+
Started GET "/assets/netzke/testing/helpers/grid-7ae87542be8855e28fcf590beba01154.js?body=1" for 127.0.0.1 at 2015-04-27 10:35:02 +0545
|
1475
|
+
|
1476
|
+
|
1477
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-04-27 10:53:00 +0545
|
1478
|
+
Processing by Netzke::TestingController#components as HTML
|
1479
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
1480
|
+
Rendered inline template within layouts/netzke/testing (2.2ms)
|
1481
|
+
Completed 500 Internal Server Error in 45ms
|
1482
|
+
|
1483
|
+
ActionView::Template::Error (Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( netzke/testing.js )` to `config/initializers/assets.rb` and restart your server):
|
1484
|
+
27: <%= javascript_include_tag "netzke/testing/helpers/form" %>
|
1485
|
+
28: <% end %>
|
1486
|
+
29:
|
1487
|
+
30: <%= javascript_include_tag "netzke/testing" %>
|
1488
|
+
31:
|
1489
|
+
32: <% for path in Netzke::Testing.custom_js %>
|
1490
|
+
33: <%= javascript_include_tag path %>
|
1491
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:193:in `check_errors_for'
|
1492
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:137:in `block in javascript_include_tag'
|
1493
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:136:in `map'
|
1494
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag'
|
1495
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/views/layouts/netzke/testing.html.erb:30:in `___sers_mxgrn_code_netzke_netzke_testing_app_views_layouts_netzke_testing_html_erb__3768442159692970061_70228814076240'
|
1496
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
1497
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
1498
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
1499
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
1500
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
|
1501
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
1502
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
1503
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
1504
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
1505
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
1506
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
1507
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
1508
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
1509
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
1510
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
1511
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
1512
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
1513
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
1514
|
+
/Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
|
1515
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
1516
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
1517
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
1518
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
1519
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
1520
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/controllers/netzke/testing_controller.rb:8:in `components'
|
1521
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
1522
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
1523
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
1524
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
1525
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
1526
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
1527
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
1528
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
1529
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
1530
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
1531
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
1532
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
1533
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1534
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
1535
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
1536
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
1537
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
1538
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
1539
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
1540
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
1541
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
1542
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
1543
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
1544
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
1545
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
1546
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
1547
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
1548
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
1549
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
1550
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
1551
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
1552
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
1553
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
1554
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
1555
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
1556
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
1557
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
1558
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
1559
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
1560
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
1561
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
1562
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
1563
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
1564
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
1565
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
1566
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
1567
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
1568
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
1569
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
1570
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1571
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
1572
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
1573
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
1574
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
1575
|
+
web-console (2.1.2) lib/web_console/middleware.rb:37:in `call'
|
1576
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
1577
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
1578
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
1579
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
1580
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
1581
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
1582
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
1583
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
1584
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
1585
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
1586
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
1587
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
1588
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
1589
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
1590
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
1591
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
1592
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:155:in `handle'
|
1593
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:109:in `rescue in block (2 levels) in start'
|
1594
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:106:in `block (2 levels) in start'
|
1595
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `each'
|
1596
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `block in start'
|
1597
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `loop'
|
1598
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `start'
|
1599
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:12:in `run'
|
1600
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/bin/nack_worker:4:in `<main>'
|
1601
|
+
|
1602
|
+
|
1603
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
|
1604
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms)
|
1605
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
|
1606
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (48.4ms)
|
1607
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_markup.html.erb (0.6ms)
|
1608
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
|
1609
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
|
1610
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
|
1611
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/console.js.erb within layouts/javascript (41.7ms)
|
1612
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
|
1613
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
|
1614
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/index.html.erb (91.5ms)
|
1615
|
+
|
1616
|
+
|
1617
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-04-27 10:53:38 +0545
|
1618
|
+
Processing by Netzke::TestingController#components as HTML
|
1619
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
1620
|
+
Rendered inline template within layouts/netzke/testing (1.1ms)
|
1621
|
+
Completed 500 Internal Server Error in 36ms
|
1622
|
+
|
1623
|
+
ActionView::Template::Error (Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( netzke/testing.js )` to `config/initializers/assets.rb` and restart your server):
|
1624
|
+
27: <%= javascript_include_tag "netzke/testing/helpers/form" %>
|
1625
|
+
28: <% end %>
|
1626
|
+
29:
|
1627
|
+
30: <%= javascript_include_tag "netzke/testing" %>
|
1628
|
+
31:
|
1629
|
+
32: <% for path in Netzke::Testing.custom_js %>
|
1630
|
+
33: <%= javascript_include_tag path %>
|
1631
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:193:in `check_errors_for'
|
1632
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:137:in `block in javascript_include_tag'
|
1633
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:136:in `map'
|
1634
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag'
|
1635
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/views/layouts/netzke/testing.html.erb:30:in `___sers_mxgrn_code_netzke_netzke_testing_app_views_layouts_netzke_testing_html_erb__3768442159692970061_70228814076240'
|
1636
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
1637
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
1638
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
1639
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
1640
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
|
1641
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
1642
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
1643
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
1644
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
1645
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
1646
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
1647
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
1648
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
1649
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
1650
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
1651
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
1652
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
1653
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
1654
|
+
/Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
|
1655
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
1656
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
1657
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
1658
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
1659
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
1660
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/controllers/netzke/testing_controller.rb:8:in `components'
|
1661
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
1662
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
1663
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
1664
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
1665
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
1666
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
1667
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
1668
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
1669
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
1670
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
1671
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
1672
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
1673
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1674
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
1675
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
1676
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
1677
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
1678
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
1679
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
1680
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
1681
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
1682
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
1683
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
1684
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
1685
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
1686
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
1687
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
1688
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
1689
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
1690
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
1691
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
1692
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
1693
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
1694
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
1695
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
1696
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
1697
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
1698
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
1699
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
1700
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
1701
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
1702
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
1703
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
1704
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
1705
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
1706
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
1707
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
1708
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
1709
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
1710
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1711
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
1712
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
1713
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
1714
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
1715
|
+
web-console (2.1.2) lib/web_console/middleware.rb:37:in `call'
|
1716
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
1717
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
1718
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
1719
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
1720
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
1721
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
1722
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
1723
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
1724
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
1725
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
1726
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
1727
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
1728
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
1729
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
1730
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
1731
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
1732
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:155:in `handle'
|
1733
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:109:in `rescue in block (2 levels) in start'
|
1734
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:106:in `block (2 levels) in start'
|
1735
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `each'
|
1736
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `block in start'
|
1737
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `loop'
|
1738
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `start'
|
1739
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:12:in `run'
|
1740
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/bin/nack_worker:4:in `<main>'
|
1741
|
+
|
1742
|
+
|
1743
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms)
|
1744
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
|
1745
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
|
1746
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (42.6ms)
|
1747
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_markup.html.erb (0.4ms)
|
1748
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
|
1749
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms)
|
1750
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms)
|
1751
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/console.js.erb within layouts/javascript (31.3ms)
|
1752
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
|
1753
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms)
|
1754
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/index.html.erb (74.9ms)
|
1755
|
+
|
1756
|
+
|
1757
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-04-27 10:53:46 +0545
|
1758
|
+
Processing by Netzke::TestingController#components as HTML
|
1759
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
1760
|
+
Rendered inline template within layouts/netzke/testing (41.2ms)
|
1761
|
+
Completed 500 Internal Server Error in 143ms
|
1762
|
+
|
1763
|
+
ActionView::Template::Error (Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( custom.js )` to `config/initializers/assets.rb` and restart your server):
|
1764
|
+
30: <%= javascript_include_tag "netzke/testing" %>
|
1765
|
+
31:
|
1766
|
+
32: <% for path in Netzke::Testing.custom_js %>
|
1767
|
+
33: <%= javascript_include_tag path %>
|
1768
|
+
34: <% end %>
|
1769
|
+
35:
|
1770
|
+
36: # The actual spec
|
1771
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:193:in `check_errors_for'
|
1772
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:137:in `block in javascript_include_tag'
|
1773
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:136:in `map'
|
1774
|
+
sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag'
|
1775
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/views/layouts/netzke/testing.html.erb:33:in `block in ___sers_mxgrn_code_netzke_netzke_testing_app_views_layouts_netzke_testing_html_erb__2264655437326316245_70200175239840'
|
1776
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/views/layouts/netzke/testing.html.erb:32:in `each'
|
1777
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/views/layouts/netzke/testing.html.erb:32:in `___sers_mxgrn_code_netzke_netzke_testing_app_views_layouts_netzke_testing_html_erb__2264655437326316245_70200175239840'
|
1778
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
1779
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
1780
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
1781
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
1782
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
|
1783
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
1784
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
1785
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
1786
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
1787
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
1788
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
1789
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
1790
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
1791
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
1792
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
1793
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
1794
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
1795
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
1796
|
+
/Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
|
1797
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
1798
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
1799
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
1800
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
1801
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
1802
|
+
/Users/mxgrn/code/netzke/netzke-testing/app/controllers/netzke/testing_controller.rb:8:in `components'
|
1803
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
1804
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
1805
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
1806
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
1807
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
1808
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
1809
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
1810
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
1811
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
1812
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
1813
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
1814
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
1815
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1816
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
1817
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
1818
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
1819
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
1820
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
1821
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
1822
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
1823
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
1824
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
1825
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
1826
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
1827
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
1828
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
1829
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
1830
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
1831
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
1832
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
1833
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
1834
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
1835
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
1836
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
1837
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
1838
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
1839
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
1840
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
1841
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
1842
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
1843
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
1844
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
1845
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
1846
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
1847
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
1848
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
1849
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
1850
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
1851
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
1852
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
1853
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
1854
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
1855
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
1856
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
1857
|
+
web-console (2.1.2) lib/web_console/middleware.rb:37:in `call'
|
1858
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
1859
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
1860
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
1861
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
1862
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
1863
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
1864
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
1865
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
1866
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
1867
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
1868
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
1869
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
1870
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
1871
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
1872
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
1873
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
1874
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:155:in `handle'
|
1875
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:109:in `rescue in block (2 levels) in start'
|
1876
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:106:in `block (2 levels) in start'
|
1877
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `each'
|
1878
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `block in start'
|
1879
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `loop'
|
1880
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `start'
|
1881
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:12:in `run'
|
1882
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/bin/nack_worker:4:in `<main>'
|
1883
|
+
|
1884
|
+
|
1885
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms)
|
1886
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
|
1887
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
|
1888
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (44.8ms)
|
1889
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_markup.html.erb (0.4ms)
|
1890
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
|
1891
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms)
|
1892
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms)
|
1893
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/console.js.erb within layouts/javascript (34.5ms)
|
1894
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
|
1895
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms)
|
1896
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/index.html.erb (75.4ms)
|
1897
|
+
|
1898
|
+
|
1899
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-04-27 10:54:03 +0545
|
1900
|
+
Processing by Netzke::TestingController#components as HTML
|
1901
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
1902
|
+
Rendered inline template within layouts/netzke/testing (2.2ms)
|
1903
|
+
Completed 200 OK in 43ms (Views: 42.5ms | ActiveRecord: 0.0ms)
|
1904
|
+
|
1905
|
+
|
1906
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-04-27 10:54:03 +0545
|
1907
|
+
Processing by NetzkeController#ext as CSS
|
1908
|
+
Rendered text template (0.0ms)
|
1909
|
+
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
1910
|
+
|
1911
|
+
|
1912
|
+
Started GET "/assets/netzke/testing/mocha/mocha-692c6fbada434a3ffdec38f9a0a11991.css?body=1" for 127.0.0.1 at 2015-04-27 10:54:03 +0545
|
1913
|
+
|
1914
|
+
|
1915
|
+
Started GET "/assets/netzke/testing/expect/expect-80733c2251449283f38b007bff4e87c4.js?body=1" for 127.0.0.1 at 2015-04-27 10:54:03 +0545
|
1916
|
+
|
1917
|
+
|
1918
|
+
Started GET "/assets/netzke/testing/helpers/actions-b37af870b724ec0a45ae9bfbae26dd90.js?body=1" for 127.0.0.1 at 2015-04-27 10:54:03 +0545
|
1919
|
+
|
1920
|
+
|
1921
|
+
Started GET "/assets/netzke/testing/helpers/queries-d91f571a6d2339662a5e00ab0098cac9.js?body=1" for 127.0.0.1 at 2015-04-27 10:54:03 +0545
|
1922
|
+
|
1923
|
+
|
1924
|
+
Started GET "/assets/netzke/testing/helpers/grid-7ae87542be8855e28fcf590beba01154.js?body=1" for 127.0.0.1 at 2015-04-27 10:54:03 +0545
|
1925
|
+
|
1926
|
+
|
1927
|
+
Started GET "/javascripts/custom.js" for 127.0.0.1 at 2015-04-27 10:54:03 +0545
|
1928
|
+
|
1929
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/custom.js"):
|
1930
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
1931
|
+
web-console (2.1.2) lib/web_console/middleware.rb:37:in `call'
|
1932
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
1933
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
1934
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
1935
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
1936
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
1937
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
1938
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
1939
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
1940
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
1941
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
1942
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
1943
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
1944
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
1945
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
1946
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
1947
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
1948
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:155:in `handle'
|
1949
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:109:in `rescue in block (2 levels) in start'
|
1950
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:106:in `block (2 levels) in start'
|
1951
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `each'
|
1952
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `block in start'
|
1953
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `loop'
|
1954
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `start'
|
1955
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:12:in `run'
|
1956
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/bin/nack_worker:4:in `<main>'
|
1957
|
+
|
1958
|
+
|
1959
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
|
1960
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
|
1961
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (17.1ms)
|
1962
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms)
|
1963
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (73.3ms)
|
1964
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_markup.html.erb (0.4ms)
|
1965
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/style.css.erb within layouts/inlined_string (2.0ms)
|
1966
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
|
1967
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
|
1968
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/console.js.erb within layouts/javascript (54.2ms)
|
1969
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/main.js.erb within layouts/javascript (0.6ms)
|
1970
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.7ms)
|
1971
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/index.html.erb (112.6ms)
|
1972
|
+
|
1973
|
+
|
1974
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-04-27 10:54:04 +0545
|
1975
|
+
Processing by Netzke::TestingController#specs as JS
|
1976
|
+
Parameters: {"name"=>"foo"}
|
1977
|
+
Rendered text template (0.0ms)
|
1978
|
+
Completed 200 OK in 108ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1979
|
+
|
1980
|
+
|
1981
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-04-27 10:54:05 +0545
|
1982
|
+
Processing by NetzkeController#ext as JS
|
1983
|
+
Rendered text template (0.0ms)
|
1984
|
+
Completed 200 OK in 17ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
1985
|
+
|
1986
|
+
|
1987
|
+
Started GET "/assets/netzke/testing-4607691a21b134c8ab72a9c4e4b1ab99.js?body=1" for 127.0.0.1 at 2015-04-27 10:54:05 +0545
|
1988
|
+
|
1989
|
+
|
1990
|
+
Started GET "/assets/netzke/testing/mocha/mocha-2ad7cd4add92c82f5bfef221a9621646.js?body=1" for 127.0.0.1 at 2015-04-27 10:54:05 +0545
|
1991
|
+
|
1992
|
+
|
1993
|
+
Started GET "/assets/netzke/testing/helpers/expectations-445daaa48f8b5191012e640bb3e86918.js?body=1" for 127.0.0.1 at 2015-04-27 10:54:05 +0545
|
1994
|
+
|
1995
|
+
|
1996
|
+
Started GET "/assets/netzke/testing/helpers/form-aba1203a027fcb20b0a3c9ca46b10c23.js?body=1" for 127.0.0.1 at 2015-04-27 10:54:05 +0545
|
1997
|
+
|
1998
|
+
|
1999
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-04-27 10:55:20 +0545
|
2000
|
+
Processing by Netzke::TestingController#components as HTML
|
2001
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
2002
|
+
Rendered inline template within layouts/netzke/testing (2.4ms)
|
2003
|
+
Completed 200 OK in 57ms (Views: 57.2ms | ActiveRecord: 0.0ms)
|
2004
|
+
|
2005
|
+
|
2006
|
+
|
2007
|
+
|
2008
|
+
Started GET "/javascripts/netzke/testing.js" for 127.0.0.1 at 2015-04-27 10:55:20 +0545
|
2009
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-04-27 10:55:20 +0545
|
2010
|
+
Processing by NetzkeController#ext as CSS
|
2011
|
+
Rendered text template (0.0ms)
|
2012
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
2013
|
+
|
2014
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/netzke/testing.js"):
|
2015
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
2016
|
+
web-console (2.1.2) lib/web_console/middleware.rb:37:in `call'
|
2017
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2018
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
2019
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
2020
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
2021
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
2022
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
2023
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
2024
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2025
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
2026
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
2027
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
2028
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
2029
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
2030
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
2031
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
2032
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
2033
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:155:in `handle'
|
2034
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:109:in `rescue in block (2 levels) in start'
|
2035
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:106:in `block (2 levels) in start'
|
2036
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `each'
|
2037
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `block in start'
|
2038
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `loop'
|
2039
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `start'
|
2040
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:12:in `run'
|
2041
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/bin/nack_worker:4:in `<main>'
|
2042
|
+
|
2043
|
+
|
2044
|
+
|
2045
|
+
|
2046
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-04-27 10:55:20 +0545
|
2047
|
+
Processing by NetzkeController#ext as JS
|
2048
|
+
Rendered text template (0.0ms)
|
2049
|
+
Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
2050
|
+
|
2051
|
+
|
2052
|
+
Started GET "/assets/netzke/testing/expect/expect-80733c2251449283f38b007bff4e87c4.js?body=1" for 127.0.0.1 at 2015-04-27 10:55:20 +0545
|
2053
|
+
|
2054
|
+
|
2055
|
+
Started GET "/assets/netzke/testing/mocha/mocha-2ad7cd4add92c82f5bfef221a9621646.js?body=1" for 127.0.0.1 at 2015-04-27 10:55:20 +0545
|
2056
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
|
2057
|
+
|
2058
|
+
|
2059
|
+
Started GET "/assets/netzke/testing/helpers/queries-d91f571a6d2339662a5e00ab0098cac9.js?body=1" for 127.0.0.1 at 2015-04-27 10:55:20 +0545
|
2060
|
+
|
2061
|
+
|
2062
|
+
Started GET "/assets/netzke/testing/helpers/expectations-445daaa48f8b5191012e640bb3e86918.js?body=1" for 127.0.0.1 at 2015-04-27 10:55:20 +0545
|
2063
|
+
|
2064
|
+
|
2065
|
+
Started GET "/assets/netzke/testing/helpers/grid-7ae87542be8855e28fcf590beba01154.js?body=1" for 127.0.0.1 at 2015-04-27 10:55:20 +0545
|
2066
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms)
|
2067
|
+
|
2068
|
+
|
2069
|
+
Started GET "/javascripts/custom.js" for 127.0.0.1 at 2015-04-27 10:55:20 +0545
|
2070
|
+
|
2071
|
+
ActionController::RoutingError (No route matches [GET] "/javascripts/custom.js"):
|
2072
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
2073
|
+
web-console (2.1.2) lib/web_console/middleware.rb:37:in `call'
|
2074
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2075
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
2076
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
2077
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
2078
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
2079
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
2080
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
2081
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2082
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
2083
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
2084
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
2085
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
2086
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
2087
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
2088
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
2089
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
2090
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:155:in `handle'
|
2091
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:109:in `rescue in block (2 levels) in start'
|
2092
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:106:in `block (2 levels) in start'
|
2093
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `each'
|
2094
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `block in start'
|
2095
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `loop'
|
2096
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `start'
|
2097
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:12:in `run'
|
2098
|
+
/Users/mxgrn/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/bin/nack_worker:4:in `<main>'
|
2099
|
+
|
2100
|
+
|
2101
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (7.7ms)
|
2102
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms)
|
2103
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (105.8ms)
|
2104
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_markup.html.erb (0.3ms)
|
2105
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
|
2106
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms)
|
2107
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
|
2108
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms)
|
2109
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (2.5ms)
|
2110
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
|
2111
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (88.5ms)
|
2112
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms)
|
2113
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/console.js.erb within layouts/javascript (51.6ms)
|
2114
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/main.js.erb within layouts/javascript (0.7ms)
|
2115
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_markup.html.erb (0.4ms)
|
2116
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.7ms)
|
2117
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/index.html.erb (119.1ms)
|
2118
|
+
|
2119
|
+
|
2120
|
+
Started GET "/assets/netzke/testing/mocha/mocha-692c6fbada434a3ffdec38f9a0a11991.css?body=1" for 127.0.0.1 at 2015-04-27 10:55:20 +0545
|
2121
|
+
|
2122
|
+
|
2123
|
+
Started GET "/assets/netzke/testing/helpers/actions-b37af870b724ec0a45ae9bfbae26dd90.js?body=1" for 127.0.0.1 at 2015-04-27 10:55:20 +0545
|
2124
|
+
|
2125
|
+
|
2126
|
+
Started GET "/assets/netzke/testing/helpers/form-aba1203a027fcb20b0a3c9ca46b10c23.js?body=1" for 127.0.0.1 at 2015-04-27 10:55:20 +0545
|
2127
|
+
|
2128
|
+
|
2129
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-04-27 10:55:20 +0545
|
2130
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
|
2131
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms)
|
2132
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
|
2133
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/console.js.erb within layouts/javascript (47.3ms)
|
2134
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
|
2135
|
+
Processing by Netzke::TestingController#specs as JS
|
2136
|
+
Parameters: {"name"=>"foo"}
|
2137
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.6ms)
|
2138
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/index.html.erb (116.9ms)
|
2139
|
+
Rendered text template (0.0ms)
|
2140
|
+
Completed 200 OK in 105ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|