render_turbo_stream 2.0.2 → 2.0.3
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/lib/render_turbo_stream/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a57490a46044d10e1ee83f31c08f76a5b276b0687131462fe166d89405f3064
|
4
|
+
data.tar.gz: ae6fbdc64456d787eae9e3453ce1d08d943239f390f234091e71a0d20ef88ff6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3facc3277258f03cae9e2185709f8594aa7c2b81b2b30735ba645a634ca89f16c7895cfda88a1d21252f0121ac2413bfeac03a1dcdb9f73d698f7c491a6b58a
|
7
|
+
data.tar.gz: 4cb888a09b19291463fdf612b6f33e55f83dfc5e01e0afca2dd477ff512321e528b07f7677c0e78b3458237db594083b0a0540636471deacdb49e153e73e7fae
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: render_turbo_stream
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- christian
|
@@ -24,11 +24,11 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 7.0.4.3
|
27
|
-
description: Handles translated flash messages, sets status
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
27
|
+
description: Handles translated flash messages, sets status and renders partials via
|
28
|
+
Turbo Stream or Turbo::StreamsChannel directly from the controller. No need to write
|
29
|
+
*.turbo_stream.* templates. Together with the turbo_power gem or custom turbo_stream
|
30
|
+
actions, you can run javascript. Redirects can now be handled easily and in multiple
|
31
|
+
ways. Enables a consistent testing strategy through request testing helpers.
|
32
32
|
email:
|
33
33
|
- christian@sedlmair.ch
|
34
34
|
executables: []
|