stimulus_reflex 3.3.0.pre1 → 3.3.0.pre6

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of stimulus_reflex might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cb3ab10321ba245b37a1c1c930f48218146079db9b3448adf6ec86511a8eee27
4
- data.tar.gz: f9e891d1775eca3787f9d95c3860d1cab43fec42895cb97a25f698636d7912e7
3
+ metadata.gz: 7c8542f86c6a95d6528f7c9838c8ca9084c7ebb938e0d1271837e3dfd1d34219
4
+ data.tar.gz: 2881c8a442b7854dda4c6ac1625d9b8466997c5175bcc4ee319aa0bfb5a95153
5
5
  SHA512:
6
- metadata.gz: 6bba44eda7278bf6b54fd3ce3ee511169d6a1170164bea35ec8cf0f3df0b2c55bedd4c4030ee37c650af35c52761e386192e2b1844bd9676244bb67206b2097d
7
- data.tar.gz: 8887eb98ce990e7c70e508628850c0955dc81d8a03ec02c94d8e4150a65c708274e7450eb00f81bf7d4be7e8b9f4ca53a201791381a85700c3eec6d26f27de5d
6
+ metadata.gz: 9efb56d48030a6b2264f9db47330baee93d47407b90e021c49a77ff6339d382a767089ec02b6c2adad40ce965332fe1457e8e30dadfdf8f38e9a9c15d8f16d58
7
+ data.tar.gz: 52d7ee2200946cfec45758f224acbb354e2aee5eab4ad4a7cddcdcbc3d4ba34afba461876c63bfe8dffaabde2f9527f5093ad9560b789158510b8acf74b7242a
@@ -2,11 +2,126 @@
2
2
 
3
3
  ## [Unreleased](https://github.com/hopsoft/stimulus_reflex/tree/HEAD)
4
4
 
5
- [Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.3.0.pre0...HEAD)
5
+ [Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.3.0.pre5...HEAD)
6
+
7
+ **Implemented enhancements:**
8
+
9
+ - Support for token-based authentication [\#243](https://github.com/hopsoft/stimulus_reflex/pull/243) ([leastbad](https://github.com/leastbad))
10
+
11
+ **Closed issues:**
12
+
13
+ - Authorization [\#292](https://github.com/hopsoft/stimulus_reflex/issues/292)
14
+ - Params incorrect for form submitted for nested resource [\#290](https://github.com/hopsoft/stimulus_reflex/issues/290)
15
+ - Use set I18n.locale in Reflexes with Selector Morphs [\#280](https://github.com/hopsoft/stimulus_reflex/issues/280)
16
+
17
+ **Merged pull requests:**
18
+
19
+ - fixes and tweaks to client logging subsystem [\#313](https://github.com/hopsoft/stimulus_reflex/pull/313) ([leastbad](https://github.com/leastbad))
20
+ - add ready event after setupDeclarativeReflexes [\#312](https://github.com/hopsoft/stimulus_reflex/pull/312) ([leastbad](https://github.com/leastbad))
21
+ - Refactor sanity checks on boot [\#311](https://github.com/hopsoft/stimulus_reflex/pull/311) ([excid3](https://github.com/excid3))
22
+
23
+ ## [v3.3.0.pre5](https://github.com/hopsoft/stimulus_reflex/tree/v3.3.0.pre5) (2020-09-18)
24
+
25
+ [Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.3.0.pre4...v3.3.0.pre5)
26
+
27
+ **Implemented enhancements:**
28
+
29
+ - Fail loudly if there's a version mismatch between the gem and the npm package. [\#294](https://github.com/hopsoft/stimulus_reflex/issues/294)
30
+
31
+ **Closed issues:**
32
+
33
+ - IE11 Support: "crypto" is undefined [\#308](https://github.com/hopsoft/stimulus_reflex/issues/308)
34
+ - Using `morph` gives error on missing Warden::Manager midddleware? [\#304](https://github.com/hopsoft/stimulus_reflex/issues/304)
35
+ - Update client controller template comments [\#298](https://github.com/hopsoft/stimulus_reflex/issues/298)
36
+
37
+ **Merged pull requests:**
38
+
39
+ - Support IE11 msCrypto \(\#308\) [\#310](https://github.com/hopsoft/stimulus_reflex/pull/310) ([chooselife22](https://github.com/chooselife22))
40
+ - Print warning and exit if caching is disabled or npm/gem versions are mismatched [\#309](https://github.com/hopsoft/stimulus_reflex/pull/309) ([excid3](https://github.com/excid3))
41
+ - ActionCable connectivity events [\#307](https://github.com/hopsoft/stimulus_reflex/pull/307) ([leastbad](https://github.com/leastbad))
42
+ - Copyedits [\#306](https://github.com/hopsoft/stimulus_reflex/pull/306) ([CodingItWrong](https://github.com/CodingItWrong))
43
+ - add redis to cable.yml in development mode [\#305](https://github.com/hopsoft/stimulus_reflex/pull/305) ([leastbad](https://github.com/leastbad))
44
+ - Update morph-modes.md [\#302](https://github.com/hopsoft/stimulus_reflex/pull/302) ([scottbarrow](https://github.com/scottbarrow))
45
+ - Enhance controller templates docs [\#300](https://github.com/hopsoft/stimulus_reflex/pull/300) ([pinzonjulian](https://github.com/pinzonjulian))
46
+ - Avoid mismatching client and server versions [\#297](https://github.com/hopsoft/stimulus_reflex/pull/297) ([piotrwodz](https://github.com/piotrwodz))
47
+
48
+ ## [v3.3.0.pre4](https://github.com/hopsoft/stimulus_reflex/tree/v3.3.0.pre4) (2020-09-13)
49
+
50
+ [Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.3.0.pre3...v3.3.0.pre4)
51
+
52
+ **Fixed bugs:**
53
+
54
+ - Lifecycle callbacks do not work [\#281](https://github.com/hopsoft/stimulus_reflex/issues/281)
55
+ - Fix timing issues with post-Reflex lifecycle callbacks [\#299](https://github.com/hopsoft/stimulus_reflex/pull/299) ([leastbad](https://github.com/leastbad))
56
+
57
+ **Closed issues:**
58
+
59
+ - self-referential data-reflex-root [\#301](https://github.com/hopsoft/stimulus_reflex/issues/301)
60
+ - data-reflex-permanent not working when using slim templates [\#295](https://github.com/hopsoft/stimulus_reflex/issues/295)
61
+ - undefined method `rescue\_with\_handler' whit reflex action such as "click-\>…" or "change-\>…" [\#287](https://github.com/hopsoft/stimulus_reflex/issues/287)
62
+
63
+ **Merged pull requests:**
64
+
65
+ - Fixed typo in sample code. [\#296](https://github.com/hopsoft/stimulus_reflex/pull/296) ([jclarke](https://github.com/jclarke))
66
+
67
+ ## [v3.3.0.pre3](https://github.com/hopsoft/stimulus_reflex/tree/v3.3.0.pre3) (2020-08-31)
68
+
69
+ [Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.3.0.pre2...v3.3.0.pre3)
70
+
71
+ **Fixed bugs:**
72
+
73
+ - First argument of type "object" in this.stimulate\(\) will always be assigned to options. [\#278](https://github.com/hopsoft/stimulus_reflex/issues/278)
74
+ - Allow morphs to run before triggering success/after [\#286](https://github.com/hopsoft/stimulus_reflex/pull/286) ([hopsoft](https://github.com/hopsoft))
75
+
76
+ **Closed issues:**
77
+
78
+ - Reflex ignores turbolinks cached pages [\#288](https://github.com/hopsoft/stimulus_reflex/issues/288)
79
+ - Issue with Stimulus Reflex and ViewComponent [\#284](https://github.com/hopsoft/stimulus_reflex/issues/284)
80
+ - controller inheritance does not seem to work [\#283](https://github.com/hopsoft/stimulus_reflex/issues/283)
81
+ - Cannot read property 'schema' of undefined [\#282](https://github.com/hopsoft/stimulus_reflex/issues/282)
82
+ - Reflex on form submit does not get parameter from input\[type="file"\] [\#277](https://github.com/hopsoft/stimulus_reflex/issues/277)
83
+ - jQuery Plugins [\#246](https://github.com/hopsoft/stimulus_reflex/issues/246)
84
+ - ActiveStorage variants performance [\#242](https://github.com/hopsoft/stimulus_reflex/issues/242)
85
+ - Unnecessary body update after text\_content [\#186](https://github.com/hopsoft/stimulus_reflex/issues/186)
86
+ - Warn about enabling Rails after running stimulus reflex' initializer [\#185](https://github.com/hopsoft/stimulus_reflex/issues/185)
87
+ - Integration tests for stimulus-reflex [\#162](https://github.com/hopsoft/stimulus_reflex/issues/162)
88
+ - Clearer explanation of quickstart example without javascript. [\#149](https://github.com/hopsoft/stimulus_reflex/issues/149)
89
+ - Webpack compilation fails with rails/webpacker 3.6 [\#83](https://github.com/hopsoft/stimulus_reflex/issues/83)
90
+
91
+ **Merged pull requests:**
92
+
93
+ - Check if reflex exists before using it [\#293](https://github.com/hopsoft/stimulus_reflex/pull/293) ([joshleblanc](https://github.com/joshleblanc))
94
+ - Add instructions for existing projects [\#291](https://github.com/hopsoft/stimulus_reflex/pull/291) ([gerrywastaken](https://github.com/gerrywastaken))
95
+ - Fix argument of type object always being assigned to options [\#279](https://github.com/hopsoft/stimulus_reflex/pull/279) ([shawnleong](https://github.com/shawnleong))
96
+ - Simplify devise authentication logic \(in docs\) [\#276](https://github.com/hopsoft/stimulus_reflex/pull/276) ([inner-whisper](https://github.com/inner-whisper))
97
+ - Bump lodash from 4.17.15 to 4.17.19 in /javascript [\#275](https://github.com/hopsoft/stimulus_reflex/pull/275) ([dependabot[bot]](https://github.com/apps/dependabot))
98
+
99
+ ## [v3.3.0.pre2](https://github.com/hopsoft/stimulus_reflex/tree/v3.3.0.pre2) (2020-07-17)
100
+
101
+ [Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.3.0.pre1...v3.3.0.pre2)
102
+
103
+ **Closed issues:**
104
+
105
+ - afterReflex not always firing on morph with selectors [\#269](https://github.com/hopsoft/stimulus_reflex/issues/269)
106
+ - Lifecycle hooks [\#266](https://github.com/hopsoft/stimulus_reflex/issues/266)
107
+ - Stimulus Reflex with Rspec not working [\#263](https://github.com/hopsoft/stimulus_reflex/issues/263)
108
+
109
+ **Merged pull requests:**
110
+
111
+ - Smarter warnings when element not found [\#274](https://github.com/hopsoft/stimulus_reflex/pull/274) ([hopsoft](https://github.com/hopsoft))
112
+ - Add the attributes to the warning message when element not found [\#273](https://github.com/hopsoft/stimulus_reflex/pull/273) ([hopsoft](https://github.com/hopsoft))
113
+ - Update find element to ignore SR attrs [\#272](https://github.com/hopsoft/stimulus_reflex/pull/272) ([hopsoft](https://github.com/hopsoft))
114
+ - Refactor of the morph feature [\#270](https://github.com/hopsoft/stimulus_reflex/pull/270) ([hopsoft](https://github.com/hopsoft))
115
+ - coerce html arguments to string type [\#268](https://github.com/hopsoft/stimulus_reflex/pull/268) ([leastbad](https://github.com/leastbad))
116
+ - Update deployment docs after the official AnyCable 1.0 release [\#267](https://github.com/hopsoft/stimulus_reflex/pull/267) ([rmacklin](https://github.com/rmacklin))
117
+
118
+ ## [v3.3.0.pre1](https://github.com/hopsoft/stimulus_reflex/tree/v3.3.0.pre1) (2020-07-08)
119
+
120
+ [Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.3.0.pre0...v3.3.0.pre1)
6
121
 
7
122
  **Merged pull requests:**
8
123
 
9
- - alternate solution [\#262](https://github.com/hopsoft/stimulus_reflex/pull/262) ([leastbad](https://github.com/leastbad))
124
+ - Fix selector morphs for updating partials and ViewComponents [\#262](https://github.com/hopsoft/stimulus_reflex/pull/262) ([leastbad](https://github.com/leastbad))
10
125
 
11
126
  ## [v3.3.0.pre0](https://github.com/hopsoft/stimulus_reflex/tree/v3.3.0.pre0) (2020-07-04)
12
127
 
@@ -1,65 +1,66 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stimulus_reflex (3.3.0.pre1)
4
+ stimulus_reflex (3.3.0.pre5)
5
5
  cable_ready (>= 4.1.2)
6
6
  nokogiri
7
7
  rack
8
8
  rails (>= 5.2)
9
+ redis
9
10
 
10
11
  GEM
11
12
  remote: https://rubygems.org/
12
13
  specs:
13
- actioncable (6.0.3.2)
14
- actionpack (= 6.0.3.2)
14
+ actioncable (6.0.3.3)
15
+ actionpack (= 6.0.3.3)
15
16
  nio4r (~> 2.0)
16
17
  websocket-driver (>= 0.6.1)
17
- actionmailbox (6.0.3.2)
18
- actionpack (= 6.0.3.2)
19
- activejob (= 6.0.3.2)
20
- activerecord (= 6.0.3.2)
21
- activestorage (= 6.0.3.2)
22
- activesupport (= 6.0.3.2)
18
+ actionmailbox (6.0.3.3)
19
+ actionpack (= 6.0.3.3)
20
+ activejob (= 6.0.3.3)
21
+ activerecord (= 6.0.3.3)
22
+ activestorage (= 6.0.3.3)
23
+ activesupport (= 6.0.3.3)
23
24
  mail (>= 2.7.1)
24
- actionmailer (6.0.3.2)
25
- actionpack (= 6.0.3.2)
26
- actionview (= 6.0.3.2)
27
- activejob (= 6.0.3.2)
25
+ actionmailer (6.0.3.3)
26
+ actionpack (= 6.0.3.3)
27
+ actionview (= 6.0.3.3)
28
+ activejob (= 6.0.3.3)
28
29
  mail (~> 2.5, >= 2.5.4)
29
30
  rails-dom-testing (~> 2.0)
30
- actionpack (6.0.3.2)
31
- actionview (= 6.0.3.2)
32
- activesupport (= 6.0.3.2)
31
+ actionpack (6.0.3.3)
32
+ actionview (= 6.0.3.3)
33
+ activesupport (= 6.0.3.3)
33
34
  rack (~> 2.0, >= 2.0.8)
34
35
  rack-test (>= 0.6.3)
35
36
  rails-dom-testing (~> 2.0)
36
37
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
37
- actiontext (6.0.3.2)
38
- actionpack (= 6.0.3.2)
39
- activerecord (= 6.0.3.2)
40
- activestorage (= 6.0.3.2)
41
- activesupport (= 6.0.3.2)
38
+ actiontext (6.0.3.3)
39
+ actionpack (= 6.0.3.3)
40
+ activerecord (= 6.0.3.3)
41
+ activestorage (= 6.0.3.3)
42
+ activesupport (= 6.0.3.3)
42
43
  nokogiri (>= 1.8.5)
43
- actionview (6.0.3.2)
44
- activesupport (= 6.0.3.2)
44
+ actionview (6.0.3.3)
45
+ activesupport (= 6.0.3.3)
45
46
  builder (~> 3.1)
46
47
  erubi (~> 1.4)
47
48
  rails-dom-testing (~> 2.0)
48
49
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
- activejob (6.0.3.2)
50
- activesupport (= 6.0.3.2)
50
+ activejob (6.0.3.3)
51
+ activesupport (= 6.0.3.3)
51
52
  globalid (>= 0.3.6)
52
- activemodel (6.0.3.2)
53
- activesupport (= 6.0.3.2)
54
- activerecord (6.0.3.2)
55
- activemodel (= 6.0.3.2)
56
- activesupport (= 6.0.3.2)
57
- activestorage (6.0.3.2)
58
- actionpack (= 6.0.3.2)
59
- activejob (= 6.0.3.2)
60
- activerecord (= 6.0.3.2)
53
+ activemodel (6.0.3.3)
54
+ activesupport (= 6.0.3.3)
55
+ activerecord (6.0.3.3)
56
+ activemodel (= 6.0.3.3)
57
+ activesupport (= 6.0.3.3)
58
+ activestorage (6.0.3.3)
59
+ actionpack (= 6.0.3.3)
60
+ activejob (= 6.0.3.3)
61
+ activerecord (= 6.0.3.3)
61
62
  marcel (~> 0.3.1)
62
- activesupport (6.0.3.2)
63
+ activesupport (6.0.3.3)
63
64
  concurrent-ruby (~> 1.0, >= 1.0.2)
64
65
  i18n (>= 0.7, < 2)
65
66
  minitest (~> 5.1)
@@ -70,14 +71,14 @@ GEM
70
71
  cable_ready (4.3.0)
71
72
  rails (>= 5.2)
72
73
  coderay (1.1.3)
73
- concurrent-ruby (1.1.6)
74
+ concurrent-ruby (1.1.7)
74
75
  crass (1.0.6)
75
76
  erubi (1.9.0)
76
77
  globalid (0.4.2)
77
78
  activesupport (>= 4.2.0)
78
- i18n (1.8.3)
79
+ i18n (1.8.5)
79
80
  concurrent-ruby (~> 1.0)
80
- loofah (2.6.0)
81
+ loofah (2.7.0)
81
82
  crass (~> 1.0.2)
82
83
  nokogiri (>= 1.5.9)
83
84
  mail (2.7.1)
@@ -88,8 +89,8 @@ GEM
88
89
  mimemagic (0.3.5)
89
90
  mini_mime (1.0.2)
90
91
  mini_portile2 (2.4.0)
91
- minitest (5.14.1)
92
- nio4r (2.5.2)
92
+ minitest (5.14.2)
93
+ nio4r (2.5.4)
93
94
  nokogiri (1.10.10)
94
95
  mini_portile2 (~> 2.4.0)
95
96
  parallel (1.19.2)
@@ -103,60 +104,61 @@ GEM
103
104
  rack (2.2.3)
104
105
  rack-test (1.1.0)
105
106
  rack (>= 1.0, < 3)
106
- rails (6.0.3.2)
107
- actioncable (= 6.0.3.2)
108
- actionmailbox (= 6.0.3.2)
109
- actionmailer (= 6.0.3.2)
110
- actionpack (= 6.0.3.2)
111
- actiontext (= 6.0.3.2)
112
- actionview (= 6.0.3.2)
113
- activejob (= 6.0.3.2)
114
- activemodel (= 6.0.3.2)
115
- activerecord (= 6.0.3.2)
116
- activestorage (= 6.0.3.2)
117
- activesupport (= 6.0.3.2)
107
+ rails (6.0.3.3)
108
+ actioncable (= 6.0.3.3)
109
+ actionmailbox (= 6.0.3.3)
110
+ actionmailer (= 6.0.3.3)
111
+ actionpack (= 6.0.3.3)
112
+ actiontext (= 6.0.3.3)
113
+ actionview (= 6.0.3.3)
114
+ activejob (= 6.0.3.3)
115
+ activemodel (= 6.0.3.3)
116
+ activerecord (= 6.0.3.3)
117
+ activestorage (= 6.0.3.3)
118
+ activesupport (= 6.0.3.3)
118
119
  bundler (>= 1.3.0)
119
- railties (= 6.0.3.2)
120
+ railties (= 6.0.3.3)
120
121
  sprockets-rails (>= 2.0.0)
121
122
  rails-dom-testing (2.0.3)
122
123
  activesupport (>= 4.2.0)
123
124
  nokogiri (>= 1.6)
124
125
  rails-html-sanitizer (1.3.0)
125
126
  loofah (~> 2.3)
126
- railties (6.0.3.2)
127
- actionpack (= 6.0.3.2)
128
- activesupport (= 6.0.3.2)
127
+ railties (6.0.3.3)
128
+ actionpack (= 6.0.3.3)
129
+ activesupport (= 6.0.3.3)
129
130
  method_source
130
131
  rake (>= 0.8.7)
131
132
  thor (>= 0.20.3, < 2.0)
132
133
  rainbow (3.0.0)
133
134
  rake (13.0.1)
135
+ redis (4.2.2)
134
136
  regexp_parser (1.7.1)
135
137
  rexml (3.2.4)
136
- rubocop (0.85.1)
138
+ rubocop (0.89.1)
137
139
  parallel (~> 1.10)
138
- parser (>= 2.7.0.1)
140
+ parser (>= 2.7.1.1)
139
141
  rainbow (>= 2.2.2, < 4.0)
140
142
  regexp_parser (>= 1.7)
141
143
  rexml
142
- rubocop-ast (>= 0.0.3)
144
+ rubocop-ast (>= 0.3.0, < 1.0)
143
145
  ruby-progressbar (~> 1.7)
144
146
  unicode-display_width (>= 1.4.0, < 2.0)
145
- rubocop-ast (0.1.0)
146
- parser (>= 2.7.0.1)
147
- rubocop-performance (1.6.1)
148
- rubocop (>= 0.71.0)
147
+ rubocop-ast (0.3.0)
148
+ parser (>= 2.7.1.4)
149
+ rubocop-performance (1.7.1)
150
+ rubocop (>= 0.82.0)
149
151
  ruby-progressbar (1.10.1)
150
152
  sprockets (4.0.2)
151
153
  concurrent-ruby (~> 1.0)
152
154
  rack (> 1, < 3)
153
- sprockets-rails (3.2.1)
155
+ sprockets-rails (3.2.2)
154
156
  actionpack (>= 4.0)
155
157
  activesupport (>= 4.0)
156
158
  sprockets (>= 3.0.0)
157
- standard (0.4.7)
158
- rubocop (~> 0.85.0)
159
- rubocop-performance (~> 1.6.0)
159
+ standard (0.5.2)
160
+ rubocop (~> 0.89.1)
161
+ rubocop-performance (~> 1.7.1)
160
162
  standardrb (1.0.0)
161
163
  standard
162
164
  thor (1.0.1)
@@ -164,10 +166,10 @@ GEM
164
166
  tzinfo (1.2.7)
165
167
  thread_safe (~> 0.1)
166
168
  unicode-display_width (1.7.0)
167
- websocket-driver (0.7.2)
169
+ websocket-driver (0.7.3)
168
170
  websocket-extensions (>= 0.1.0)
169
171
  websocket-extensions (0.1.5)
170
- zeitwerk (2.3.1)
172
+ zeitwerk (2.4.0)
171
173
 
172
174
  PLATFORMS
173
175
  ruby
data/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  <img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-brightgreen.svg" target="_blank" />
12
12
  </a>
13
13
  <a href="http://blog.codinghorror.com/the-best-code-is-no-code-at-all/" target="_blank">
14
- <img alt="Lines of Code" src="https://img.shields.io/badge/lines_of_code-1084-brightgreen.svg?style=flat" />
14
+ <img alt="Lines of Code" src="https://img.shields.io/badge/lines_of_code-1098-brightgreen.svg?style=flat" />
15
15
  </a>
16
16
  <a href="https://docs.stimulusreflex.com/" target="_blank">
17
17
  <img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
@@ -44,45 +44,51 @@
44
44
  <br />
45
45
 
46
46
 
47
- ### 🎉 **You just discovered an exciting new way to build modern, reactive, real-time apps with Ruby on Rails.**
47
+ ### 🎉 **An exciting new way to build modern, reactive, real-time apps with Ruby on Rails.**
48
48
 
49
49
  StimulusReflex eliminates the complexity imposed by full-stack frontend frameworks.
50
50
  And, it's fast.
51
51
 
52
52
  It works seamlessly with the Rails tooling you already know and love.
53
53
 
54
- - [Server rendered HTML over the wire](https://guides.rubyonrails.org/action_view_overview.html)
55
- - [ERB, or your favorite templating engine](https://www.ruby-toolbox.com/categories/template_engines)
56
- - [Russian doll caching](https://edgeguides.rubyonrails.org/caching_with_rails.html#russian-doll-caching)
57
- - [Stimulus](https://stimulusjs.org/)
58
- - [Turbolinks](https://www.youtube.com/watch?v=SWEts0rlezA)
59
- - etc...
54
+ - Server-rendered HTML, delivered in miliseconds over the wire via Websockets
55
+ - ERB templates and partials, with first-class [ViewComponent](https://github.com/github/view_component) support
56
+ - [Russian doll caching](https://edgeguides.rubyonrails.org/caching_with_rails.html#russian-doll-caching) and [ActiveJob](https://guides.rubyonrails.org/active_job_basics.html)
57
+ - [StimulusJS](https://stimulusjs.org/) and [Turbolinks](https://www.youtube.com/watch?v=SWEts0rlezA)
58
+ - Built with [CableReady](https://www.youtube.com/watch?v=dPzv2qsj5L8), our secret power-move
60
59
 
61
- **The goal is to help small teams do big things with familiar tools.**
60
+ **Our goal is to help small teams do big things with familiar tools.**
62
61
 
63
62
  This project strives to live up to the vision outlined in [The Rails Doctrine](https://rubyonrails.org/doctrine/).
64
63
 
65
64
  ## 📚 Docs
66
65
 
67
- - [Official Documentation](https://docs.stimulusreflex.com)
66
+ - [StimulusReflex Documentation](https://docs.stimulusreflex.com)
67
+ - [CableReady Documentation](https://cableready.stimulusreflex.com)
68
68
 
69
69
  ## ✨ Demos
70
70
 
71
- - https://youtu.be/F5hA79vKE_E
72
- - http://expo.stimulusreflex.com
71
+ - [StimulusReflex Expo](http://expo.stimulusreflex.com) - part showcase, part learning tool
72
+ - [Build a Twitter Clone in 10 Minutes](https://youtu.be/F5hA79vKE_E) (video)
73
+ - [BoxDrop](https://dropbox-clone-rails.herokuapp.com/) - a Dropbox-inspired [concept demo](https://github.com/marcoroth/boxdrop/)
73
74
 
74
- ## 💙 Community
75
+ ## 👩‍👩‍👧 Discord Community
75
76
 
76
- - [Discourse](https://stimulus-reflex.discourse.group) - long form async communication
77
- - [Discord](https://discord.gg/XveN625) - chat root
77
+ Please join over 500 of us on [Discord](https://discord.gg/XveN625) for support getting started, as well as active discussions around Rails, StimulusJS and CableReady.
78
78
 
79
- ## 🚀 Install
79
+ ![](https://img.shields.io/discord/629472241427415060)
80
+
81
+ Stop by #newcomers and introduce yourselves!
82
+
83
+ ## 💙 Support
80
84
 
81
- ```sh
82
- bundle add stimulus_reflex && yarn add stimulus_reflex
83
- ```
85
+ Your best bet is to ask for help on Discord before filing an issue on Github. We are happy to help, and we ask people to come with all relevant code to look at. A git repo is preferred, but Gists or posts on [Discourse](https://stimulus-reflex.discourse.group) are fine, too.
86
+
87
+ Please note that we are not actively providing support on Stack Overflow. If you post there, we likely won't see it.
88
+
89
+ ## 🚀 Install
84
90
 
85
- Checkout the [documentation](https://docs.stimulusreflex.com) to continue!
91
+ CLI and manual setup procedures are fully detailed in the [official docs](https://docs.stimulusreflex.com/setup).
86
92
 
87
93
  ## 🙏 Contributing
88
94