netzke-testing 0.12.0.beta2 → 0.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/netzke/testing/version.rb +1 -1
- data/netzke-testing.gemspec +1 -1
- data/spec/rails_app/Gemfile.lock +10 -12
- data/spec/rails_app/log/development.log +88 -0
- data/spec/rails_app/log/test.log +226 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 56b2ef0a7593c1b456b728902a7521e9afde18c5
|
4
|
+
data.tar.gz: de64081c0d8bdce64be8a62f481401e64752ed00
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c41931fc6643fd6373d8700407bf09e772a43633b645d29eb3c820f232670026b2b51f9d48212289e616e00f32242e89c7304503f092953cfd3f5b5a323064c
|
7
|
+
data.tar.gz: 5345596053063270fac5e60f1af357157dd4624d58d05333e938c381ff1dca7d481e30cf2067dd94659d186b0f46ea832f3e9f51b0a166e3a823b9e806ff6775
|
data/README.md
CHANGED
@@ -112,11 +112,11 @@ You can explicitely specify a component to run the spec on (in order to override
|
|
112
112
|
## Requirements
|
113
113
|
|
114
114
|
* Ruby >= 2.0.0
|
115
|
-
* Rails
|
115
|
+
* Rails ~> 4.2.0
|
116
116
|
* Ext JS = 5.1.0
|
117
117
|
|
118
118
|
---
|
119
|
-
|
119
|
+
© 2015 [Max Gorin](https://twitter.com/mxgrn), released under the MIT license (see LICENSE).
|
120
120
|
|
121
121
|
**Note** that Ext JS is licensed [differently](http://www.sencha.com/products/extjs/license/), and you may need to
|
122
122
|
purchase a commercial license in order to use it in your projects!
|
data/netzke-testing.gemspec
CHANGED
@@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
|
|
25
25
|
spec.add_development_dependency 'capybara'
|
26
26
|
spec.add_development_dependency 'selenium-webdriver'
|
27
27
|
spec.add_development_dependency "rspec-rails"
|
28
|
-
spec.add_development_dependency 'netzke-core', '~> 0.12.0
|
28
|
+
spec.add_development_dependency 'netzke-core', '~> 0.12.0'
|
29
29
|
end
|
data/spec/rails_app/Gemfile.lock
CHANGED
@@ -40,10 +40,9 @@ GEM
|
|
40
40
|
binding_of_caller (0.7.2)
|
41
41
|
debug_inspector (>= 0.0.1)
|
42
42
|
builder (3.2.2)
|
43
|
-
byebug (
|
44
|
-
columnize (
|
45
|
-
|
46
|
-
slop (~> 3.6)
|
43
|
+
byebug (4.0.1)
|
44
|
+
columnize (= 0.9.0)
|
45
|
+
rb-readline (= 0.5.2)
|
47
46
|
capybara (2.4.4)
|
48
47
|
mime-types (>= 1.16)
|
49
48
|
nokogiri (>= 1.3.3)
|
@@ -61,11 +60,10 @@ GEM
|
|
61
60
|
coffee-script-source (1.9.1)
|
62
61
|
columnize (0.9.0)
|
63
62
|
debug_inspector (0.0.2)
|
64
|
-
debugger-linecache (1.2.0)
|
65
63
|
diff-lcs (1.2.5)
|
66
64
|
erubis (2.7.0)
|
67
65
|
execjs (2.4.0)
|
68
|
-
ffi (1.9.
|
66
|
+
ffi (1.9.8)
|
69
67
|
globalid (0.3.3)
|
70
68
|
activesupport (>= 4.1.0)
|
71
69
|
hike (1.2.3)
|
@@ -86,7 +84,7 @@ GEM
|
|
86
84
|
mini_portile (0.6.2)
|
87
85
|
minitest (5.5.1)
|
88
86
|
multi_json (1.11.0)
|
89
|
-
netzke-core (0.12.0
|
87
|
+
netzke-core (0.12.0)
|
90
88
|
execjs
|
91
89
|
uglifier
|
92
90
|
nokogiri (1.6.6.2)
|
@@ -111,7 +109,7 @@ GEM
|
|
111
109
|
activesupport (>= 4.2.0.beta, < 5.0)
|
112
110
|
nokogiri (~> 1.6.0)
|
113
111
|
rails-deprecated_sanitizer (>= 1.0.1)
|
114
|
-
rails-html-sanitizer (1.0.
|
112
|
+
rails-html-sanitizer (1.0.2)
|
115
113
|
loofah (~> 2.0)
|
116
114
|
railties (4.2.0)
|
117
115
|
actionpack (= 4.2.0)
|
@@ -119,8 +117,9 @@ GEM
|
|
119
117
|
rake (>= 0.8.7)
|
120
118
|
thor (>= 0.18.1, < 2.0)
|
121
119
|
rake (10.4.2)
|
120
|
+
rb-readline (0.5.2)
|
122
121
|
rdoc (4.2.0)
|
123
|
-
rspec-core (3.2.
|
122
|
+
rspec-core (3.2.2)
|
124
123
|
rspec-support (~> 3.2.0)
|
125
124
|
rspec-expectations (3.2.0)
|
126
125
|
diff-lcs (>= 1.2.0, < 2.0)
|
@@ -153,7 +152,6 @@ GEM
|
|
153
152
|
multi_json (~> 1.0)
|
154
153
|
rubyzip (~> 1.0)
|
155
154
|
websocket (~> 1.0)
|
156
|
-
slop (3.6.0)
|
157
155
|
spring (1.3.3)
|
158
156
|
sprockets (2.12.3)
|
159
157
|
hike (~> 1.2)
|
@@ -166,7 +164,7 @@ GEM
|
|
166
164
|
sprockets (>= 2.8, < 4.0)
|
167
165
|
sqlite3 (1.3.10)
|
168
166
|
thor (0.19.1)
|
169
|
-
thread_safe (0.3.
|
167
|
+
thread_safe (0.3.5)
|
170
168
|
tilt (1.4.1)
|
171
169
|
turbolinks (2.5.3)
|
172
170
|
coffee-rails
|
@@ -175,7 +173,7 @@ GEM
|
|
175
173
|
uglifier (2.7.1)
|
176
174
|
execjs (>= 0.3.0)
|
177
175
|
json (>= 1.8.0)
|
178
|
-
web-console (2.1.
|
176
|
+
web-console (2.1.2)
|
179
177
|
activemodel (>= 4.0)
|
180
178
|
binding_of_caller (>= 0.7.2)
|
181
179
|
railties (>= 4.0)
|
@@ -541,3 +541,91 @@ Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-03-08 15:36:24 +0700
|
|
541
541
|
Processing by NetzkeController#ext as JS
|
542
542
|
Rendered text template (0.1ms)
|
543
543
|
Completed 200 OK in 24ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
544
|
+
|
545
|
+
|
546
|
+
Started GET "/" for ::1 at 2015-03-16 16:47:12 +0700
|
547
|
+
Processing by Rails::WelcomeController#index as HTML
|
548
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/railties-4.2.0/lib/rails/templates/rails/welcome/index.html.erb (2.2ms)
|
549
|
+
Completed 200 OK in 19ms (Views: 11.1ms | ActiveRecord: 0.0ms)
|
550
|
+
|
551
|
+
|
552
|
+
Started GET "/netzke/components/Foo" for ::1 at 2015-03-16 16:47:18 +0700
|
553
|
+
Processing by Netzke::TestingController#components as HTML
|
554
|
+
Parameters: {"class"=>"Foo"}
|
555
|
+
Rendered inline template within layouts/netzke/testing (3.4ms)
|
556
|
+
Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.0ms)
|
557
|
+
|
558
|
+
|
559
|
+
Started GET "/netzke/ext.js" for ::1 at 2015-03-16 16:47:18 +0700
|
560
|
+
Processing by NetzkeController#ext as JS
|
561
|
+
Rendered text template (0.0ms)
|
562
|
+
Completed 200 OK in 5ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
563
|
+
|
564
|
+
|
565
|
+
Started GET "/netzke/ext.css" for ::1 at 2015-03-16 16:47:18 +0700
|
566
|
+
Processing by NetzkeController#ext as CSS
|
567
|
+
Rendered text template (0.0ms)
|
568
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
569
|
+
|
570
|
+
|
571
|
+
Started GET "/extjs/build/ext-all-debug.js" for ::1 at 2015-03-16 16:47:18 +0700
|
572
|
+
|
573
|
+
ActionController::RoutingError (No route matches [GET] "/extjs/build/ext-all-debug.js"):
|
574
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
575
|
+
web-console (2.1.2) lib/web_console/middleware.rb:37:in `call'
|
576
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
577
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
578
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
579
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
580
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
581
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
582
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
583
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
584
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
585
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
586
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
587
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
588
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
589
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
590
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
591
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
592
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
593
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
594
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
595
|
+
/Users/mxgrn/.rbenv/versions/2.2.0/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
596
|
+
/Users/mxgrn/.rbenv/versions/2.2.0/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
597
|
+
/Users/mxgrn/.rbenv/versions/2.2.0/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
598
|
+
|
599
|
+
|
600
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
|
601
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
|
602
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.1ms)
|
603
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
|
604
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (84.2ms)
|
605
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/_markup.html.erb (0.4ms)
|
606
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.0/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)
|
607
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.0/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)
|
608
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.0/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)
|
609
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/console.js.erb within layouts/javascript (48.8ms)
|
610
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
|
611
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.0/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)
|
612
|
+
Rendered /Users/mxgrn/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/web-console-2.1.2/lib/web_console/templates/index.html.erb (107.7ms)
|
613
|
+
|
614
|
+
|
615
|
+
Started GET "/netzke/components/Foo" for ::1 at 2015-03-16 16:47:47 +0700
|
616
|
+
Processing by Netzke::TestingController#components as HTML
|
617
|
+
Parameters: {"class"=>"Foo"}
|
618
|
+
Rendered inline template within layouts/netzke/testing (5.0ms)
|
619
|
+
Completed 200 OK in 25ms (Views: 16.8ms | ActiveRecord: 0.0ms)
|
620
|
+
|
621
|
+
|
622
|
+
Started GET "/netzke/ext.js" for ::1 at 2015-03-16 16:47:47 +0700
|
623
|
+
Processing by NetzkeController#ext as JS
|
624
|
+
Rendered text template (0.0ms)
|
625
|
+
Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
626
|
+
|
627
|
+
|
628
|
+
Started GET "/netzke/ext.css" for ::1 at 2015-03-16 16:47:47 +0700
|
629
|
+
Processing by NetzkeController#ext as CSS
|
630
|
+
Rendered text template (0.0ms)
|
631
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
data/spec/rails_app/log/test.log
CHANGED
@@ -531,3 +531,229 @@ Processing by Netzke::TestingController#components as HTML
|
|
531
531
|
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
532
532
|
Rendered inline template within layouts/netzke/testing (0.9ms)
|
533
533
|
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
534
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-03-16 16:46:42 +0700
|
535
|
+
Processing by Netzke::TestingController#components as HTML
|
536
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
537
|
+
Rendered inline template within layouts/netzke/testing (14.8ms)
|
538
|
+
Completed 200 OK in 40ms (Views: 39.4ms | ActiveRecord: 0.0ms)
|
539
|
+
Started GET "/extjs/packages/ext-theme-crisp/build/resources/ext-theme-crisp-all.css" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
540
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
541
|
+
Processing by NetzkeController#ext as CSS
|
542
|
+
Rendered text template (0.0ms)
|
543
|
+
Completed 200 OK in 9ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
544
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
545
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
546
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
547
|
+
Processing by NetzkeController#ext as JS
|
548
|
+
Rendered text template (0.0ms)
|
549
|
+
Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
550
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
551
|
+
Started GET "/extjs/build/ext-all-debug.js" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
552
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
553
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
554
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
555
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
556
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
557
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
558
|
+
Processing by Netzke::TestingController#specs as JS
|
559
|
+
Parameters: {"name"=>"foo"}
|
560
|
+
Rendered text template (0.0ms)
|
561
|
+
Completed 200 OK in 84ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
562
|
+
Started GET "/assets/custom.js" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
563
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
564
|
+
Processing by Netzke::TestingController#components as HTML
|
565
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
566
|
+
Rendered inline template within layouts/netzke/testing (1.5ms)
|
567
|
+
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
568
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
569
|
+
Processing by NetzkeController#ext as JS
|
570
|
+
Rendered text template (0.0ms)
|
571
|
+
Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
572
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
573
|
+
Processing by NetzkeController#ext as CSS
|
574
|
+
Rendered text template (0.0ms)
|
575
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
576
|
+
Started GET "/extjs/build/ext-all-debug.js" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
577
|
+
Started GET "/extjs/packages/ext-theme-crisp/build/resources/ext-theme-crisp-all.css" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
578
|
+
Started GET "/netzke/specs/true.js" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
579
|
+
Processing by Netzke::TestingController#specs as JS
|
580
|
+
Parameters: {"name"=>"true"}
|
581
|
+
Completed 500 Internal Server Error in 0ms
|
582
|
+
Started GET "/netzke/specs/true.js" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
583
|
+
Processing by Netzke::TestingController#specs as JS
|
584
|
+
Parameters: {"name"=>"true"}
|
585
|
+
Completed 500 Internal Server Error in 0ms
|
586
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
587
|
+
Processing by Netzke::TestingController#components as HTML
|
588
|
+
Parameters: {"class"=>"Foo"}
|
589
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
590
|
+
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
|
591
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
592
|
+
Processing by NetzkeController#ext as CSS
|
593
|
+
Rendered text template (0.0ms)
|
594
|
+
Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
595
|
+
Started GET "/extjs/packages/ext-theme-crisp/build/resources/ext-theme-crisp-all.css" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
596
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
597
|
+
Processing by NetzkeController#ext as JS
|
598
|
+
Rendered text template (0.0ms)
|
599
|
+
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
600
|
+
Started GET "/extjs/build/ext-all-debug.js" for 127.0.0.1 at 2015-03-16 16:46:43 +0700
|
601
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-03-16 16:46:44 +0700
|
602
|
+
Processing by Netzke::TestingController#components as HTML
|
603
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
604
|
+
Rendered inline template within layouts/netzke/testing (1.2ms)
|
605
|
+
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
606
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-03-16 16:46:44 +0700
|
607
|
+
Processing by Netzke::TestingController#components as HTML
|
608
|
+
Parameters: {"class"=>"Foo"}
|
609
|
+
Rendered inline template within layouts/netzke/testing (1.2ms)
|
610
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
611
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-03-16 16:46:44 +0700
|
612
|
+
Processing by Netzke::TestingController#components as HTML
|
613
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
614
|
+
Rendered inline template within layouts/netzke/testing (2.0ms)
|
615
|
+
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
616
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
617
|
+
Processing by Netzke::TestingController#components as HTML
|
618
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
619
|
+
Rendered inline template within layouts/netzke/testing (13.5ms)
|
620
|
+
Completed 200 OK in 34ms (Views: 33.8ms | ActiveRecord: 0.0ms)
|
621
|
+
Started GET "/extjs/packages/ext-theme-crisp/build/resources/ext-theme-crisp-all.css" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
622
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
623
|
+
Processing by NetzkeController#ext as CSS
|
624
|
+
Rendered text template (0.0ms)
|
625
|
+
Completed 200 OK in 6ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
626
|
+
Started GET "/extjs/build/ext-all-debug.js" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
627
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
628
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
629
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
630
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
631
|
+
Processing by NetzkeController#ext as JS
|
632
|
+
Rendered text template (0.0ms)
|
633
|
+
Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
634
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
635
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
636
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
637
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
638
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
639
|
+
Started GET "/assets/custom.js" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
640
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
641
|
+
Processing by Netzke::TestingController#specs as JS
|
642
|
+
Parameters: {"name"=>"foo"}
|
643
|
+
Rendered text template (0.0ms)
|
644
|
+
Completed 200 OK in 79ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
645
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
646
|
+
Processing by Netzke::TestingController#components as HTML
|
647
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
648
|
+
Rendered inline template within layouts/netzke/testing (1.6ms)
|
649
|
+
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
650
|
+
Started GET "/extjs/packages/ext-theme-crisp/build/resources/ext-theme-crisp-all.css" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
651
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
652
|
+
Processing by NetzkeController#ext as CSS
|
653
|
+
Rendered text template (0.0ms)
|
654
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
655
|
+
Started GET "/extjs/build/ext-all-debug.js" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
656
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
657
|
+
Processing by NetzkeController#ext as JS
|
658
|
+
Rendered text template (0.0ms)
|
659
|
+
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
660
|
+
Started GET "/netzke/specs/true.js" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
661
|
+
Processing by Netzke::TestingController#specs as JS
|
662
|
+
Parameters: {"name"=>"true"}
|
663
|
+
Completed 500 Internal Server Error in 1ms
|
664
|
+
Started GET "/netzke/specs/true.js" for 127.0.0.1 at 2015-03-16 16:46:51 +0700
|
665
|
+
Processing by Netzke::TestingController#specs as JS
|
666
|
+
Parameters: {"name"=>"true"}
|
667
|
+
Completed 500 Internal Server Error in 0ms
|
668
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-03-16 16:46:52 +0700
|
669
|
+
Processing by Netzke::TestingController#components as HTML
|
670
|
+
Parameters: {"class"=>"Foo"}
|
671
|
+
Rendered inline template within layouts/netzke/testing (1.1ms)
|
672
|
+
Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
673
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-03-16 16:46:52 +0700
|
674
|
+
Processing by NetzkeController#ext as CSS
|
675
|
+
Rendered text template (0.0ms)
|
676
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
677
|
+
Started GET "/extjs/packages/ext-theme-crisp/build/resources/ext-theme-crisp-all.css" for 127.0.0.1 at 2015-03-16 16:46:52 +0700
|
678
|
+
Started GET "/extjs/build/ext-all-debug.js" for 127.0.0.1 at 2015-03-16 16:46:52 +0700
|
679
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-03-16 16:46:52 +0700
|
680
|
+
Processing by NetzkeController#ext as JS
|
681
|
+
Rendered text template (0.0ms)
|
682
|
+
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
683
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-03-16 16:46:52 +0700
|
684
|
+
Processing by Netzke::TestingController#components as HTML
|
685
|
+
Parameters: {"class"=>"Foo"}
|
686
|
+
Rendered inline template within layouts/netzke/testing (2.6ms)
|
687
|
+
Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
688
|
+
Started GET "/extjs/packages/ext-theme-crisp/build/resources/ext-theme-crisp-all.css" for 127.0.0.1 at 2015-03-16 16:46:52 +0700
|
689
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-03-16 16:46:52 +0700
|
690
|
+
Processing by NetzkeController#ext as CSS
|
691
|
+
Rendered text template (0.0ms)
|
692
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
693
|
+
Started GET "/extjs/build/ext-all-debug.js" for 127.0.0.1 at 2015-03-16 16:46:52 +0700
|
694
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-03-16 16:46:52 +0700
|
695
|
+
Processing by NetzkeController#ext as JS
|
696
|
+
Rendered text template (0.0ms)
|
697
|
+
Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
698
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-03-16 16:46:52 +0700
|
699
|
+
Processing by Netzke::TestingController#components as HTML
|
700
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
701
|
+
Rendered inline template within layouts/netzke/testing (1.4ms)
|
702
|
+
Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
703
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-03-16 16:46:52 +0700
|
704
|
+
Processing by Netzke::TestingController#components as HTML
|
705
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
706
|
+
Rendered inline template within layouts/netzke/testing (1.3ms)
|
707
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
708
|
+
Started GET "/netzke/components/Foo?no-helpers=true&spec=true" for 127.0.0.1 at 2015-03-16 16:48:02 +0700
|
709
|
+
Processing by Netzke::TestingController#components as HTML
|
710
|
+
Parameters: {"no-helpers"=>"true", "spec"=>"true", "class"=>"Foo"}
|
711
|
+
Rendered inline template within layouts/netzke/testing (10.7ms)
|
712
|
+
Completed 200 OK in 26ms (Views: 25.9ms | ActiveRecord: 0.0ms)
|
713
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-03-16 16:48:02 +0700
|
714
|
+
Processing by Netzke::TestingController#components as HTML
|
715
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
716
|
+
Rendered inline template within layouts/netzke/testing (1.1ms)
|
717
|
+
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
|
718
|
+
Started GET "/netzke/components/Foo?spec=true" for 127.0.0.1 at 2015-03-16 16:48:02 +0700
|
719
|
+
Processing by Netzke::TestingController#components as HTML
|
720
|
+
Parameters: {"spec"=>"true", "class"=>"Foo"}
|
721
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
722
|
+
Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
723
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-03-16 16:48:02 +0700
|
724
|
+
Processing by Netzke::TestingController#components as HTML
|
725
|
+
Parameters: {"class"=>"Foo"}
|
726
|
+
Rendered inline template within layouts/netzke/testing (1.0ms)
|
727
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
728
|
+
Started GET "/netzke/components/Foo" for 127.0.0.1 at 2015-03-16 16:48:02 +0700
|
729
|
+
Processing by Netzke::TestingController#components as HTML
|
730
|
+
Parameters: {"class"=>"Foo"}
|
731
|
+
Rendered inline template within layouts/netzke/testing (1.5ms)
|
732
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
733
|
+
Started GET "/netzke/components/Foo?spec=foo" for 127.0.0.1 at 2015-03-16 16:48:04 +0700
|
734
|
+
Processing by Netzke::TestingController#components as HTML
|
735
|
+
Parameters: {"spec"=>"foo", "class"=>"Foo"}
|
736
|
+
Rendered inline template within layouts/netzke/testing (2.4ms)
|
737
|
+
Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
|
738
|
+
Started GET "/netzke/ext.css" for 127.0.0.1 at 2015-03-16 16:48:04 +0700
|
739
|
+
Processing by NetzkeController#ext as CSS
|
740
|
+
Rendered text template (0.0ms)
|
741
|
+
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
742
|
+
Started GET "/netzke/ext.js" for 127.0.0.1 at 2015-03-16 16:48:04 +0700
|
743
|
+
Processing by NetzkeController#ext as JS
|
744
|
+
Rendered text template (0.0ms)
|
745
|
+
Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
746
|
+
Started GET "/assets/netzke/testing/mocha/mocha.js" for 127.0.0.1 at 2015-03-16 16:48:04 +0700
|
747
|
+
Started GET "/assets/netzke/testing/expect/expect.js" for 127.0.0.1 at 2015-03-16 16:48:04 +0700
|
748
|
+
Started GET "/assets/netzke/testing/mocha/mocha.css" for 127.0.0.1 at 2015-03-16 16:48:04 +0700
|
749
|
+
Started GET "/assets/netzke/testing/helpers/actions.js" for 127.0.0.1 at 2015-03-16 16:48:04 +0700
|
750
|
+
Started GET "/assets/netzke/testing/helpers/queries.js" for 127.0.0.1 at 2015-03-16 16:48:04 +0700
|
751
|
+
Started GET "/assets/netzke/testing/helpers/expectations.js" for 127.0.0.1 at 2015-03-16 16:48:04 +0700
|
752
|
+
Started GET "/assets/netzke/testing/helpers/grid.js" for 127.0.0.1 at 2015-03-16 16:48:04 +0700
|
753
|
+
Started GET "/assets/custom.js" for 127.0.0.1 at 2015-03-16 16:48:04 +0700
|
754
|
+
Started GET "/assets/netzke/testing/helpers/form.js" for 127.0.0.1 at 2015-03-16 16:48:04 +0700
|
755
|
+
Started GET "/netzke/specs/foo.js" for 127.0.0.1 at 2015-03-16 16:48:04 +0700
|
756
|
+
Processing by Netzke::TestingController#specs as JS
|
757
|
+
Parameters: {"name"=>"foo"}
|
758
|
+
Rendered text template (0.0ms)
|
759
|
+
Completed 200 OK in 236ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: netzke-testing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.12.0
|
4
|
+
version: 0.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Max Gorin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: coffee-script
|
@@ -128,14 +128,14 @@ dependencies:
|
|
128
128
|
requirements:
|
129
129
|
- - "~>"
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version: 0.12.0
|
131
|
+
version: 0.12.0
|
132
132
|
type: :development
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
136
|
- - "~>"
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version: 0.12.0
|
138
|
+
version: 0.12.0
|
139
139
|
description: Provides help with developing and testing Netzke components
|
140
140
|
email:
|
141
141
|
- max@goodbitlabs.com
|
@@ -259,9 +259,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
259
259
|
version: '0'
|
260
260
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
261
261
|
requirements:
|
262
|
-
- - "
|
262
|
+
- - ">="
|
263
263
|
- !ruby/object:Gem::Version
|
264
|
-
version:
|
264
|
+
version: '0'
|
265
265
|
requirements: []
|
266
266
|
rubyforge_project:
|
267
267
|
rubygems_version: 2.4.5
|