rails_app_generator 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (144) hide show
  1. checksums.yaml +4 -4
  2. data/.builders/generators/project-plan.rb +2 -3
  3. data/CHANGELOG.md +13 -0
  4. data/after_templates/{rag_bootstrap.rb → rag/bootstrap/_.rb} +1 -1
  5. data/after_templates/{rag_bootstrap → rag/bootstrap}/application-yield.html.erb +0 -0
  6. data/after_templates/{rag_bootstrap → rag/bootstrap}/application.html.erb +0 -0
  7. data/after_templates/{rag_bootstrap → rag/bootstrap}/component-cards-fancy.css +0 -0
  8. data/after_templates/{rag_bootstrap → rag/bootstrap}/component-cards-fancy.html +0 -0
  9. data/after_templates/{rag_bootstrap → rag/bootstrap}/component-cards-staff.css +0 -0
  10. data/after_templates/{rag_bootstrap → rag/bootstrap}/component-cards-staff.html +0 -0
  11. data/after_templates/{rag_bootstrap → rag/bootstrap}/component-cards-styled.html +0 -0
  12. data/after_templates/{rag_bootstrap → rag/bootstrap}/component-footer.html +0 -0
  13. data/after_templates/{rag_bootstrap → rag/bootstrap}/component-hero.html +0 -0
  14. data/after_templates/{rag_bootstrap → rag/bootstrap}/component-modal.html +0 -0
  15. data/after_templates/{rag_bootstrap → rag/bootstrap}/component-nav.html +0 -0
  16. data/after_templates/{rag_bootstrap → rag/bootstrap}/custom-bootstrap-import.scss +0 -0
  17. data/after_templates/{rag_bootstrap → rag/bootstrap}/custom-using-css.css +0 -0
  18. data/after_templates/{rag_bootstrap → rag/bootstrap}/custom-using-scss.scss +0 -0
  19. data/after_templates/{rag_bootstrap → rag/bootstrap}/manifest.js +0 -0
  20. data/after_templates/{rag_devise.rb → rag/devise/_.rb} +1 -1
  21. data/after_templates/{rag_devise → rag/devise}/application.html.erb +0 -0
  22. data/after_templates/{rag_devise → rag/devise}/application_controller.rb +0 -0
  23. data/after_templates/{rag_devise → rag/devise}/config/initializers/devise_turbo.rb +0 -0
  24. data/after_templates/{rag_devise → rag/devise}/layouts/_alerts.html.erb +0 -0
  25. data/after_templates/{rag_devise → rag/devise}/layouts/_footer.html.erb +0 -0
  26. data/after_templates/{rag_devise → rag/devise}/layouts/_navbar.html.erb +0 -0
  27. data/after_templates/{rag_devise → rag/devise}/layouts/application.html.erb +0 -0
  28. data/after_templates/{rag_devise → rag/devise}/post/_post.html.erb +0 -0
  29. data/after_templates/{rag_devise → rag/devise}/post/post.rb +0 -0
  30. data/after_templates/{rag_devise → rag/devise}/post/posts_controller.rb +0 -0
  31. data/after_templates/{rag_devise → rag/devise}/seed_data.rb +0 -0
  32. data/after_templates/{rag_devise → rag/devise}/turbo_controller.rb +0 -0
  33. data/after_templates/{rag_devise → rag/devise}/user.rb +0 -0
  34. data/after_templates/{rag_import_map.rb → rag/import_map/_.rb} +1 -1
  35. data/after_templates/{rag_import_map → rag/import_map}/component-sortable.html +0 -0
  36. data/after_templates/{rag_import_map → rag/import_map}/home.css +0 -0
  37. data/after_templates/{rag_import_map → rag/import_map}/position_controller.js +0 -0
  38. data/after_templates/{rag_printspeak.rb → rag/printspeak/_.rb} +1 -1
  39. data/after_templates/{rag_printspeak → rag/printspeak}/application_controller.rb +0 -0
  40. data/after_templates/{rag_printspeak → rag/printspeak}/faq.html.erb +0 -0
  41. data/after_templates/{rag_printspeak → rag/printspeak}/layouts/_footer.html.erb +0 -0
  42. data/after_templates/{rag_printspeak → rag/printspeak}/layouts/_head.html.erb +0 -0
  43. data/after_templates/{rag_printspeak → rag/printspeak}/layouts/_navbar.html.erb +0 -0
  44. data/after_templates/{rag_printspeak → rag/printspeak}/layouts/application.html.erb +0 -0
  45. data/after_templates/{rag_printspeak → rag/printspeak}/page/_footer.html.erb +0 -0
  46. data/after_templates/{rag_printspeak → rag/printspeak}/page/architecture.html.erb +0 -0
  47. data/after_templates/{rag_printspeak → rag/printspeak}/page/blog.html.erb +0 -0
  48. data/after_templates/{rag_printspeak → rag/printspeak}/page/faq.html.erb +0 -0
  49. data/after_templates/{rag_printspeak → rag/printspeak}/page/home.html.erb +0 -0
  50. data/after_templates/{rag_printspeak → rag/printspeak}/page/page_controller.rb +0 -0
  51. data/after_templates/{rag_printspeak → rag/printspeak}/page/readme.html.erb +0 -0
  52. data/after_templates/{rag_simple.rb → rag/simple/_.rb} +1 -1
  53. data/after_templates/{rag_tailwind.rb → rag/tailwind/_.rb} +1 -1
  54. data/after_templates/{rag_tailwind → rag/tailwind}/component-cta.html +0 -0
  55. data/after_templates/{rag_tailwind → rag/tailwind}/component-faq.html +0 -0
  56. data/after_templates/{rag_tailwind → rag/tailwind}/component-footer.html +0 -0
  57. data/after_templates/{rag_tailwind → rag/tailwind}/component-hero.html +0 -0
  58. data/after_templates/{rag_tailwind → rag/tailwind}/component-nav.html +0 -0
  59. data/after_templates/{rag_tailwind → rag/tailwind}/component-section-begin.html +0 -0
  60. data/after_templates/{rag_tailwind → rag/tailwind}/component-section-end.html +0 -0
  61. data/after_templates/{rag_tailwind_daisyui.rb → rag/tailwind_daisyui/_.rb} +1 -1
  62. data/after_templates/{rag_tailwind_daisyui → rag/tailwind_daisyui}/index.html.erb +0 -0
  63. data/after_templates/{rag_tailwind_emulating_bootstrap → rag/tailwind_emulating_bootstrap}/Procfile.dev +0 -0
  64. data/after_templates/{rag_tailwind_emulating_bootstrap.rb → rag/tailwind_emulating_bootstrap/_.rb} +1 -1
  65. data/after_templates/{rag_tailwind_emulating_bootstrap → rag/tailwind_emulating_bootstrap}/application.html.erb +0 -0
  66. data/after_templates/{rag_tailwind_emulating_bootstrap → rag/tailwind_emulating_bootstrap}/application.tailwind.css +0 -0
  67. data/after_templates/{rag_tailwind_emulating_bootstrap → rag/tailwind_emulating_bootstrap}/application_controller.rb +0 -0
  68. data/after_templates/{rag_tailwind_emulating_bootstrap → rag/tailwind_emulating_bootstrap}/home/_example.html.erb +0 -0
  69. data/after_templates/{rag_tailwind_emulating_bootstrap → rag/tailwind_emulating_bootstrap}/home/bootstrap.html.erb +0 -0
  70. data/after_templates/{rag_tailwind_emulating_bootstrap → rag/tailwind_emulating_bootstrap}/home/home_controller.rb +0 -0
  71. data/after_templates/{rag_tailwind_emulating_bootstrap → rag/tailwind_emulating_bootstrap}/home/index.html.erb +0 -0
  72. data/after_templates/{rag_tailwind_emulating_bootstrap → rag/tailwind_emulating_bootstrap}/home/tailwind.html.erb +0 -0
  73. data/after_templates/{rag_tailwind_hotwire.rb → rag/tailwind_hotwire/_.rb} +1 -1
  74. data/after_templates/{rag_tailwind_hotwire → rag/tailwind_hotwire}/home/controller.rb +0 -0
  75. data/after_templates/{rag_tailwind_hotwire → rag/tailwind_hotwire}/home/helper.rb +0 -0
  76. data/after_templates/{rag_tailwind_hotwire → rag/tailwind_hotwire}/home/increment.html.erb +0 -0
  77. data/after_templates/{rag_tailwind_hotwire → rag/tailwind_hotwire}/home/index.html +0 -0
  78. data/after_templates/{rag_tailwind_hotwire_flash.rb → rag/tailwind_hotwire_flash/_.rb} +1 -1
  79. data/after_templates/{rag_tailwind_hotwire_form.rb → rag/tailwind_hotwire_form/_.rb} +1 -1
  80. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/_contact.html.erb +0 -0
  81. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/_count.html.erb +0 -0
  82. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/_flash.html.erb +0 -0
  83. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/_form.html.erb +0 -0
  84. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/_list.html.erb +0 -0
  85. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/application.html.erb +0 -0
  86. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/application.js +0 -0
  87. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/application.tailwind.css +0 -0
  88. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/application_helper.rb +0 -0
  89. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/contact.rb +0 -0
  90. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/contacts_controller.rb +0 -0
  91. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/create.turbo_stream.erb +0 -0
  92. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/edit.html.erb +0 -0
  93. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/index.html.erb +0 -0
  94. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/new.html.erb +0 -0
  95. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/show.html.erb +0 -0
  96. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/update.turbo_stream.erb +0 -0
  97. data/after_templates/{rag_tailwind_hotwire_form_search.rb → rag/tailwind_hotwire_form_search/_.rb} +1 -1
  98. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/_contact.html.erb +0 -0
  99. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/_count.html.erb +0 -0
  100. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/_flash.html.erb +0 -0
  101. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/_form.html.erb +0 -0
  102. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/_list.html.erb +0 -0
  103. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/_theme_changer.html.erb +0 -0
  104. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/application.html.erb +0 -0
  105. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/application.js +0 -0
  106. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/application.tailwind.css +0 -0
  107. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/application_helper.rb +0 -0
  108. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/contact.rb +0 -0
  109. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/contacts_controller.rb +0 -0
  110. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/create.turbo_stream.erb +0 -0
  111. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/edit.html.erb +0 -0
  112. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/index.html.erb +0 -0
  113. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/new.html.erb +0 -0
  114. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/search_controller.js +0 -0
  115. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/show.html.erb +0 -0
  116. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/theme_changer_controller.js +0 -0
  117. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/update.turbo_stream.erb +0 -0
  118. data/docs/last_run/app_generator_class.json +24 -0
  119. data/docs/last_run/app_generator_data.json +7 -2
  120. data/docs/last_run/rails_options_class.json +24 -0
  121. data/docs/last_run/rails_options_data.json +7 -3
  122. data/docs/project-plan/project.drawio +46 -46
  123. data/docs/project-plan/project_todo.svg +1 -1
  124. data/lib/rails_app_generator/addons/annotate.rb +0 -3
  125. data/lib/rails_app_generator/app_generator.rb +0 -5
  126. data/lib/rails_app_generator/rag_initializer.rb +77 -75
  127. data/lib/rails_app_generator/version.rb +1 -1
  128. data/package-lock.json +2 -2
  129. data/package.json +1 -1
  130. data/profiles/{rag-bootstrap.json → rag/bootstrap.json} +1 -1
  131. data/profiles/{rag-devise.json → rag/devise.json} +1 -1
  132. data/profiles/{rag-import-map.json → rag/import-map.json} +1 -1
  133. data/profiles/{rag-printspeak.json → rag/printspeak.json} +3 -2
  134. data/profiles/{rag-simple.json → rag/simple.json} +3 -2
  135. data/profiles/{rag-tailwind-daisyui.json → rag/tailwind-daisyui.json} +1 -1
  136. data/profiles/{rag-tailwind-emulating-bootstrap.json → rag/tailwind-emulating-bootstrap.json} +2 -3
  137. data/profiles/{rag-tailwind-hotwire-flash.json → rag/tailwind-hotwire-flash.json} +1 -1
  138. data/profiles/{rag-tailwind-hotwire-form-search.json → rag/tailwind-hotwire-form-search.json} +1 -1
  139. data/profiles/{rag-tailwind-hotwire-form.json → rag/tailwind-hotwire-form.json} +1 -1
  140. data/profiles/{rag-tailwind-hotwire.json → rag/tailwind-hotwire.json} +1 -1
  141. data/profiles/{rag-tailwind.json → rag/tailwind.json} +3 -2
  142. metadata +127 -129
  143. data/profiles/rag-add-some-pages.json +0 -11
  144. data/profiles/rag-sample.json +0 -13
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rails_app_generator",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Create new Rails Application with custom opinions",
5
5
  "scripts": {
6
6
  "release": "semantic-release"
@@ -6,7 +6,7 @@
6
6
  "opts": {
7
7
  "skip_git": true,
8
8
  "skip_test": true,
9
- "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag_bootstrap.rb",
9
+ "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag/bootstrap/_.rb",
10
10
  "css": "bootstrap"
11
11
  }
12
12
  }
@@ -6,7 +6,7 @@
6
6
  "opts": {
7
7
  "skip_git": true,
8
8
  "skip_test": true,
9
- "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag_devise.rb",
9
+ "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag/devise/_.rb",
10
10
  "add_devise": true
11
11
  }
12
12
  }
@@ -6,6 +6,6 @@
6
6
  "opts": {
7
7
  "skip_test": true,
8
8
  "skip_javascript": true,
9
- "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag_import_map.rb"
9
+ "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag/import_map/_.rb"
10
10
  }
11
11
  }
@@ -5,7 +5,8 @@
5
5
  },
6
6
  "opts": {
7
7
  "skip_test": true,
8
- "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag_printspeak.rb",
9
- "javascript": "esbuild"
8
+ "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag/printspeak/_.rb",
9
+ "javascript": "esbuild",
10
+ "add_annotate": true
10
11
  }
11
12
  }
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "args": {
3
3
  "app_path": "simple",
4
- "destination_root": "/Users/davidcruwys/dev/kgems/rails_app_generator/a/rag"
4
+ "destination_root": "/Users/davidcruwys/dev/kgems/rails_app_generator/a/rag",
5
+ "capture_output": false
5
6
  },
6
7
  "opts": {
7
8
  "skip_test": true,
8
9
  "skip_bundle": true,
9
- "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag_simple.rb"
10
+ "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag/simple/_.rb"
10
11
  }
11
12
  }
@@ -5,6 +5,6 @@
5
5
  },
6
6
  "opts": {
7
7
  "skip_test": true,
8
- "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag_tailwind_daisyui.rb"
8
+ "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag/tailwind_daisyui/_.rb"
9
9
  }
10
10
  }
@@ -5,8 +5,7 @@
5
5
  },
6
6
  "opts": {
7
7
  "skip_test": true,
8
- "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag_tailwind_emulating_bootstrap.rb",
9
- "note": "tailwind needs to be installed manually because of style reuse",
10
- "XXX-css": "tailwind"
8
+ "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag/tailwind_emulating_bootstrap/_.rb",
9
+ "note": "tailwind needs to be installed manually because of style reuse"
11
10
  }
12
11
  }
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "opts": {
7
7
  "skip_test": true,
8
- "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag_tailwind_hotwire_flash.rb",
8
+ "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag/tailwind_hotwire_flash/_.rb",
9
9
  "css": "tailwind"
10
10
  }
11
11
  }
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "opts": {
7
7
  "skip_test": true,
8
- "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag_tailwind_hotwire_form_search.rb",
8
+ "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag/tailwind_hotwire_form_search/_.rb",
9
9
  "note": "tailwind needs to be installed manually because of the custom tailwind plugins",
10
10
  "XXX-css": "tailwind",
11
11
  "javascript": "esbuild"
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "opts": {
7
7
  "skip_test": true,
8
- "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag_tailwind_hotwire_form.rb",
8
+ "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag/tailwind_hotwire_form/_.rb",
9
9
  "note": "tailwind needs to be installed manually because of the custom tailwind plugins",
10
10
  "XXX-css": "tailwind",
11
11
  "javascript": "esbuild"
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "opts": {
7
7
  "skip_test": true,
8
- "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag_tailwind_hotwire.rb",
8
+ "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag/tailwind_hotwire/_.rb",
9
9
  "css": "tailwind",
10
10
  "javascript": "esbuild"
11
11
  }
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "args": {
3
3
  "app_path": "tailwind",
4
- "destination_root": "/Users/davidcruwys/dev/kgems/rails_app_generator/a/rag"
4
+ "destination_root": "/Users/davidcruwys/dev/kgems/rails_app_generator/a/rag",
5
+ "capture_output": true
5
6
  },
6
7
  "opts": {
7
8
  "skip_git": true,
8
9
  "skip_test": true,
9
- "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag_tailwind.rb",
10
+ "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag/tailwind/_.rb",
10
11
  "css": "tailwind"
11
12
  }
12
13
  }
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.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cruwys
@@ -248,120 +248,120 @@ files:
248
248
  - after_templates/addons/twilio_ruby/app/controllers/home_controller.rb
249
249
  - after_templates/addons/twilio_ruby/app/views/home/index.html.erb
250
250
  - after_templates/addons/twilio_ruby/config/initializers/twilio.rb
251
- - after_templates/rag_bootstrap.rb
252
- - after_templates/rag_bootstrap/application-yield.html.erb
253
- - after_templates/rag_bootstrap/application.html.erb
254
- - after_templates/rag_bootstrap/component-cards-fancy.css
255
- - after_templates/rag_bootstrap/component-cards-fancy.html
256
- - after_templates/rag_bootstrap/component-cards-staff.css
257
- - after_templates/rag_bootstrap/component-cards-staff.html
258
- - after_templates/rag_bootstrap/component-cards-styled.html
259
- - after_templates/rag_bootstrap/component-footer.html
260
- - after_templates/rag_bootstrap/component-hero.html
261
- - after_templates/rag_bootstrap/component-modal.html
262
- - after_templates/rag_bootstrap/component-nav.html
263
- - after_templates/rag_bootstrap/custom-bootstrap-import.scss
264
- - after_templates/rag_bootstrap/custom-using-css.css
265
- - after_templates/rag_bootstrap/custom-using-scss.scss
266
- - after_templates/rag_bootstrap/manifest.js
267
- - after_templates/rag_devise.rb
268
- - after_templates/rag_devise/application.html.erb
269
- - after_templates/rag_devise/application_controller.rb
270
- - after_templates/rag_devise/config/initializers/devise_turbo.rb
271
- - after_templates/rag_devise/layouts/_alerts.html.erb
272
- - after_templates/rag_devise/layouts/_footer.html.erb
273
- - after_templates/rag_devise/layouts/_navbar.html.erb
274
- - after_templates/rag_devise/layouts/application.html.erb
275
- - after_templates/rag_devise/post/_post.html.erb
276
- - after_templates/rag_devise/post/post.rb
277
- - after_templates/rag_devise/post/posts_controller.rb
278
- - after_templates/rag_devise/seed_data.rb
279
- - after_templates/rag_devise/turbo_controller.rb
280
- - after_templates/rag_devise/user.rb
281
- - after_templates/rag_import_map.rb
282
- - after_templates/rag_import_map/component-sortable.html
283
- - after_templates/rag_import_map/home.css
284
- - after_templates/rag_import_map/position_controller.js
285
- - after_templates/rag_printspeak.rb
286
- - after_templates/rag_printspeak/application_controller.rb
287
- - after_templates/rag_printspeak/faq.html.erb
288
- - after_templates/rag_printspeak/layouts/_footer.html.erb
289
- - after_templates/rag_printspeak/layouts/_head.html.erb
290
- - after_templates/rag_printspeak/layouts/_navbar.html.erb
291
- - after_templates/rag_printspeak/layouts/application.html.erb
292
- - after_templates/rag_printspeak/page/_footer.html.erb
293
- - after_templates/rag_printspeak/page/architecture.html.erb
294
- - after_templates/rag_printspeak/page/blog.html.erb
295
- - after_templates/rag_printspeak/page/faq.html.erb
296
- - after_templates/rag_printspeak/page/home.html.erb
297
- - after_templates/rag_printspeak/page/page_controller.rb
298
- - after_templates/rag_printspeak/page/readme.html.erb
299
- - after_templates/rag_simple.rb
300
- - after_templates/rag_tailwind.rb
301
- - after_templates/rag_tailwind/component-cta.html
302
- - after_templates/rag_tailwind/component-faq.html
303
- - after_templates/rag_tailwind/component-footer.html
304
- - after_templates/rag_tailwind/component-hero.html
305
- - after_templates/rag_tailwind/component-nav.html
306
- - after_templates/rag_tailwind/component-section-begin.html
307
- - after_templates/rag_tailwind/component-section-end.html
308
- - after_templates/rag_tailwind_daisyui.rb
309
- - after_templates/rag_tailwind_daisyui/index.html.erb
310
- - after_templates/rag_tailwind_emulating_bootstrap.rb
311
- - after_templates/rag_tailwind_emulating_bootstrap/Procfile.dev
312
- - after_templates/rag_tailwind_emulating_bootstrap/application.html.erb
313
- - after_templates/rag_tailwind_emulating_bootstrap/application.tailwind.css
314
- - after_templates/rag_tailwind_emulating_bootstrap/application_controller.rb
315
- - after_templates/rag_tailwind_emulating_bootstrap/home/_example.html.erb
316
- - after_templates/rag_tailwind_emulating_bootstrap/home/bootstrap.html.erb
317
- - after_templates/rag_tailwind_emulating_bootstrap/home/home_controller.rb
318
- - after_templates/rag_tailwind_emulating_bootstrap/home/index.html.erb
319
- - after_templates/rag_tailwind_emulating_bootstrap/home/tailwind.html.erb
320
- - after_templates/rag_tailwind_hotwire.rb
321
- - after_templates/rag_tailwind_hotwire/home/controller.rb
322
- - after_templates/rag_tailwind_hotwire/home/helper.rb
323
- - after_templates/rag_tailwind_hotwire/home/increment.html.erb
324
- - after_templates/rag_tailwind_hotwire/home/index.html
325
- - after_templates/rag_tailwind_hotwire_flash.rb
326
- - after_templates/rag_tailwind_hotwire_form.rb
327
- - after_templates/rag_tailwind_hotwire_form/_contact.html.erb
328
- - after_templates/rag_tailwind_hotwire_form/_count.html.erb
329
- - after_templates/rag_tailwind_hotwire_form/_flash.html.erb
330
- - after_templates/rag_tailwind_hotwire_form/_form.html.erb
331
- - after_templates/rag_tailwind_hotwire_form/_list.html.erb
332
- - after_templates/rag_tailwind_hotwire_form/application.html.erb
333
- - after_templates/rag_tailwind_hotwire_form/application.js
334
- - after_templates/rag_tailwind_hotwire_form/application.tailwind.css
335
- - after_templates/rag_tailwind_hotwire_form/application_helper.rb
336
- - after_templates/rag_tailwind_hotwire_form/contact.rb
337
- - after_templates/rag_tailwind_hotwire_form/contacts_controller.rb
338
- - after_templates/rag_tailwind_hotwire_form/create.turbo_stream.erb
339
- - after_templates/rag_tailwind_hotwire_form/edit.html.erb
340
- - after_templates/rag_tailwind_hotwire_form/index.html.erb
341
- - after_templates/rag_tailwind_hotwire_form/new.html.erb
342
- - after_templates/rag_tailwind_hotwire_form/show.html.erb
343
- - after_templates/rag_tailwind_hotwire_form/update.turbo_stream.erb
344
- - after_templates/rag_tailwind_hotwire_form_search.rb
345
- - after_templates/rag_tailwind_hotwire_form_search/_contact.html.erb
346
- - after_templates/rag_tailwind_hotwire_form_search/_count.html.erb
347
- - after_templates/rag_tailwind_hotwire_form_search/_flash.html.erb
348
- - after_templates/rag_tailwind_hotwire_form_search/_form.html.erb
349
- - after_templates/rag_tailwind_hotwire_form_search/_list.html.erb
350
- - after_templates/rag_tailwind_hotwire_form_search/_theme_changer.html.erb
351
- - after_templates/rag_tailwind_hotwire_form_search/application.html.erb
352
- - after_templates/rag_tailwind_hotwire_form_search/application.js
353
- - after_templates/rag_tailwind_hotwire_form_search/application.tailwind.css
354
- - after_templates/rag_tailwind_hotwire_form_search/application_helper.rb
355
- - after_templates/rag_tailwind_hotwire_form_search/contact.rb
356
- - after_templates/rag_tailwind_hotwire_form_search/contacts_controller.rb
357
- - after_templates/rag_tailwind_hotwire_form_search/create.turbo_stream.erb
358
- - after_templates/rag_tailwind_hotwire_form_search/edit.html.erb
359
- - after_templates/rag_tailwind_hotwire_form_search/index.html.erb
360
- - after_templates/rag_tailwind_hotwire_form_search/new.html.erb
361
- - after_templates/rag_tailwind_hotwire_form_search/search_controller.js
362
- - after_templates/rag_tailwind_hotwire_form_search/show.html.erb
363
- - after_templates/rag_tailwind_hotwire_form_search/theme_changer_controller.js
364
- - after_templates/rag_tailwind_hotwire_form_search/update.turbo_stream.erb
251
+ - after_templates/rag/bootstrap/_.rb
252
+ - after_templates/rag/bootstrap/application-yield.html.erb
253
+ - after_templates/rag/bootstrap/application.html.erb
254
+ - after_templates/rag/bootstrap/component-cards-fancy.css
255
+ - after_templates/rag/bootstrap/component-cards-fancy.html
256
+ - after_templates/rag/bootstrap/component-cards-staff.css
257
+ - after_templates/rag/bootstrap/component-cards-staff.html
258
+ - after_templates/rag/bootstrap/component-cards-styled.html
259
+ - after_templates/rag/bootstrap/component-footer.html
260
+ - after_templates/rag/bootstrap/component-hero.html
261
+ - after_templates/rag/bootstrap/component-modal.html
262
+ - after_templates/rag/bootstrap/component-nav.html
263
+ - after_templates/rag/bootstrap/custom-bootstrap-import.scss
264
+ - after_templates/rag/bootstrap/custom-using-css.css
265
+ - after_templates/rag/bootstrap/custom-using-scss.scss
266
+ - after_templates/rag/bootstrap/manifest.js
267
+ - after_templates/rag/devise/_.rb
268
+ - after_templates/rag/devise/application.html.erb
269
+ - after_templates/rag/devise/application_controller.rb
270
+ - after_templates/rag/devise/config/initializers/devise_turbo.rb
271
+ - after_templates/rag/devise/layouts/_alerts.html.erb
272
+ - after_templates/rag/devise/layouts/_footer.html.erb
273
+ - after_templates/rag/devise/layouts/_navbar.html.erb
274
+ - after_templates/rag/devise/layouts/application.html.erb
275
+ - after_templates/rag/devise/post/_post.html.erb
276
+ - after_templates/rag/devise/post/post.rb
277
+ - after_templates/rag/devise/post/posts_controller.rb
278
+ - after_templates/rag/devise/seed_data.rb
279
+ - after_templates/rag/devise/turbo_controller.rb
280
+ - after_templates/rag/devise/user.rb
281
+ - after_templates/rag/import_map/_.rb
282
+ - after_templates/rag/import_map/component-sortable.html
283
+ - after_templates/rag/import_map/home.css
284
+ - after_templates/rag/import_map/position_controller.js
285
+ - after_templates/rag/printspeak/_.rb
286
+ - after_templates/rag/printspeak/application_controller.rb
287
+ - after_templates/rag/printspeak/faq.html.erb
288
+ - after_templates/rag/printspeak/layouts/_footer.html.erb
289
+ - after_templates/rag/printspeak/layouts/_head.html.erb
290
+ - after_templates/rag/printspeak/layouts/_navbar.html.erb
291
+ - after_templates/rag/printspeak/layouts/application.html.erb
292
+ - after_templates/rag/printspeak/page/_footer.html.erb
293
+ - after_templates/rag/printspeak/page/architecture.html.erb
294
+ - after_templates/rag/printspeak/page/blog.html.erb
295
+ - after_templates/rag/printspeak/page/faq.html.erb
296
+ - after_templates/rag/printspeak/page/home.html.erb
297
+ - after_templates/rag/printspeak/page/page_controller.rb
298
+ - after_templates/rag/printspeak/page/readme.html.erb
299
+ - after_templates/rag/simple/_.rb
300
+ - after_templates/rag/tailwind/_.rb
301
+ - after_templates/rag/tailwind/component-cta.html
302
+ - after_templates/rag/tailwind/component-faq.html
303
+ - after_templates/rag/tailwind/component-footer.html
304
+ - after_templates/rag/tailwind/component-hero.html
305
+ - after_templates/rag/tailwind/component-nav.html
306
+ - after_templates/rag/tailwind/component-section-begin.html
307
+ - after_templates/rag/tailwind/component-section-end.html
308
+ - after_templates/rag/tailwind_daisyui/_.rb
309
+ - after_templates/rag/tailwind_daisyui/index.html.erb
310
+ - after_templates/rag/tailwind_emulating_bootstrap/Procfile.dev
311
+ - after_templates/rag/tailwind_emulating_bootstrap/_.rb
312
+ - after_templates/rag/tailwind_emulating_bootstrap/application.html.erb
313
+ - after_templates/rag/tailwind_emulating_bootstrap/application.tailwind.css
314
+ - after_templates/rag/tailwind_emulating_bootstrap/application_controller.rb
315
+ - after_templates/rag/tailwind_emulating_bootstrap/home/_example.html.erb
316
+ - after_templates/rag/tailwind_emulating_bootstrap/home/bootstrap.html.erb
317
+ - after_templates/rag/tailwind_emulating_bootstrap/home/home_controller.rb
318
+ - after_templates/rag/tailwind_emulating_bootstrap/home/index.html.erb
319
+ - after_templates/rag/tailwind_emulating_bootstrap/home/tailwind.html.erb
320
+ - after_templates/rag/tailwind_hotwire/_.rb
321
+ - after_templates/rag/tailwind_hotwire/home/controller.rb
322
+ - after_templates/rag/tailwind_hotwire/home/helper.rb
323
+ - after_templates/rag/tailwind_hotwire/home/increment.html.erb
324
+ - after_templates/rag/tailwind_hotwire/home/index.html
325
+ - after_templates/rag/tailwind_hotwire_flash/_.rb
326
+ - after_templates/rag/tailwind_hotwire_form/_.rb
327
+ - after_templates/rag/tailwind_hotwire_form/_contact.html.erb
328
+ - after_templates/rag/tailwind_hotwire_form/_count.html.erb
329
+ - after_templates/rag/tailwind_hotwire_form/_flash.html.erb
330
+ - after_templates/rag/tailwind_hotwire_form/_form.html.erb
331
+ - after_templates/rag/tailwind_hotwire_form/_list.html.erb
332
+ - after_templates/rag/tailwind_hotwire_form/application.html.erb
333
+ - after_templates/rag/tailwind_hotwire_form/application.js
334
+ - after_templates/rag/tailwind_hotwire_form/application.tailwind.css
335
+ - after_templates/rag/tailwind_hotwire_form/application_helper.rb
336
+ - after_templates/rag/tailwind_hotwire_form/contact.rb
337
+ - after_templates/rag/tailwind_hotwire_form/contacts_controller.rb
338
+ - after_templates/rag/tailwind_hotwire_form/create.turbo_stream.erb
339
+ - after_templates/rag/tailwind_hotwire_form/edit.html.erb
340
+ - after_templates/rag/tailwind_hotwire_form/index.html.erb
341
+ - after_templates/rag/tailwind_hotwire_form/new.html.erb
342
+ - after_templates/rag/tailwind_hotwire_form/show.html.erb
343
+ - after_templates/rag/tailwind_hotwire_form/update.turbo_stream.erb
344
+ - after_templates/rag/tailwind_hotwire_form_search/_.rb
345
+ - after_templates/rag/tailwind_hotwire_form_search/_contact.html.erb
346
+ - after_templates/rag/tailwind_hotwire_form_search/_count.html.erb
347
+ - after_templates/rag/tailwind_hotwire_form_search/_flash.html.erb
348
+ - after_templates/rag/tailwind_hotwire_form_search/_form.html.erb
349
+ - after_templates/rag/tailwind_hotwire_form_search/_list.html.erb
350
+ - after_templates/rag/tailwind_hotwire_form_search/_theme_changer.html.erb
351
+ - after_templates/rag/tailwind_hotwire_form_search/application.html.erb
352
+ - after_templates/rag/tailwind_hotwire_form_search/application.js
353
+ - after_templates/rag/tailwind_hotwire_form_search/application.tailwind.css
354
+ - after_templates/rag/tailwind_hotwire_form_search/application_helper.rb
355
+ - after_templates/rag/tailwind_hotwire_form_search/contact.rb
356
+ - after_templates/rag/tailwind_hotwire_form_search/contacts_controller.rb
357
+ - after_templates/rag/tailwind_hotwire_form_search/create.turbo_stream.erb
358
+ - after_templates/rag/tailwind_hotwire_form_search/edit.html.erb
359
+ - after_templates/rag/tailwind_hotwire_form_search/index.html.erb
360
+ - after_templates/rag/tailwind_hotwire_form_search/new.html.erb
361
+ - after_templates/rag/tailwind_hotwire_form_search/search_controller.js
362
+ - after_templates/rag/tailwind_hotwire_form_search/show.html.erb
363
+ - after_templates/rag/tailwind_hotwire_form_search/theme_changer_controller.js
364
+ - after_templates/rag/tailwind_hotwire_form_search/update.turbo_stream.erb
365
365
  - app:template
366
366
  - bin/console
367
367
  - bin/setup
@@ -463,20 +463,18 @@ files:
463
463
  - profiles/addons/mini_magick.json
464
464
  - profiles/addons/rails-html-sanitizer.json
465
465
  - profiles/addons/twilio_ruby.json
466
- - profiles/rag-add-some-pages.json
467
- - profiles/rag-bootstrap.json
468
- - profiles/rag-devise.json
469
- - profiles/rag-import-map.json
470
- - profiles/rag-printspeak.json
471
- - profiles/rag-sample.json
472
- - profiles/rag-simple.json
473
- - profiles/rag-tailwind-daisyui.json
474
- - profiles/rag-tailwind-emulating-bootstrap.json
475
- - profiles/rag-tailwind-hotwire-flash.json
476
- - profiles/rag-tailwind-hotwire-form-search.json
477
- - profiles/rag-tailwind-hotwire-form.json
478
- - profiles/rag-tailwind-hotwire.json
479
- - profiles/rag-tailwind.json
466
+ - profiles/rag/bootstrap.json
467
+ - profiles/rag/devise.json
468
+ - profiles/rag/import-map.json
469
+ - profiles/rag/printspeak.json
470
+ - profiles/rag/simple.json
471
+ - profiles/rag/tailwind-daisyui.json
472
+ - profiles/rag/tailwind-emulating-bootstrap.json
473
+ - profiles/rag/tailwind-hotwire-flash.json
474
+ - profiles/rag/tailwind-hotwire-form-search.json
475
+ - profiles/rag/tailwind-hotwire-form.json
476
+ - profiles/rag/tailwind-hotwire.json
477
+ - profiles/rag/tailwind.json
480
478
  - sig/rails_app_generator.rbs
481
479
  - tasks/addon.thor
482
480
  - tasks/gem_info.rb
@@ -1,11 +0,0 @@
1
- {
2
- "args": {
3
- "app_path": "add-some-pages",
4
- "destination_root": "/Users/davidcruwys/dev/kgems/rails_app_generator/a/rag"
5
- },
6
- "opts": {
7
- "skip_git": true,
8
- "skip_bundle": true,
9
- "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/test.rb"
10
- }
11
- }
@@ -1,13 +0,0 @@
1
- {
2
- "args": {
3
- "app_path": "sample",
4
- "destination_root": "/Users/davidcruwys/dev/kgems/rails_app_generator/a/rag"
5
- },
6
- "opts": {
7
- "capture_output": false,
8
- "skip_test": true,
9
- "skip_bundle": true,
10
- "XXX_template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag_simple.rb",
11
- "add_annotate": true
12
- }
13
- }