svelte-on-rails 2.1.2 → 3.0.0
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 +8 -6
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76409374bf0d050e3692e15b2d3ea63581284880ae8f20bd53be6835303efe4a
|
4
|
+
data.tar.gz: 3eebb55f473cd0e34296d5b353110f3f73b137295826386399635ebbfc1b6e20
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bbcbf7474805e40713ed91e2ec26096b0395d7d2eabd299be3f62a7e1a809d01b176f09ef5a95c5d6fe92667174b3727ea223256fed4f46937c57d3b538220f0
|
7
|
+
data.tar.gz: 32378518bfc0de290d393771ca0eb66fc206bd5acf75b4673b45f7b72116d55396c1aa1807b47ab5a4e534abfec9ec5ac2b20c59cfd3bd42779c892781747f36
|
data/README.md
CHANGED
@@ -1,17 +1,18 @@
|
|
1
1
|
<div style="text-align: center;">
|
2
2
|
<img src="./Svelte_Logo.svg.png" alt="Svelte Logo" height="120">
|
3
|
+
<img src="./vite-logo.svg" alt="Svelte Logo" height="120">
|
3
4
|
</div>
|
4
5
|
|
5
6
|
---
|
6
7
|
|
7
|
-
|
8
|
-
with modern front-end requirements
|
8
|
+
Combining [DHH's vision](https://rubyonrails.org/2021/12/15/Rails-7-fulfilling-a-vision)
|
9
|
+
with modern front-end requirements:
|
9
10
|
|
10
11
|
Svelte.
|
11
12
|
|
12
13
|
Vite.
|
13
14
|
|
14
|
-
|
15
|
+
Hotwired.
|
15
16
|
|
16
17
|
# Why Svelte?
|
17
18
|
|
@@ -64,9 +65,10 @@ performance optimized.
|
|
64
65
|
Thanks to [shakacode](https://github.com/shakacode/react_on_rails)
|
65
66
|
and [ElMassimo](https://github.com/ElMassimo) for inspiring and helping me with their gems.
|
66
67
|
|
67
|
-
**STATUS
|
68
|
-
It has
|
69
|
-
implemented on my first
|
68
|
+
**STATUS:** This gem is in the early stages of development, but is ready for use.
|
69
|
+
It has nearly 100% test coverage and all tests pass. Since 15 May 2025, it has been successfully
|
70
|
+
implemented on my first customer's app: an ERP system with fat Svelte components that are crucial for the workflow.
|
71
|
+
of this company.
|
70
72
|
|
71
73
|
If you have issues, please open one, and contributors are welcome!
|
72
74
|
|