rails_app_generator 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 74ea402449d28be464f76e50d4f78f0e29905f7b23ab85bdb7c12a1be32337a1
4
- data.tar.gz: e6543558c80c0c27428ad863b6927ac3d5c39430b828c55feb4d4006a1295bec
3
+ metadata.gz: d4aa8af419a74d354fe232aada3953cd2059366923b8b113960627bc19fc9e53
4
+ data.tar.gz: 2003b645007cd5a358c9fb96561e5d474a15b68388de6edf7fcfb2e523c8b0a4
5
5
  SHA512:
6
- metadata.gz: 7311f3c9f20f306e775f1c818ef9c0ce47ab0392b4eb54fca421ffcaa023b3b1b62aedd6ee9f320a277f53da14066eb7139ed21d7695bd47a220313e97f78996
7
- data.tar.gz: dcb71902c885e49d3d6197d47f445edb3db5528cd22f0b700b9c9823a41fdd9b321cd891f9a476672fd6ddc07cd8dff94df5b30e86711fd4bddd1aaf12db36c5
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
 
@@ -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
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
+ ![](images/tailwind.png)
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
+ ![](images/tailwind_daisyui.png)
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
+ ![](images/tailwind_emulating_bootstrap.png)
25
+
26
+ - profile: rag-tailwind-hotwire
27
+ - Simple hotwire driven counter
28
+
29
+ ![](images/tailwind_hotwire.png)
30
+
31
+ - profile: rag-tailwind-form
32
+ - Hotwire driven form using Tailwind and DaisyUI
33
+
34
+ ![](images/tailwind_hotwire_form.png)
35
+
36
+ - profile: rag-tailwind-form-search
37
+ - Hotwire driven form and live search on Tailwind, with theme selector
38
+
39
+ ![](images/tailwind_hotwire_form_search.png)
40
+
41
+ - Hotwire Flash Messages
42
+ - Tailwind, Reusing Styles
43
+ - https://tailwindcss.com/docs/reusing-styles
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsAppGenerator
4
- VERSION = '0.1.6'
4
+ VERSION = '0.1.7'
5
5
  end
data/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "rails_app_generator",
3
- "version": "0.1.6",
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.6",
9
+ "version": "0.1.7",
10
10
  "dependencies": {
11
11
  "daisyui": "^2.20.0"
12
12
  },
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rails_app_generator",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Create new Rails Application with custom opinions",
5
5
  "scripts": {
6
6
  "release": "semantic-release"
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.6
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