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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 882a0c3debc51bbee5427a0018a11824d81858cc1520757f08291ac61688ee11
4
- data.tar.gz: 2b0f1c6e42d88f0c0493638f6702bc6380d16b50ae1fd62e01fcdf436e7de795
3
+ metadata.gz: 22fe0095f5c1acce8a51b7f0b3f2c4829fed3dec9f3c1773761a939c8035c01b
4
+ data.tar.gz: 5adf8b380dd3949dc1d50d9082b1d386f40a1d49366f19aee0f42173450b4908
5
5
  SHA512:
6
- metadata.gz: 361cde3cd2fa88777bdbfa4a904a5fa3424d01af094ace0610c512c17f78cd45a407c28a2cefe501419923905046464bc0222e26d34f342b132d0d5ac0d9aea2
7
- data.tar.gz: ce4d0f017de39c488051a6c33750238a048b197858e657a4d6d5dfb9b0edf7cf733f6976f40745e475fdfaba54cb83fc5cd6df435588cbdc17ac598a650a17cf
6
+ metadata.gz: c8290088b4387350a246b26ee2c24a78a5762c18e4fb92029325ddf752bc1f06dee5180f2808f6fc51dcbed6e56252bc71c8730a98139cb5fe6f5e3e4aa948a8
7
+ data.tar.gz: fe499094d1615757b76dcd2caa7517e9ebec234b32f17642eb01825b69fdcab1d45edc360ee8d37393f74021269e33ff6b23e864a11bbd3207f6c3972ff8ce8d
data/README.md CHANGED
@@ -5,9 +5,7 @@
5
5
 
6
6
  ---
7
7
 
8
- Realizing [DHH's vision](https://rubyonrails.org/2021/12/15/Rails-7-fulfilling-a-vision) with modern front-end technologies.
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`, if configured, it renders server-side only on initial requests
34
- and delivers a empty tag that will be rendered by frontend.
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.2
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: []