rails_app_generator 0.1.6 → 0.1.7
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/CHANGELOG.md +7 -0
- data/after_templates/README.md +6 -2
- data/docs/images/tailwind.png +0 -0
- data/docs/images/tailwind_daisyui.png +0 -0
- data/docs/images/tailwind_emulating_bootstrap.png +0 -0
- data/docs/images/tailwind_hotwire.png +0 -0
- data/docs/images/tailwind_hotwire_form.png +0 -0
- data/docs/images/tailwind_hotwire_form_search.png +0 -0
- data/docs/videos.md +43 -0
- data/lib/rails_app_generator/version.rb +1 -1
- data/package-lock.json +2 -2
- data/package.json +1 -1
- metadata +8 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d4aa8af419a74d354fe232aada3953cd2059366923b8b113960627bc19fc9e53
|
|
4
|
+
data.tar.gz: 2003b645007cd5a358c9fb96561e5d474a15b68388de6edf7fcfb2e523c8b0a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 302af7074fd0b954e14674b39a7821b28af3d849282db1ab505d9219c80cc49519cf9ec389f6b408982746ddc1a35bf8fa304802f92fa29cb45549f31e73fd30
|
|
7
|
+
data.tar.gz: 6a615425e3bf4537e6663fdbb8f1b2df4b85dbc499a85bcc60f9c4693f91de060356922ba0faf82d27dd4e6341876124ac7aca383f87d832c3df86d2c69ddc8d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [0.1.6](https://github.com/klueless-io/rails_app_generator/compare/v0.1.5...v0.1.6) (2022-07-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add profile - tailwind-emulating-bootstrap ([d79b99e](https://github.com/klueless-io/rails_app_generator/commit/d79b99ecb8448635952d6c978aea9c5e92f11a71))
|
|
7
|
+
|
|
1
8
|
## [0.1.5](https://github.com/klueless-io/rails_app_generator/compare/v0.1.4...v0.1.5) (2022-07-29)
|
|
2
9
|
|
|
3
10
|
|
data/after_templates/README.md
CHANGED
|
@@ -4,11 +4,15 @@ A set of templates that can be used via the `--template` argument
|
|
|
4
4
|
|
|
5
5
|
## Videos
|
|
6
6
|
|
|
7
|
+
- profile: rag-tailwind
|
|
8
|
+
- Demonstrates a Tailwind homepage
|
|
9
|
+
- setup tailwind using --css=tailwind option
|
|
10
|
+
- profile: rag-tailwind-daisyui
|
|
11
|
+
- Tailwind, DaisyUI and Theme Changer using Stimulus
|
|
12
|
+
- Make sure it persists the theme change across pages
|
|
7
13
|
- Bootstrap & Tailwind in same application plus Bootstrap Emulation
|
|
8
14
|
- Demonstrates running bootstrap and tailwind in the same Rails 7 application
|
|
9
15
|
- Demonstrates using Bootstrap CSS classes in a Tailwind project
|
|
10
16
|
- Hotwire Flash Messages
|
|
11
|
-
- Tailwind, DaisyUI and Theme Changer using Stimulus
|
|
12
|
-
- Make sure it persists the theme change across pages
|
|
13
17
|
- Tailwind, Reusing Styles
|
|
14
18
|
- https://tailwindcss.com/docs/reusing-styles
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/docs/videos.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# After Templates
|
|
2
|
+
|
|
3
|
+
A set of templates that can be used via the `--template` argument
|
|
4
|
+
|
|
5
|
+
## Videos
|
|
6
|
+
|
|
7
|
+
- profile: rag-tailwind
|
|
8
|
+
- Demonstrates a Tailwind homepage
|
|
9
|
+
- setup tailwind using --css=tailwind option
|
|
10
|
+
|
|
11
|
+

|
|
12
|
+
|
|
13
|
+
- profile: rag-tailwind-daisyui
|
|
14
|
+
- Tailwind, DaisyUI and Theme Changer using Stimulus
|
|
15
|
+
- Make sure it persists the theme change across pages
|
|
16
|
+
|
|
17
|
+

|
|
18
|
+
|
|
19
|
+
- profile: rag-tailwind-emulating-bootstrap
|
|
20
|
+
- Bootstrap & Tailwind in same application plus Bootstrap Emulation
|
|
21
|
+
- Demonstrates running bootstrap and tailwind in the same Rails 7 application
|
|
22
|
+
- Demonstrates using Bootstrap CSS classes in a Tailwind project
|
|
23
|
+
|
|
24
|
+

|
|
25
|
+
|
|
26
|
+
- profile: rag-tailwind-hotwire
|
|
27
|
+
- Simple hotwire driven counter
|
|
28
|
+
|
|
29
|
+

|
|
30
|
+
|
|
31
|
+
- profile: rag-tailwind-form
|
|
32
|
+
- Hotwire driven form using Tailwind and DaisyUI
|
|
33
|
+
|
|
34
|
+

|
|
35
|
+
|
|
36
|
+
- profile: rag-tailwind-form-search
|
|
37
|
+
- Hotwire driven form and live search on Tailwind, with theme selector
|
|
38
|
+
|
|
39
|
+

|
|
40
|
+
|
|
41
|
+
- Hotwire Flash Messages
|
|
42
|
+
- Tailwind, Reusing Styles
|
|
43
|
+
- https://tailwindcss.com/docs/reusing-styles
|
data/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rails_app_generator",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "rails_app_generator",
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.7",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"daisyui": "^2.20.0"
|
|
12
12
|
},
|
data/package.json
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_app_generator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Cruwys
|
|
@@ -234,11 +234,18 @@ files:
|
|
|
234
234
|
- after_templates/rag_tailwind_hotwire_form_search/update.turbo_stream.erb
|
|
235
235
|
- bin/console
|
|
236
236
|
- bin/setup
|
|
237
|
+
- docs/images/tailwind.png
|
|
238
|
+
- docs/images/tailwind_daisyui.png
|
|
239
|
+
- docs/images/tailwind_emulating_bootstrap.png
|
|
240
|
+
- docs/images/tailwind_hotwire.png
|
|
241
|
+
- docs/images/tailwind_hotwire_form.png
|
|
242
|
+
- docs/images/tailwind_hotwire_form_search.png
|
|
237
243
|
- docs/project-plan.md
|
|
238
244
|
- docs/project-plan/project.drawio
|
|
239
245
|
- docs/project-plan/project_done.svg
|
|
240
246
|
- docs/project-plan/project_in_progress.svg
|
|
241
247
|
- docs/project-plan/project_todo.svg
|
|
248
|
+
- docs/videos.md
|
|
242
249
|
- exe/rag
|
|
243
250
|
- lib/rails_app_generator.rb
|
|
244
251
|
- lib/rails_app_generator/add_on.rb
|