netzke-testing 0.11.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/config/routes.rb +8 -0
- data/lib/netzke/testing/version.rb +1 -1
- data/netzke-testing.gemspec +3 -4
- data/spec/features/foo_spec.rb +7 -0
- data/spec/features/javascripts/foo.js.coffee +6 -0
- data/spec/rails_app/Gemfile +47 -0
- data/spec/rails_app/Gemfile.lock +171 -0
- data/spec/rails_app/README.rdoc +28 -0
- data/spec/rails_app/Rakefile +6 -0
- data/spec/rails_app/app/assets/javascripts/application.js +16 -0
- data/spec/rails_app/app/assets/javascripts/custom.js +0 -0
- data/spec/rails_app/app/assets/stylesheets/application.css +15 -0
- data/spec/rails_app/app/components/foo.rb +6 -0
- data/spec/rails_app/app/controllers/application_controller.rb +5 -0
- data/spec/rails_app/app/helpers/application_helper.rb +2 -0
- data/spec/rails_app/app/views/layouts/application.html.erb +14 -0
- data/spec/rails_app/bin/bundle +3 -0
- data/spec/rails_app/bin/rails +8 -0
- data/spec/rails_app/bin/rake +8 -0
- data/spec/rails_app/bin/setup +29 -0
- data/spec/rails_app/bin/spring +18 -0
- data/spec/rails_app/config.ru +4 -0
- data/spec/rails_app/config/application.rb +29 -0
- data/spec/rails_app/config/boot.rb +5 -0
- data/spec/rails_app/config/database.yml +25 -0
- data/spec/rails_app/config/environment.rb +5 -0
- data/spec/rails_app/config/environments/development.rb +41 -0
- data/spec/rails_app/config/environments/production.rb +79 -0
- data/spec/rails_app/config/environments/test.rb +42 -0
- data/spec/rails_app/config/initializers/assets.rb +11 -0
- data/spec/rails_app/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/rails_app/config/initializers/cookies_serializer.rb +3 -0
- data/spec/rails_app/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/rails_app/config/initializers/inflections.rb +16 -0
- data/spec/rails_app/config/initializers/mime_types.rb +4 -0
- data/spec/rails_app/config/initializers/netzke_testing.rb +4 -0
- data/spec/rails_app/config/initializers/session_store.rb +3 -0
- data/spec/rails_app/config/initializers/wrap_parameters.rb +14 -0
- data/spec/rails_app/config/locales/en.yml +23 -0
- data/spec/rails_app/config/routes.rb +3 -0
- data/spec/rails_app/config/secrets.yml +22 -0
- data/spec/rails_app/db/development.sqlite3 +0 -0
- data/spec/rails_app/db/seeds.rb +7 -0
- data/spec/rails_app/db/test.sqlite3 +0 -0
- data/spec/rails_app/log/development.log +518 -0
- data/spec/rails_app/log/test.log +431 -0
- data/spec/rails_app/public/404.html +67 -0
- data/spec/rails_app/public/422.html +67 -0
- data/spec/rails_app/public/500.html +66 -0
- data/spec/rails_app/public/favicon.ico +0 -0
- data/spec/rails_app/public/robots.txt +5 -0
- data/spec/rails_app/test/test_helper.rb +10 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/1ec8d2bd73a25dacc03b06d7e561bab0 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/3055607d4a01c24bb30f86d38b66be76 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/364f56c42953643bff73d0d14051f406 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/48d1d24065c75bfe3bbf00f303e233d0 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/4d2a90e455a595f51101e7e94572384e +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/5da2225b8b1ca6c070d06b98bbb94452 +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/78fe20223c36898325a9c4b2c5b9523f +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/83ea57e5cb665b7643248a9129870519 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/8411ea481fc20d345affc9abebbea601 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/89f9660384238597a59e787c66e0b2cd +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/9ae207cbf1388d2848f50413af97e3ca +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/9b26c4899cfc5eefc7ae82ccf78e667d +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/a9e045ed0da1e7aeec42ecbaa004f374 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/b0991ffa51c1c366941a555c3643078a +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/b7732372d38c46ae99328022e1fd86c3 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/cc3e6fbec60851d530af0cb3927ae723 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/d1f64ebeb7f5b9680c8c563659247872 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/ddf4385a5814c1c034410ffd071fbac4 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/e032da315be18f628acb87d4f469e052 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/e3c7e415a4520993c2e0029aedbf4890 +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/ea8bddcc0e2b1aa79353e4a5d62928fb +0 -0
- data/spec/rails_app/tmp/cache/assets/test/sprockets/f3d58f13d1651ab6ed838874cbf4bfbe +0 -0
- data/spec/spec_helper.rb +43 -0
- data/spec/testing_controller_spec.rb +28 -0
- metadata +162 -5
@@ -0,0 +1,431 @@
|
|
1
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-02-03 18:35:09 +0700
|
2
|
+
Processing by Netzke::TestingController#components as HTML
|
3
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
4
|
+
Rendered inline template within layouts/netzke/testing (13.2ms)
|
5
|
+
Completed 200 OK in 23ms (Views: 22.4ms | ActiveRecord: 0.0ms)
|
6
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-02-03 18:35:09 +0700
|
7
|
+
Processing by Netzke::TestingController#components as HTML
|
8
|
+
Parameters: {"class"=>"Foo"}
|
9
|
+
Rendered inline template within layouts/netzke/testing (1.1ms)
|
10
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
11
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-02-03 18:35:09 +0700
|
12
|
+
Processing by Netzke::TestingController#components as HTML
|
13
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
14
|
+
Rendered inline template within layouts/netzke/testing (0.9ms)
|
15
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
16
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-02-03 18:35:09 +0700
|
17
|
+
Processing by Netzke::TestingController#components as HTML
|
18
|
+
Parameters: {"class"=>"Foo"}
|
19
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
20
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
21
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-02-03 18:35:09 +0700
|
22
|
+
Processing by Netzke::TestingController#components as HTML
|
23
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
24
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
25
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
26
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-02-03 18:35:12 +0700
|
27
|
+
Processing by Netzke::TestingController#components as HTML
|
28
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
29
|
+
Rendered inline template within layouts/netzke/testing (2.6ms)
|
30
|
+
Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
|
31
|
+
Started GET "/extjs/resources/ext-theme-neptune/ext-theme-neptune-all.css" for 127.0.0.1 at 2015-02-03 18:35:12 +0700
|
32
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-02-03 18:35:12 +0700
|
33
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-02-03 18:35:12 +0700
|
34
|
+
Processing by NetzkeController#ext as CSS
|
35
|
+
Rendered text template (0.0ms)
|
36
|
+
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
37
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-02-03 18:35:12 +0700
|
38
|
+
Started GET "/extjs/ext-all.js" for 127.0.0.1 at 2015-02-03 18:35:12 +0700
|
39
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-02-03 18:35:12 +0700
|
40
|
+
Processing by NetzkeController#ext as JS
|
41
|
+
Rendered text template (0.0ms)
|
42
|
+
Security warning: an embedded <script> tag on another site requested protected JavaScript. If you know what you're doing, go ahead and disable forgery protection on this action to permit cross-origin JavaScript embedding.
|
43
|
+
Completed 422 Unprocessable Entity in 6ms
|
44
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-02-03 18:35:12 +0700
|
45
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-02-03 18:35:12 +0700
|
46
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-02-03 18:35:12 +0700
|
47
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-02-03 18:35:12 +0700
|
48
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-02-03 18:35:12 +0700
|
49
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-02-03 18:35:13 +0700
|
50
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-02-03 18:35:13 +0700
|
51
|
+
Processing by Netzke::TestingController#specs as JS
|
52
|
+
Parameters: {"name"=>"foo"}
|
53
|
+
Rendered text template (0.0ms)
|
54
|
+
Security warning: an embedded <script> tag on another site requested protected JavaScript. If you know what you're doing, go ahead and disable forgery protection on this action to permit cross-origin JavaScript embedding.
|
55
|
+
Completed 422 Unprocessable Entity in 104ms
|
56
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-02-03 18:35:13 +0700
|
57
|
+
Processing by NetzkeController#ext as JS
|
58
|
+
Rendered text template (0.0ms)
|
59
|
+
Security warning: an embedded <script> tag on another site requested protected JavaScript. If you know what you're doing, go ahead and disable forgery protection on this action to permit cross-origin JavaScript embedding.
|
60
|
+
Completed 422 Unprocessable Entity in 4ms
|
61
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-02-03 18:35:13 +0700
|
62
|
+
Processing by Netzke::TestingController#specs as JS
|
63
|
+
Parameters: {"name"=>"foo"}
|
64
|
+
Rendered text template (0.0ms)
|
65
|
+
Security warning: an embedded <script> tag on another site requested protected JavaScript. If you know what you're doing, go ahead and disable forgery protection on this action to permit cross-origin JavaScript embedding.
|
66
|
+
Completed 422 Unprocessable Entity in 106ms
|
67
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-02-03 18:46:55 +0700
|
68
|
+
Processing by Netzke::TestingController#components as HTML
|
69
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
70
|
+
Rendered inline template within layouts/netzke/testing (18.7ms)
|
71
|
+
Completed 200 OK in 30ms (Views: 29.6ms | ActiveRecord: 0.0ms)
|
72
|
+
Started GET "/extjs/resources/ext-theme-neptune/ext-theme-neptune-all.css" for 127.0.0.1 at 2015-02-03 18:46:55 +0700
|
73
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-02-03 18:46:55 +0700
|
74
|
+
Started GET "/extjs/ext-all.js" for 127.0.0.1 at 2015-02-03 18:46:55 +0700
|
75
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-02-03 18:46:55 +0700
|
76
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-02-03 18:46:55 +0700
|
77
|
+
Processing by NetzkeController#ext as CSS
|
78
|
+
Rendered text template (0.0ms)
|
79
|
+
Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
|
80
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-02-03 18:46:55 +0700
|
81
|
+
Processing by NetzkeController#ext as JS
|
82
|
+
Rendered text template (0.0ms)
|
83
|
+
Security warning: an embedded <script> tag on another site requested protected JavaScript. If you know what you're doing, go ahead and disable forgery protection on this action to permit cross-origin JavaScript embedding.
|
84
|
+
Completed 422 Unprocessable Entity in 8ms
|
85
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-02-03 18:46:55 +0700
|
86
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-02-03 18:46:55 +0700
|
87
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-02-03 18:46:55 +0700
|
88
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-02-03 18:46:55 +0700
|
89
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-02-03 18:46:55 +0700
|
90
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-02-03 18:46:55 +0700
|
91
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-02-03 18:46:55 +0700
|
92
|
+
Processing by Netzke::TestingController#specs as JS
|
93
|
+
Parameters: {"name"=>"foo"}
|
94
|
+
Rendered text template (0.0ms)
|
95
|
+
Security warning: an embedded <script> tag on another site requested protected JavaScript. If you know what you're doing, go ahead and disable forgery protection on this action to permit cross-origin JavaScript embedding.
|
96
|
+
Completed 422 Unprocessable Entity in 145ms
|
97
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-02-03 20:32:29 +0700
|
98
|
+
Processing by Netzke::TestingController#components as HTML
|
99
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
100
|
+
Rendered inline template within layouts/netzke/testing (10.9ms)
|
101
|
+
Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.0ms)
|
102
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-02-03 20:32:29 +0700
|
103
|
+
Processing by Netzke::TestingController#components as HTML
|
104
|
+
Parameters: {"class"=>"Foo"}
|
105
|
+
Rendered inline template within layouts/netzke/testing (1.2ms)
|
106
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
107
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-02-03 20:32:29 +0700
|
108
|
+
Processing by Netzke::TestingController#components as HTML
|
109
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
110
|
+
Rendered inline template within layouts/netzke/testing (0.9ms)
|
111
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
112
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-02-03 20:32:29 +0700
|
113
|
+
Processing by Netzke::TestingController#components as HTML
|
114
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
115
|
+
Rendered inline template within layouts/netzke/testing (0.9ms)
|
116
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
117
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-02-03 20:32:29 +0700
|
118
|
+
Processing by Netzke::TestingController#components as HTML
|
119
|
+
Parameters: {"class"=>"Foo"}
|
120
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
121
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
122
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-02-03 20:34:52 +0700
|
123
|
+
Processing by Netzke::TestingController#components as HTML
|
124
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
125
|
+
Rendered inline template within layouts/netzke/testing (33.8ms)
|
126
|
+
Completed 200 OK in 50ms (Views: 49.8ms | ActiveRecord: 0.0ms)
|
127
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-02-03 20:34:52 +0700
|
128
|
+
Processing by NetzkeController#ext as CSS
|
129
|
+
Rendered text template (0.0ms)
|
130
|
+
Completed 200 OK in 9ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
131
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-02-03 20:34:52 +0700
|
132
|
+
Processing by NetzkeController#ext as JS
|
133
|
+
Rendered text template (0.0ms)
|
134
|
+
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
135
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-02-03 20:34:52 +0700
|
136
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-02-03 20:34:52 +0700
|
137
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-02-03 20:34:52 +0700
|
138
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-02-03 20:34:52 +0700
|
139
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-02-03 20:34:52 +0700
|
140
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-02-03 20:34:52 +0700
|
141
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-02-03 20:34:52 +0700
|
142
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-02-03 20:34:52 +0700
|
143
|
+
Processing by Netzke::TestingController#specs as JS
|
144
|
+
Parameters: {"name"=>"foo"}
|
145
|
+
Rendered text template (0.0ms)
|
146
|
+
Completed 200 OK in 410ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
147
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-02-03 20:34:52 +0700
|
148
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-02-03 20:34:57 +0700
|
149
|
+
Processing by Netzke::TestingController#components as HTML
|
150
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
151
|
+
Rendered inline template within layouts/netzke/testing (1.2ms)
|
152
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
153
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-02-03 20:34:57 +0700
|
154
|
+
Processing by Netzke::TestingController#components as HTML
|
155
|
+
Parameters: {"class"=>"Foo"}
|
156
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
157
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
158
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-02-03 20:34:57 +0700
|
159
|
+
Processing by Netzke::TestingController#components as HTML
|
160
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
161
|
+
Rendered inline template within layouts/netzke/testing (0.9ms)
|
162
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
163
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-02-03 20:34:57 +0700
|
164
|
+
Processing by Netzke::TestingController#components as HTML
|
165
|
+
Parameters: {"class"=>"Foo"}
|
166
|
+
Rendered inline template within layouts/netzke/testing (0.9ms)
|
167
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
168
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-02-03 20:34:57 +0700
|
169
|
+
Processing by Netzke::TestingController#components as HTML
|
170
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
171
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
172
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
173
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-02-03 20:35:37 +0700
|
174
|
+
Processing by Netzke::TestingController#components as HTML
|
175
|
+
Parameters: {"class"=>"Foo"}
|
176
|
+
Rendered inline template within layouts/netzke/testing (12.2ms)
|
177
|
+
Completed 200 OK in 22ms (Views: 22.1ms | ActiveRecord: 0.0ms)
|
178
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-02-03 20:35:37 +0700
|
179
|
+
Processing by Netzke::TestingController#components as HTML
|
180
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
181
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
182
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
183
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-02-03 20:35:37 +0700
|
184
|
+
Processing by Netzke::TestingController#components as HTML
|
185
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
186
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
187
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
188
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-02-03 20:35:37 +0700
|
189
|
+
Processing by Netzke::TestingController#components as HTML
|
190
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
191
|
+
Rendered inline template within layouts/netzke/testing (0.9ms)
|
192
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
193
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-02-03 20:35:37 +0700
|
194
|
+
Processing by Netzke::TestingController#components as HTML
|
195
|
+
Parameters: {"class"=>"Foo"}
|
196
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
197
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
198
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-02-03 20:35:45 +0700
|
199
|
+
Processing by Netzke::TestingController#components as HTML
|
200
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
201
|
+
Rendered inline template within layouts/netzke/testing (1.9ms)
|
202
|
+
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
203
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-02-03 20:35:45 +0700
|
204
|
+
Processing by NetzkeController#ext as CSS
|
205
|
+
Rendered text template (0.0ms)
|
206
|
+
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
|
207
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-02-03 20:35:45 +0700
|
208
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-02-03 20:35:45 +0700
|
209
|
+
Processing by NetzkeController#ext as JS
|
210
|
+
Rendered text template (0.0ms)
|
211
|
+
Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
212
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-02-03 20:35:45 +0700
|
213
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-02-03 20:35:45 +0700
|
214
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-02-03 20:35:45 +0700
|
215
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-02-03 20:35:45 +0700
|
216
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-02-03 20:35:45 +0700
|
217
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-02-03 20:35:45 +0700
|
218
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-02-03 20:35:45 +0700
|
219
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-02-03 20:35:45 +0700
|
220
|
+
Processing by Netzke::TestingController#specs as JS
|
221
|
+
Parameters: {"name"=>"foo"}
|
222
|
+
Rendered text template (0.0ms)
|
223
|
+
Completed 200 OK in 356ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
224
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-02-03 20:37:27 +0700
|
225
|
+
Processing by Netzke::TestingController#components as HTML
|
226
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
227
|
+
Rendered inline template within layouts/netzke/testing (20.5ms)
|
228
|
+
Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.0ms)
|
229
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-02-03 20:37:27 +0700
|
230
|
+
Processing by NetzkeController#ext as CSS
|
231
|
+
Rendered text template (0.0ms)
|
232
|
+
Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms)
|
233
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-02-03 20:37:27 +0700
|
234
|
+
Processing by NetzkeController#ext as JS
|
235
|
+
Rendered text template (0.0ms)
|
236
|
+
Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
237
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-02-03 20:37:27 +0700
|
238
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-02-03 20:37:27 +0700
|
239
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-02-03 20:37:27 +0700
|
240
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-02-03 20:37:27 +0700
|
241
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-02-03 20:37:27 +0700
|
242
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-02-03 20:37:27 +0700
|
243
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-02-03 20:37:27 +0700
|
244
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-02-03 20:37:27 +0700
|
245
|
+
Started GET "/assets/custom.js" for 127.0.0.1 at 2015-02-03 20:37:27 +0700
|
246
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-02-03 20:37:27 +0700
|
247
|
+
Processing by Netzke::TestingController#specs as JS
|
248
|
+
Parameters: {"name"=>"foo"}
|
249
|
+
Rendered text template (0.0ms)
|
250
|
+
Completed 200 OK in 295ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
251
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-02-03 20:37:32 +0700
|
252
|
+
Processing by Netzke::TestingController#components as HTML
|
253
|
+
Parameters: {"class"=>"Foo"}
|
254
|
+
Rendered inline template within layouts/netzke/testing (1.2ms)
|
255
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
256
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-02-03 20:37:32 +0700
|
257
|
+
Processing by Netzke::TestingController#components as HTML
|
258
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
259
|
+
Rendered inline template within layouts/netzke/testing (1.1ms)
|
260
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
261
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-02-03 20:37:32 +0700
|
262
|
+
Processing by Netzke::TestingController#components as HTML
|
263
|
+
Parameters: {"class"=>"Foo"}
|
264
|
+
Rendered inline template within layouts/netzke/testing (0.9ms)
|
265
|
+
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
266
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-02-03 20:37:32 +0700
|
267
|
+
Processing by Netzke::TestingController#components as HTML
|
268
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
269
|
+
Rendered inline template within layouts/netzke/testing (0.9ms)
|
270
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
271
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-02-03 20:37:32 +0700
|
272
|
+
Processing by Netzke::TestingController#components as HTML
|
273
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
274
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
275
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
276
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-02-04 16:59:42 +0700
|
277
|
+
Processing by Netzke::TestingController#components as HTML
|
278
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
279
|
+
Rendered inline template within layouts/netzke/testing (16.0ms)
|
280
|
+
Completed 200 OK in 41ms (Views: 40.9ms | ActiveRecord: 0.0ms)
|
281
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-02-04 16:59:42 +0700
|
282
|
+
Processing by Netzke::TestingController#components as HTML
|
283
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
284
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
285
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
286
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-02-04 16:59:42 +0700
|
287
|
+
Processing by Netzke::TestingController#components as HTML
|
288
|
+
Parameters: {"class"=>"Foo"}
|
289
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
290
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
291
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-02-04 16:59:42 +0700
|
292
|
+
Processing by Netzke::TestingController#components as HTML
|
293
|
+
Parameters: {"class"=>"Foo"}
|
294
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
295
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
296
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-02-04 16:59:42 +0700
|
297
|
+
Processing by Netzke::TestingController#components as HTML
|
298
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
299
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
300
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
301
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-02-04 16:59:45 +0700
|
302
|
+
Processing by Netzke::TestingController#components as HTML
|
303
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
304
|
+
Rendered inline template within layouts/netzke/testing (2.2ms)
|
305
|
+
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
|
306
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-02-04 16:59:45 +0700
|
307
|
+
Processing by NetzkeController#ext as CSS
|
308
|
+
Rendered text template (0.0ms)
|
309
|
+
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
310
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-02-04 16:59:45 +0700
|
311
|
+
Processing by NetzkeController#ext as JS
|
312
|
+
Rendered text template (0.0ms)
|
313
|
+
Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
314
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-02-04 16:59:45 +0700
|
315
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-02-04 16:59:45 +0700
|
316
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-02-04 16:59:45 +0700
|
317
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-02-04 16:59:45 +0700
|
318
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-02-04 16:59:45 +0700
|
319
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-02-04 16:59:45 +0700
|
320
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-02-04 16:59:45 +0700
|
321
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-02-04 16:59:45 +0700
|
322
|
+
Started GET "/assets/custom.js" for 127.0.0.1 at 2015-02-04 16:59:45 +0700
|
323
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-02-04 16:59:45 +0700
|
324
|
+
Processing by Netzke::TestingController#specs as JS
|
325
|
+
Parameters: {"name"=>"foo"}
|
326
|
+
Rendered text template (0.0ms)
|
327
|
+
Completed 200 OK in 262ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
328
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-02-04 17:38:46 +0700
|
329
|
+
Processing by Netzke::TestingController#components as HTML
|
330
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
331
|
+
Rendered inline template within layouts/netzke/testing (13.7ms)
|
332
|
+
Completed 200 OK in 35ms (Views: 34.6ms | ActiveRecord: 0.0ms)
|
333
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-02-04 17:38:46 +0700
|
334
|
+
Processing by Netzke::TestingController#components as HTML
|
335
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
336
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
337
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
338
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-02-04 17:38:46 +0700
|
339
|
+
Processing by Netzke::TestingController#components as HTML
|
340
|
+
Parameters: {"class"=>"Foo"}
|
341
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
342
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
343
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-02-04 17:38:46 +0700
|
344
|
+
Processing by Netzke::TestingController#components as HTML
|
345
|
+
Parameters: {"class"=>"Foo"}
|
346
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
347
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
348
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-02-04 17:38:46 +0700
|
349
|
+
Processing by Netzke::TestingController#components as HTML
|
350
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
351
|
+
Rendered inline template within layouts/netzke/testing (0.9ms)
|
352
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
353
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-02-04 17:38:49 +0700
|
354
|
+
Processing by Netzke::TestingController#components as HTML
|
355
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
356
|
+
Rendered inline template within layouts/netzke/testing (2.0ms)
|
357
|
+
Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
|
358
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-02-04 17:38:49 +0700
|
359
|
+
Processing by NetzkeController#ext as JS
|
360
|
+
Rendered text template (0.0ms)
|
361
|
+
Completed 200 OK in 10ms (Views: 3.8ms | ActiveRecord: 0.0ms)
|
362
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-02-04 17:38:49 +0700
|
363
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-02-04 17:38:49 +0700
|
364
|
+
Processing by NetzkeController#ext as CSS
|
365
|
+
Rendered text template (0.0ms)
|
366
|
+
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
367
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-02-04 17:38:49 +0700
|
368
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-02-04 17:38:49 +0700
|
369
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-02-04 17:38:49 +0700
|
370
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-02-04 17:38:49 +0700
|
371
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-02-04 17:38:49 +0700
|
372
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-02-04 17:38:49 +0700
|
373
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-02-04 17:38:49 +0700
|
374
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-02-04 17:38:49 +0700
|
375
|
+
Processing by Netzke::TestingController#specs as JS
|
376
|
+
Parameters: {"name"=>"foo"}
|
377
|
+
Rendered text template (0.0ms)
|
378
|
+
Completed 200 OK in 376ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
379
|
+
Started GET "/assets/custom.js" for 127.0.0.1 at 2015-02-04 17:38:49 +0700
|
380
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-02-05 11:57:51 +0700
|
381
|
+
Processing by Netzke::TestingController#components as HTML
|
382
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
383
|
+
Rendered inline template within layouts/netzke/testing (14.6ms)
|
384
|
+
Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.0ms)
|
385
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-02-05 11:57:51 +0700
|
386
|
+
Processing by Netzke::TestingController#components as HTML
|
387
|
+
Parameters: {"class"=>"Foo"}
|
388
|
+
Rendered inline template within layouts/netzke/testing (1.3ms)
|
389
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
390
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-02-05 11:57:51 +0700
|
391
|
+
Processing by Netzke::TestingController#components as HTML
|
392
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
393
|
+
Rendered inline template within layouts/netzke/testing (1.1ms)
|
394
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
395
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-02-05 11:57:51 +0700
|
396
|
+
Processing by Netzke::TestingController#components as HTML
|
397
|
+
Parameters: {"class"=>"Foo"}
|
398
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
399
|
+
Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
400
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-02-05 11:57:51 +0700
|
401
|
+
Processing by Netzke::TestingController#components as HTML
|
402
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
403
|
+
Rendered inline template within layouts/netzke/testing (1.1ms)
|
404
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
405
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-02-05 11:57:53 +0700
|
406
|
+
Processing by Netzke::TestingController#components as HTML
|
407
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
408
|
+
Rendered inline template within layouts/netzke/testing (2.8ms)
|
409
|
+
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
410
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-02-05 11:57:53 +0700
|
411
|
+
Processing by NetzkeController#ext as JS
|
412
|
+
Rendered text template (0.0ms)
|
413
|
+
Completed 200 OK in 17ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
414
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-02-05 11:57:53 +0700
|
415
|
+
Processing by NetzkeController#ext as CSS
|
416
|
+
Rendered text template (0.0ms)
|
417
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
418
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-02-05 11:57:53 +0700
|
419
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-02-05 11:57:53 +0700
|
420
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-02-05 11:57:53 +0700
|
421
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-02-05 11:57:53 +0700
|
422
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-02-05 11:57:53 +0700
|
423
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-02-05 11:57:53 +0700
|
424
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-02-05 11:57:53 +0700
|
425
|
+
Started GET "/assets/custom.js" for 127.0.0.1 at 2015-02-05 11:57:53 +0700
|
426
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-02-05 11:57:53 +0700
|
427
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-02-05 11:57:53 +0700
|
428
|
+
Processing by Netzke::TestingController#specs as JS
|
429
|
+
Parameters: {"name"=>"foo"}
|
430
|
+
Rendered text template (0.0ms)
|
431
|
+
Completed 200 OK in 447ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
@@ -0,0 +1,67 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>The page you were looking for doesn't exist (404)</title>
|
5
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
6
|
+
<style>
|
7
|
+
body {
|
8
|
+
background-color: #EFEFEF;
|
9
|
+
color: #2E2F30;
|
10
|
+
text-align: center;
|
11
|
+
font-family: arial, sans-serif;
|
12
|
+
margin: 0;
|
13
|
+
}
|
14
|
+
|
15
|
+
div.dialog {
|
16
|
+
width: 95%;
|
17
|
+
max-width: 33em;
|
18
|
+
margin: 4em auto 0;
|
19
|
+
}
|
20
|
+
|
21
|
+
div.dialog > div {
|
22
|
+
border: 1px solid #CCC;
|
23
|
+
border-right-color: #999;
|
24
|
+
border-left-color: #999;
|
25
|
+
border-bottom-color: #BBB;
|
26
|
+
border-top: #B00100 solid 4px;
|
27
|
+
border-top-left-radius: 9px;
|
28
|
+
border-top-right-radius: 9px;
|
29
|
+
background-color: white;
|
30
|
+
padding: 7px 12% 0;
|
31
|
+
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
32
|
+
}
|
33
|
+
|
34
|
+
h1 {
|
35
|
+
font-size: 100%;
|
36
|
+
color: #730E15;
|
37
|
+
line-height: 1.5em;
|
38
|
+
}
|
39
|
+
|
40
|
+
div.dialog > p {
|
41
|
+
margin: 0 0 1em;
|
42
|
+
padding: 1em;
|
43
|
+
background-color: #F7F7F7;
|
44
|
+
border: 1px solid #CCC;
|
45
|
+
border-right-color: #999;
|
46
|
+
border-left-color: #999;
|
47
|
+
border-bottom-color: #999;
|
48
|
+
border-bottom-left-radius: 4px;
|
49
|
+
border-bottom-right-radius: 4px;
|
50
|
+
border-top-color: #DADADA;
|
51
|
+
color: #666;
|
52
|
+
box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
|
53
|
+
}
|
54
|
+
</style>
|
55
|
+
</head>
|
56
|
+
|
57
|
+
<body>
|
58
|
+
<!-- This file lives in public/404.html -->
|
59
|
+
<div class="dialog">
|
60
|
+
<div>
|
61
|
+
<h1>The page you were looking for doesn't exist.</h1>
|
62
|
+
<p>You may have mistyped the address or the page may have moved.</p>
|
63
|
+
</div>
|
64
|
+
<p>If you are the application owner check the logs for more information.</p>
|
65
|
+
</div>
|
66
|
+
</body>
|
67
|
+
</html>
|