quilt_rails 3.4.1 → 3.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/quilt_rails/react_renderable.rb +6 -4
- data/lib/quilt_rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4740cbe3dcb527f279be3289d9d71097f92bb5a943378690234617dace12fe0e
|
4
|
+
data.tar.gz: c0560de0c9e8504d5ccc645be4fb57205560aeace2ba5e9fe4437f71374d394c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ef599968c2e5a615e2a747555694284482ff99c5e0ee4dd323173b9ff2660857fad0582592990544e81fcc40af73bbd1f3a5525ba4943152955b604881f7922
|
7
|
+
data.tar.gz: 13c3210ed0ab6a7c70b477a33b6208497b8412f6ad2316441b5418da0ba0db8e6141de86f8e1853be75040b5bbe079231e70b0962efcbda250d26844d68a391c
|
@@ -53,8 +53,8 @@ module Quilt
|
|
53
53
|
class ReactServerNoResponseError < StandardError
|
54
54
|
def initialize(url)
|
55
55
|
super(<<~MSG.squish)
|
56
|
-
|
57
|
-
If this error persists verify that @shopify/react-server is configured on #{url}
|
56
|
+
Connection refused while waiting for React server to boot up.
|
57
|
+
If this error persists, verify that @shopify/react-server is configured on #{url}.
|
58
58
|
MSG
|
59
59
|
end
|
60
60
|
end
|
@@ -62,8 +62,10 @@ module Quilt
|
|
62
62
|
class DoNotIntegrationTestError < StandardError
|
63
63
|
def initialize
|
64
64
|
super(<<~MSG.squish)
|
65
|
-
|
66
|
-
|
65
|
+
Please don't test React views with Ruby.
|
66
|
+
Jest and @shopify/react-testing should be used to test React components.
|
67
|
+
|
68
|
+
If you meant to query your Rails application, please check your integration test for errors.
|
67
69
|
MSG
|
68
70
|
end
|
69
71
|
end
|
data/lib/quilt_rails/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: quilt_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.4.
|
4
|
+
version: 3.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mathew Allen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-02-
|
11
|
+
date: 2021-02-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|