stimulus_reflex 2.1.8 → 2.1.9
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/Gemfile.lock +10 -10
- data/README.md +23 -6
- data/lib/stimulus_reflex/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: ec1235c76fc2f733c525dfa53abcc0fc624acb80a612a90f28ca29ea657cd5ac
|
|
4
|
+
data.tar.gz: 51cf02197dfd0359215684b3bba8b9e0d5c08e50db92bdc9e6cb09939922a73b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f8324da5c6968aa12da5c2d00c85fcdc1be78f3321d1210c6ff3e19a00d280fe907f11233a82e9ed7ba299d69d5cc9db4416da31e01ee0ae4d3914019b93f76
|
|
7
|
+
data.tar.gz: 16d374bb19ea5f0d1fd62be993d097b554a1317f1df8f959c0ace9233690a2ca09decf9ba43e75fcd72c10e456354008e721aa5f5bf1c321ca5dabecd1eb1142
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
stimulus_reflex (2.1.
|
|
4
|
+
stimulus_reflex (2.1.9)
|
|
5
5
|
cable_ready (>= 4.0)
|
|
6
6
|
nokogiri
|
|
7
7
|
rack
|
|
@@ -70,7 +70,7 @@ GEM
|
|
|
70
70
|
cable_ready (4.0.9)
|
|
71
71
|
rails (>= 5.2)
|
|
72
72
|
coderay (1.1.2)
|
|
73
|
-
concurrent-ruby (1.1.
|
|
73
|
+
concurrent-ruby (1.1.6)
|
|
74
74
|
crass (1.0.6)
|
|
75
75
|
erubi (1.9.0)
|
|
76
76
|
globalid (0.4.2)
|
|
@@ -86,12 +86,12 @@ GEM
|
|
|
86
86
|
marcel (0.3.3)
|
|
87
87
|
mimemagic (~> 0.3.2)
|
|
88
88
|
method_source (0.9.2)
|
|
89
|
-
mimemagic (0.3.
|
|
89
|
+
mimemagic (0.3.4)
|
|
90
90
|
mini_mime (1.0.2)
|
|
91
91
|
mini_portile2 (2.4.0)
|
|
92
92
|
minitest (5.14.0)
|
|
93
93
|
nio4r (2.5.2)
|
|
94
|
-
nokogiri (1.10.
|
|
94
|
+
nokogiri (1.10.8)
|
|
95
95
|
mini_portile2 (~> 2.4.0)
|
|
96
96
|
parallel (1.19.1)
|
|
97
97
|
parser (2.7.0.2)
|
|
@@ -101,7 +101,7 @@ GEM
|
|
|
101
101
|
method_source (~> 0.9.0)
|
|
102
102
|
pry-nav (0.3.0)
|
|
103
103
|
pry (>= 0.9.10, < 0.13.0)
|
|
104
|
-
rack (2.
|
|
104
|
+
rack (2.2.2)
|
|
105
105
|
rack-test (1.1.0)
|
|
106
106
|
rack (>= 1.0, < 3)
|
|
107
107
|
rails (6.0.2.1)
|
|
@@ -132,10 +132,10 @@ GEM
|
|
|
132
132
|
thor (>= 0.20.3, < 2.0)
|
|
133
133
|
rainbow (3.0.0)
|
|
134
134
|
rake (13.0.1)
|
|
135
|
-
rubocop (0.
|
|
135
|
+
rubocop (0.79.0)
|
|
136
136
|
jaro_winkler (~> 1.5.1)
|
|
137
137
|
parallel (~> 1.10)
|
|
138
|
-
parser (>= 2.
|
|
138
|
+
parser (>= 2.7.0.1)
|
|
139
139
|
rainbow (>= 2.2.2, < 4.0)
|
|
140
140
|
ruby-progressbar (~> 1.7)
|
|
141
141
|
unicode-display_width (>= 1.4.0, < 1.7)
|
|
@@ -149,8 +149,8 @@ GEM
|
|
|
149
149
|
actionpack (>= 4.0)
|
|
150
150
|
activesupport (>= 4.0)
|
|
151
151
|
sprockets (>= 3.0.0)
|
|
152
|
-
standard (0.1.
|
|
153
|
-
rubocop (~> 0.
|
|
152
|
+
standard (0.1.9)
|
|
153
|
+
rubocop (~> 0.79.0)
|
|
154
154
|
rubocop-performance (~> 1.5.1)
|
|
155
155
|
standardrb (1.0.0)
|
|
156
156
|
standard
|
|
@@ -176,4 +176,4 @@ DEPENDENCIES
|
|
|
176
176
|
stimulus_reflex!
|
|
177
177
|
|
|
178
178
|
BUNDLED WITH
|
|
179
|
-
2.1.
|
|
179
|
+
2.1.4
|
data/README.md
CHANGED
|
@@ -1,18 +1,30 @@
|
|
|
1
|
-
[](http://blog.codinghorror.com/the-best-code-is-no-code-at-all/)
|
|
2
2
|
[](https://codeclimate.com/github/hopsoft/stimulus_reflex/maintainability)
|
|
3
3
|

|
|
4
4
|

|
|
5
5
|

|
|
6
|
-
[](https://stimulus-reflex.discourse.group)
|
|
7
|
-
[](https://discord.gg/XveN625)
|
|
8
6
|
|
|
9
7
|
# StimulusReflex
|
|
10
8
|
|
|
11
|
-
|
|
9
|
+
**You just discovered an exciting new way to build modern, reactive, real-time apps with Ruby on Rails.**
|
|
12
10
|
|
|
13
|
-
|
|
11
|
+
StimulusReflex eliminates the complexity imposed by full-stack frontend frameworks.
|
|
12
|
+
And, it's fast.
|
|
14
13
|
|
|
15
|
-
|
|
14
|
+
It works with seamlessly with the Rails tooling you already know and love.
|
|
15
|
+
|
|
16
|
+
- [Server rendered HTML over the wire](https://guides.rubyonrails.org/action_view_overview.html)
|
|
17
|
+
- [ERB, or your favorite templating engine](https://www.ruby-toolbox.com/categories/template_engines)
|
|
18
|
+
- [Russian doll caching](https://edgeguides.rubyonrails.org/caching_with_rails.html#russian-doll-caching)
|
|
19
|
+
- [Stimulus](https://stimulusjs.org/)
|
|
20
|
+
- [Turbolinks](https://www.youtube.com/watch?v=SWEts0rlezA)
|
|
21
|
+
- etc...
|
|
22
|
+
|
|
23
|
+
**The goal is to help small teams do big things with familiar tools.**
|
|
24
|
+
|
|
25
|
+
> This project strives to live up to the vision outlined in [The Rails Doctrine](https://rubyonrails.org/doctrine/).
|
|
26
|
+
|
|
27
|
+
_Originally inspired by [Phoenix LiveView](https://youtu.be/Z2DU0qLfPIY?t=670)._ 🙌
|
|
16
28
|
|
|
17
29
|
## Docs
|
|
18
30
|
|
|
@@ -22,6 +34,11 @@ _Inspired by [Phoenix LiveView](https://youtu.be/Z2DU0qLfPIY?t=670)._ 🙌
|
|
|
22
34
|
|
|
23
35
|
- http://expo.stimulusreflex.com
|
|
24
36
|
|
|
37
|
+
## Community
|
|
38
|
+
|
|
39
|
+
- [Discourse](https://stimulus-reflex.discourse.group) - long form async communication
|
|
40
|
+
- [Discord](https://discord.gg/XveN625) - chat root
|
|
41
|
+
|
|
25
42
|
## Contributing
|
|
26
43
|
|
|
27
44
|
### Code of Conduct
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stimulus_reflex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Hopkins
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-02-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|