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
data/spec/rails_app/log/test.log
CHANGED
@@ -809,3 +809,414 @@ Processing by Netzke::TestingController#specs as JS
|
|
809
809
|
Parameters: {"name"=>"foo"}
|
810
810
|
Rendered text template (0.0ms)
|
811
811
|
Completed 200 OK in 132ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
812
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-04-20 22:37:58 +0545
|
813
|
+
Processing by Netzke::TestingController#components as HTML
|
814
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
815
|
+
Rendered inline template within layouts/netzke/testing (19.1ms)
|
816
|
+
Completed 200 OK in 63ms (Views: 62.7ms | ActiveRecord: 0.0ms)
|
817
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-04-20 22:37:58 +0545
|
818
|
+
Processing by NetzkeController#ext as CSS
|
819
|
+
Rendered text template (0.0ms)
|
820
|
+
Completed 200 OK in 13ms (Views: 7.8ms | ActiveRecord: 0.0ms)
|
821
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-04-20 22:37:59 +0545
|
822
|
+
Processing by NetzkeController#ext as JS
|
823
|
+
Rendered text template (0.1ms)
|
824
|
+
Completed 200 OK in 9ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
825
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-04-20 22:37:59 +0545
|
826
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-04-20 22:37:59 +0545
|
827
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-04-20 22:37:59 +0545
|
828
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-04-20 22:37:59 +0545
|
829
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-04-20 22:37:59 +0545
|
830
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-04-20 22:37:59 +0545
|
831
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-04-20 22:37:59 +0545
|
832
|
+
Started GET "/assets/custom.js" for 127.0.0.1 at 2015-04-20 22:37:59 +0545
|
833
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-04-20 22:37:59 +0545
|
834
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-04-20 22:37:59 +0545
|
835
|
+
Processing by Netzke::TestingController#specs as JS
|
836
|
+
Parameters: {"name"=>"foo"}
|
837
|
+
Rendered text template (0.0ms)
|
838
|
+
Completed 200 OK in 197ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
839
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-04-20 22:38:08 +0545
|
840
|
+
Processing by Netzke::TestingController#components as HTML
|
841
|
+
Parameters: {"class"=>"Foo"}
|
842
|
+
Rendered inline template within layouts/netzke/testing (1.2ms)
|
843
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
844
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-04-20 22:38:08 +0545
|
845
|
+
Processing by Netzke::TestingController#components as HTML
|
846
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
847
|
+
Rendered inline template within layouts/netzke/testing (1.1ms)
|
848
|
+
Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
849
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-04-20 22:38:08 +0545
|
850
|
+
Processing by Netzke::TestingController#components as HTML
|
851
|
+
Parameters: {"class"=>"Foo"}
|
852
|
+
Rendered inline template within layouts/netzke/testing (1.1ms)
|
853
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
854
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-04-20 22:38:08 +0545
|
855
|
+
Processing by Netzke::TestingController#components as HTML
|
856
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
857
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
858
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
859
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-04-20 22:38:08 +0545
|
860
|
+
Processing by Netzke::TestingController#components as HTML
|
861
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
862
|
+
Rendered inline template within layouts/netzke/testing (1.2ms)
|
863
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
864
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-04-23 17:56:59 +0545
|
865
|
+
Processing by Netzke::TestingController#components as HTML
|
866
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
867
|
+
Rendered inline template within layouts/netzke/testing (14.9ms)
|
868
|
+
Completed 200 OK in 398ms (Views: 397.2ms | ActiveRecord: 0.0ms)
|
869
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-04-23 17:56:59 +0545
|
870
|
+
Processing by Netzke::TestingController#components as HTML
|
871
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
872
|
+
Rendered inline template within layouts/netzke/testing (1.2ms)
|
873
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
874
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-04-23 17:56:59 +0545
|
875
|
+
Processing by Netzke::TestingController#components as HTML
|
876
|
+
Parameters: {"class"=>"Foo"}
|
877
|
+
Rendered inline template within layouts/netzke/testing (1.1ms)
|
878
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
879
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-04-23 17:56:59 +0545
|
880
|
+
Processing by Netzke::TestingController#components as HTML
|
881
|
+
Parameters: {"class"=>"Foo"}
|
882
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
883
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
884
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-04-23 17:56:59 +0545
|
885
|
+
Processing by Netzke::TestingController#components as HTML
|
886
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
887
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
888
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
889
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-04-23 17:57:03 +0545
|
890
|
+
Processing by Netzke::TestingController#components as HTML
|
891
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
892
|
+
Rendered inline template within layouts/netzke/testing (3.6ms)
|
893
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
894
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-04-23 17:57:03 +0545
|
895
|
+
Processing by NetzkeController#ext as CSS
|
896
|
+
Rendered text template (0.0ms)
|
897
|
+
Completed 200 OK in 12ms (Views: 8.5ms | ActiveRecord: 0.0ms)
|
898
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-04-23 17:57:03 +0545
|
899
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-04-23 17:57:03 +0545
|
900
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-04-23 17:57:03 +0545
|
901
|
+
Processing by NetzkeController#ext as JS
|
902
|
+
Rendered text template (0.0ms)
|
903
|
+
Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
904
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-04-23 17:57:03 +0545
|
905
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-04-23 17:57:03 +0545
|
906
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-04-23 17:57:03 +0545
|
907
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-04-23 17:57:03 +0545
|
908
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-04-23 17:57:03 +0545
|
909
|
+
Started GET "/assets/custom.js" for 127.0.0.1 at 2015-04-23 17:57:03 +0545
|
910
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-04-23 17:57:03 +0545
|
911
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-04-23 17:57:03 +0545
|
912
|
+
Processing by Netzke::TestingController#specs as JS
|
913
|
+
Parameters: {"name"=>"foo"}
|
914
|
+
Rendered text template (0.0ms)
|
915
|
+
Completed 200 OK in 254ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
916
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-04-27 10:43:03 +0545
|
917
|
+
Processing by Netzke::TestingController#components as HTML
|
918
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
919
|
+
Rendered inline template within layouts/netzke/testing (14.8ms)
|
920
|
+
Completed 200 OK in 58ms (Views: 57.5ms | ActiveRecord: 0.0ms)
|
921
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-04-27 10:43:03 +0545
|
922
|
+
Processing by NetzkeController#ext as CSS
|
923
|
+
Rendered text template (0.0ms)
|
924
|
+
Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
925
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-04-27 10:43:03 +0545
|
926
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-04-27 10:43:03 +0545
|
927
|
+
Processing by NetzkeController#ext as JS
|
928
|
+
Rendered text template (0.0ms)
|
929
|
+
Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
930
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-04-27 10:43:03 +0545
|
931
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-04-27 10:43:03 +0545
|
932
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-04-27 10:43:03 +0545
|
933
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-04-27 10:43:03 +0545
|
934
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-04-27 10:43:03 +0545
|
935
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-04-27 10:43:03 +0545
|
936
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-04-27 10:43:03 +0545
|
937
|
+
Processing by Netzke::TestingController#specs as JS
|
938
|
+
Parameters: {"name"=>"foo"}
|
939
|
+
Rendered text template (0.0ms)
|
940
|
+
Completed 200 OK in 229ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
941
|
+
Started GET "/assets/custom.js" for 127.0.0.1 at 2015-04-27 10:43:03 +0545
|
942
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-04-27 10:43:03 +0545
|
943
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-04-27 10:43:13 +0545
|
944
|
+
Processing by Netzke::TestingController#components as HTML
|
945
|
+
Parameters: {"class"=>"Foo"}
|
946
|
+
Rendered inline template within layouts/netzke/testing (1.5ms)
|
947
|
+
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
948
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-04-27 10:43:13 +0545
|
949
|
+
Processing by Netzke::TestingController#components as HTML
|
950
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
951
|
+
Rendered inline template within layouts/netzke/testing (0.9ms)
|
952
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
953
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-04-27 10:43:13 +0545
|
954
|
+
Processing by Netzke::TestingController#components as HTML
|
955
|
+
Parameters: {"class"=>"Foo"}
|
956
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
957
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
958
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-04-27 10:43:13 +0545
|
959
|
+
Processing by Netzke::TestingController#components as HTML
|
960
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
961
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
962
|
+
Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
963
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-04-27 10:43:13 +0545
|
964
|
+
Processing by Netzke::TestingController#components as HTML
|
965
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
966
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
967
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
968
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-04-27 10:45:28 +0545
|
969
|
+
Processing by Netzke::TestingController#components as HTML
|
970
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
971
|
+
Rendered inline template within layouts/netzke/testing (14.6ms)
|
972
|
+
Completed 200 OK in 49ms (Views: 48.6ms | ActiveRecord: 0.0ms)
|
973
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-04-27 10:45:28 +0545
|
974
|
+
Processing by NetzkeController#ext as CSS
|
975
|
+
Rendered text template (0.0ms)
|
976
|
+
Completed 200 OK in 86ms (Views: 8.8ms | ActiveRecord: 0.0ms)
|
977
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-04-27 10:45:28 +0545
|
978
|
+
Processing by NetzkeController#ext as JS
|
979
|
+
Rendered text template (0.0ms)
|
980
|
+
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
981
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-04-27 10:45:28 +0545
|
982
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-04-27 10:45:28 +0545
|
983
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-04-27 10:45:28 +0545
|
984
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-04-27 10:45:28 +0545
|
985
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-04-27 10:45:28 +0545
|
986
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-04-27 10:45:28 +0545
|
987
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-04-27 10:45:28 +0545
|
988
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-04-27 10:45:28 +0545
|
989
|
+
Started GET "/assets/custom.js" for 127.0.0.1 at 2015-04-27 10:45:28 +0545
|
990
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-04-27 10:45:28 +0545
|
991
|
+
Processing by Netzke::TestingController#specs as JS
|
992
|
+
Parameters: {"name"=>"foo"}
|
993
|
+
Rendered text template (0.0ms)
|
994
|
+
Completed 200 OK in 255ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
995
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-04-27 10:45:37 +0545
|
996
|
+
Processing by Netzke::TestingController#components as HTML
|
997
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
998
|
+
Rendered inline template within layouts/netzke/testing (1.5ms)
|
999
|
+
Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
1000
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-04-27 10:45:38 +0545
|
1001
|
+
Processing by Netzke::TestingController#components as HTML
|
1002
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
1003
|
+
Rendered inline template within layouts/netzke/testing (1.4ms)
|
1004
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
1005
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-04-27 10:45:38 +0545
|
1006
|
+
Processing by Netzke::TestingController#components as HTML
|
1007
|
+
Parameters: {"class"=>"Foo"}
|
1008
|
+
Rendered inline template within layouts/netzke/testing (1.4ms)
|
1009
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
1010
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-04-27 10:45:38 +0545
|
1011
|
+
Processing by Netzke::TestingController#components as HTML
|
1012
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
1013
|
+
Rendered inline template within layouts/netzke/testing (1.2ms)
|
1014
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
1015
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-04-27 10:45:38 +0545
|
1016
|
+
Processing by Netzke::TestingController#components as HTML
|
1017
|
+
Parameters: {"class"=>"Foo"}
|
1018
|
+
Rendered inline template within layouts/netzke/testing (1.1ms)
|
1019
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
1020
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-05-31 15:23:57 +0200
|
1021
|
+
Processing by Netzke::TestingController#components as HTML
|
1022
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
1023
|
+
Rendered inline template within layouts/netzke/testing (23.5ms)
|
1024
|
+
Completed 200 OK in 308ms (Views: 307.8ms | ActiveRecord: 0.0ms)
|
1025
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-05-31 15:23:57 +0200
|
1026
|
+
Processing by NetzkeController#ext as CSS
|
1027
|
+
Rendered text template (0.0ms)
|
1028
|
+
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
1029
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-05-31 15:23:57 +0200
|
1030
|
+
Processing by NetzkeController#ext as JS
|
1031
|
+
Rendered text template (0.0ms)
|
1032
|
+
Completed 200 OK in 10ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1033
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-05-31 15:23:57 +0200
|
1034
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-05-31 15:23:57 +0200
|
1035
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-05-31 15:23:57 +0200
|
1036
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-05-31 15:23:57 +0200
|
1037
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-05-31 15:23:57 +0200
|
1038
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-05-31 15:23:57 +0200
|
1039
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-05-31 15:23:57 +0200
|
1040
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-05-31 15:23:57 +0200
|
1041
|
+
Started GET "/assets/netzke/testing.js" for 127.0.0.1 at 2015-05-31 15:23:57 +0200
|
1042
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-05-31 15:23:57 +0200
|
1043
|
+
Processing by Netzke::TestingController#specs as JS
|
1044
|
+
Parameters: {"name"=>"foo"}
|
1045
|
+
Rendered text template (0.0ms)
|
1046
|
+
Completed 200 OK in 132ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1047
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-05-31 15:24:06 +0200
|
1048
|
+
Processing by Netzke::TestingController#components as HTML
|
1049
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
1050
|
+
Rendered inline template within layouts/netzke/testing (1.9ms)
|
1051
|
+
Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
|
1052
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-05-31 15:24:06 +0200
|
1053
|
+
Processing by Netzke::TestingController#components as HTML
|
1054
|
+
Parameters: {"class"=>"Foo"}
|
1055
|
+
Rendered inline template within layouts/netzke/testing (1.5ms)
|
1056
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
1057
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-05-31 15:24:06 +0200
|
1058
|
+
Processing by Netzke::TestingController#components as HTML
|
1059
|
+
Parameters: {"class"=>"Foo"}
|
1060
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
1061
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
1062
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-05-31 15:24:06 +0200
|
1063
|
+
Processing by Netzke::TestingController#components as HTML
|
1064
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
1065
|
+
Rendered inline template within layouts/netzke/testing (3.9ms)
|
1066
|
+
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
1067
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-05-31 15:24:06 +0200
|
1068
|
+
Processing by Netzke::TestingController#components as HTML
|
1069
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
1070
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
1071
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
1072
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-05-31 15:24:25 +0200
|
1073
|
+
Processing by Netzke::TestingController#components as HTML
|
1074
|
+
Parameters: {"class"=>"Foo"}
|
1075
|
+
Rendered inline template within layouts/netzke/testing (10.7ms)
|
1076
|
+
Completed 200 OK in 19ms (Views: 18.6ms | ActiveRecord: 0.0ms)
|
1077
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-05-31 15:24:25 +0200
|
1078
|
+
Processing by Netzke::TestingController#components as HTML
|
1079
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
1080
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
1081
|
+
Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms)
|
1082
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-05-31 15:24:25 +0200
|
1083
|
+
Processing by Netzke::TestingController#components as HTML
|
1084
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
1085
|
+
Rendered inline template within layouts/netzke/testing (1.6ms)
|
1086
|
+
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
1087
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-05-31 15:24:25 +0200
|
1088
|
+
Processing by Netzke::TestingController#components as HTML
|
1089
|
+
Parameters: {"class"=>"Foo"}
|
1090
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
1091
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
1092
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-05-31 15:24:25 +0200
|
1093
|
+
Processing by Netzke::TestingController#components as HTML
|
1094
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
1095
|
+
Rendered inline template within layouts/netzke/testing (1.1ms)
|
1096
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
1097
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-05-31 15:24:27 +0200
|
1098
|
+
Processing by Netzke::TestingController#components as HTML
|
1099
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
1100
|
+
Rendered inline template within layouts/netzke/testing (1.6ms)
|
1101
|
+
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
1102
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-05-31 15:24:28 +0200
|
1103
|
+
Processing by NetzkeController#ext as CSS
|
1104
|
+
Rendered text template (0.0ms)
|
1105
|
+
Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
1106
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-05-31 15:24:28 +0200
|
1107
|
+
Processing by NetzkeController#ext as JS
|
1108
|
+
Rendered text template (0.0ms)
|
1109
|
+
Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
1110
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-05-31 15:24:28 +0200
|
1111
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-05-31 15:24:28 +0200
|
1112
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-05-31 15:24:28 +0200
|
1113
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-05-31 15:24:28 +0200
|
1114
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-05-31 15:24:28 +0200
|
1115
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-05-31 15:24:28 +0200
|
1116
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-05-31 15:24:28 +0200
|
1117
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-05-31 15:24:28 +0200
|
1118
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-05-31 15:24:28 +0200
|
1119
|
+
Processing by Netzke::TestingController#specs as JS
|
1120
|
+
Parameters: {"name"=>"foo"}
|
1121
|
+
Rendered text template (0.1ms)
|
1122
|
+
Completed 200 OK in 344ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
1123
|
+
Started GET "/assets/netzke/testing.js" for 127.0.0.1 at 2015-05-31 15:24:28 +0200
|
1124
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-05-31 15:24:57 +0200
|
1125
|
+
Processing by Netzke::TestingController#components as HTML
|
1126
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
1127
|
+
Rendered inline template within layouts/netzke/testing (10.8ms)
|
1128
|
+
Completed 200 OK in 30ms (Views: 29.8ms | ActiveRecord: 0.0ms)
|
1129
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-05-31 15:24:57 +0200
|
1130
|
+
Processing by Netzke::TestingController#components as HTML
|
1131
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
1132
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
1133
|
+
Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
1134
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-05-31 15:24:57 +0200
|
1135
|
+
Processing by Netzke::TestingController#components as HTML
|
1136
|
+
Parameters: {"class"=>"Foo"}
|
1137
|
+
Rendered inline template within layouts/netzke/testing (0.9ms)
|
1138
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
1139
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-05-31 15:24:57 +0200
|
1140
|
+
Processing by Netzke::TestingController#components as HTML
|
1141
|
+
Parameters: {"class"=>"Foo"}
|
1142
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
1143
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
1144
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-05-31 15:24:57 +0200
|
1145
|
+
Processing by Netzke::TestingController#components as HTML
|
1146
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
1147
|
+
Rendered inline template within layouts/netzke/testing (1.8ms)
|
1148
|
+
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
1149
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-05-31 15:25:00 +0200
|
1150
|
+
Processing by Netzke::TestingController#components as HTML
|
1151
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
1152
|
+
Rendered inline template within layouts/netzke/testing (1.7ms)
|
1153
|
+
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
|
1154
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-05-31 15:25:00 +0200
|
1155
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-05-31 15:25:00 +0200
|
1156
|
+
Processing by NetzkeController#ext as CSS
|
1157
|
+
Rendered text template (0.0ms)
|
1158
|
+
Completed 200 OK in 10ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
1159
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-05-31 15:25:00 +0200
|
1160
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-05-31 15:25:00 +0200
|
1161
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-05-31 15:25:00 +0200
|
1162
|
+
Processing by NetzkeController#ext as JS
|
1163
|
+
Rendered text template (0.0ms)
|
1164
|
+
Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1165
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-05-31 15:25:00 +0200
|
1166
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-05-31 15:25:00 +0200
|
1167
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-05-31 15:25:00 +0200
|
1168
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-05-31 15:25:00 +0200
|
1169
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-05-31 15:25:00 +0200
|
1170
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-05-31 15:25:00 +0200
|
1171
|
+
Processing by Netzke::TestingController#specs as JS
|
1172
|
+
Parameters: {"name"=>"foo"}
|
1173
|
+
Rendered text template (0.0ms)
|
1174
|
+
Completed 200 OK in 236ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
1175
|
+
Started GET "/assets/netzke/testing.js" for 127.0.0.1 at 2015-05-31 15:25:00 +0200
|
1176
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-05-31 15:26:56 +0200
|
1177
|
+
Processing by Netzke::TestingController#components as HTML
|
1178
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
1179
|
+
Rendered inline template within layouts/netzke/testing (18.6ms)
|
1180
|
+
Completed 200 OK in 48ms (Views: 47.3ms | ActiveRecord: 0.0ms)
|
1181
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-05-31 15:26:56 +0200
|
1182
|
+
Processing by NetzkeController#ext as CSS
|
1183
|
+
Rendered text template (0.0ms)
|
1184
|
+
Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
1185
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-05-31 15:26:56 +0200
|
1186
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-05-31 15:26:56 +0200
|
1187
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-05-31 15:26:56 +0200
|
1188
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-05-31 15:26:56 +0200
|
1189
|
+
Processing by NetzkeController#ext as JS
|
1190
|
+
Rendered text template (0.0ms)
|
1191
|
+
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1192
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-05-31 15:26:56 +0200
|
1193
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-05-31 15:26:56 +0200
|
1194
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-05-31 15:26:56 +0200
|
1195
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-05-31 15:26:56 +0200
|
1196
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-05-31 15:26:56 +0200
|
1197
|
+
Started GET "/assets/netzke/testing.js" for 127.0.0.1 at 2015-05-31 15:26:56 +0200
|
1198
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-05-31 15:26:56 +0200
|
1199
|
+
Processing by Netzke::TestingController#specs as JS
|
1200
|
+
Parameters: {"name"=>"foo"}
|
1201
|
+
Rendered text template (0.0ms)
|
1202
|
+
Completed 200 OK in 236ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
1203
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-05-31 15:27:04 +0200
|
1204
|
+
Processing by Netzke::TestingController#components as HTML
|
1205
|
+
Parameters: {"class"=>"Foo"}
|
1206
|
+
Rendered inline template within layouts/netzke/testing (1.3ms)
|
1207
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
1208
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-05-31 15:27:04 +0200
|
1209
|
+
Processing by Netzke::TestingController#components as HTML
|
1210
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
1211
|
+
Rendered inline template within layouts/netzke/testing (5.0ms)
|
1212
|
+
Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)
|
1213
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-05-31 15:27:04 +0200
|
1214
|
+
Processing by Netzke::TestingController#components as HTML
|
1215
|
+
Parameters: {"class"=>"Foo"}
|
1216
|
+
Rendered inline template within layouts/netzke/testing (2.3ms)
|
1217
|
+
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
1218
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-05-31 15:27:04 +0200
|
1219
|
+
Processing by Netzke::TestingController#components as HTML
|
1220
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
1221
|
+
Rendered inline template within layouts/netzke/testing (1.1ms)
|
1222
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
@@ -6,11 +6,6 @@ feature Netzke::TestingController do
|
|
6
6
|
page.should have_selector "#foo-netzke"
|
7
7
|
end
|
8
8
|
|
9
|
-
it 'includes custom js into page' do
|
10
|
-
visit '/netzke/components/Foo?spec=true'
|
11
|
-
page.html.should include '<script src="/assets/custom.js"'
|
12
|
-
end
|
13
|
-
|
14
9
|
it 'includes JS helpers' do
|
15
10
|
visit '/netzke/components/Foo?spec=true'
|
16
11
|
page.html.should include 'assets/netzke/testing/helpers/queries'
|