render_turbo_stream 1.4.5 → 1.4.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -1
- data/lib/render_turbo_stream/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 187ae01e898e93a7b6a09936abc83f15e96172f4a76759844ff54c585d0a58bb
|
4
|
+
data.tar.gz: 8b361d4745339fb6bd83dd05ad784be75e82bf47f596e635e8bf8c567afeeff7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d2fab8e12360c1756d53fc5dcd82479fd34a0fed8a6398f745449460325a28b173b22bdb805e0319815b2fa3745f52c15a7e0a09e9faeebedbcf5cdbaaa2bf7
|
7
|
+
data.tar.gz: 2f767606657e5f98281834676fb1a159aa8f799907dd43ec7dce770c6d2a2f7cdbc08f4e0d983964c231b5fbb466efee0659875a25cb25e8fc3c37fd75cb10d0
|
data/README.md
CHANGED
@@ -8,7 +8,7 @@ And build it dynamically: Most [turbo_power](https://github.com/marcoroth/turbo_
|
|
8
8
|
|
9
9
|
ATTENTION: This plugin is in a early state.
|
10
10
|
|
11
|
-
Hope
|
11
|
+
Hope this gem can help you.
|
12
12
|
|
13
13
|
An overview of how we design a rails-7 application with turbo
|
14
14
|
is [published on dev.to](https://dev.to/chmich/rails-7-vite-wrapping-up-1pia).
|
@@ -292,3 +292,7 @@ Contribution welcome.
|
|
292
292
|
## License
|
293
293
|
|
294
294
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
295
|
+
|
296
|
+
## Thanks
|
297
|
+
|
298
|
+
Thanks to Marco Roth for turbo_power and thanks to DHH and the rails team for taking a bold new step by creating turbo.
|
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: 1.4.
|
4
|
+
version: 1.4.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- christian
|
@@ -72,6 +72,6 @@ requirements: []
|
|
72
72
|
rubygems_version: 3.4.12
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
|
-
summary: Render partials and
|
76
|
-
|
75
|
+
summary: Render partials and run javascripts directly from the controller. With test
|
76
|
+
helpers.
|
77
77
|
test_files: []
|