svelte-on-rails 9.1.2 → 9.1.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/README.md +5 -5
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 22fe0095f5c1acce8a51b7f0b3f2c4829fed3dec9f3c1773761a939c8035c01b
|
|
4
|
+
data.tar.gz: 5adf8b380dd3949dc1d50d9082b1d386f40a1d49366f19aee0f42173450b4908
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8290088b4387350a246b26ee2c24a78a5762c18e4fb92029325ddf752bc1f06dee5180f2808f6fc51dcbed6e56252bc71c8730a98139cb5fe6f5e3e4aa948a8
|
|
7
|
+
data.tar.gz: fe499094d1615757b76dcd2caa7517e9ebec234b32f17642eb01825b69fdcab1d45edc360ee8d37393f74021269e33ff6b23e864a11bbd3207f6c3972ff8ce8d
|
data/README.md
CHANGED
|
@@ -5,9 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
`svelte-on-rails` does not yet have many downloads on RubyGems. However, as it is integrated into the apps of my biggest customers, it will certainly be maintained.
|
|
8
|
+
Seamless and solid integration of Svelte components in Rails with server-side rendering and caching.
|
|
11
9
|
|
|
12
10
|
# Why Integrate Svelte?
|
|
13
11
|
|
|
@@ -30,8 +28,10 @@ see [issues](https://gitlab.com/sedl/svelte-on-rails/-/issues)
|
|
|
30
28
|
Renders Svelte components server-side and, together with [@csedl/svelte-on-rails](https://www.npmjs.com/package/@csedl/svelte-on-rails),
|
|
31
29
|
hydrates the component on the frontend.
|
|
32
30
|
|
|
33
|
-
Together with `turbo-rails` or `turbolinks`,
|
|
34
|
-
|
|
31
|
+
**Performance optimized:** Together with `turbo-rails` or `turbolinks`, by default, it renders server-side only on initial requests.
|
|
32
|
+
For subsequent requests, delivers a empty tag that will be rendered on client-side.
|
|
33
|
+
|
|
34
|
+
Can handle caching by `redis`.
|
|
35
35
|
|
|
36
36
|
If you have issues, please open one, and contributors are welcome!
|
|
37
37
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: svelte-on-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 9.1.
|
|
4
|
+
version: 9.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christian Sedlmair
|
|
@@ -106,5 +106,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
106
106
|
requirements: []
|
|
107
107
|
rubygems_version: 3.6.7
|
|
108
108
|
specification_version: 4
|
|
109
|
-
summary: Seamless and solid integration of Svelte components in Rails
|
|
109
|
+
summary: Seamless and solid integration of Svelte components in Rails with server-side
|
|
110
|
+
rendering and caching.
|
|
110
111
|
test_files: []
|