rails_app_generator 0.1.27 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (160) hide show
  1. checksums.yaml +4 -4
  2. data/.builders/generators/project-plan.rb +2 -3
  3. data/.rubocop.yml +2 -1
  4. data/CHANGELOG.md +28 -0
  5. data/after_templates/addons/acts_as_list/_.rb +0 -14
  6. data/after_templates/addons/mini_magick/_.rb +1 -1
  7. data/after_templates/{rag_bootstrap.rb → rag/bootstrap/_.rb} +1 -1
  8. data/after_templates/{rag_bootstrap → rag/bootstrap}/application-yield.html.erb +0 -0
  9. data/after_templates/{rag_bootstrap → rag/bootstrap}/application.html.erb +0 -0
  10. data/after_templates/{rag_bootstrap → rag/bootstrap}/component-cards-fancy.css +0 -0
  11. data/after_templates/{rag_bootstrap → rag/bootstrap}/component-cards-fancy.html +0 -0
  12. data/after_templates/{rag_bootstrap → rag/bootstrap}/component-cards-staff.css +0 -0
  13. data/after_templates/{rag_bootstrap → rag/bootstrap}/component-cards-staff.html +0 -0
  14. data/after_templates/{rag_bootstrap → rag/bootstrap}/component-cards-styled.html +0 -0
  15. data/after_templates/{rag_bootstrap → rag/bootstrap}/component-footer.html +0 -0
  16. data/after_templates/{rag_bootstrap → rag/bootstrap}/component-hero.html +0 -0
  17. data/after_templates/{rag_bootstrap → rag/bootstrap}/component-modal.html +0 -0
  18. data/after_templates/{rag_bootstrap → rag/bootstrap}/component-nav.html +0 -0
  19. data/after_templates/{rag_bootstrap → rag/bootstrap}/custom-bootstrap-import.scss +0 -0
  20. data/after_templates/{rag_bootstrap → rag/bootstrap}/custom-using-css.css +0 -0
  21. data/after_templates/{rag_bootstrap → rag/bootstrap}/custom-using-scss.scss +0 -0
  22. data/after_templates/{rag_bootstrap → rag/bootstrap}/manifest.js +0 -0
  23. data/after_templates/{rag_devise.rb → rag/devise/_.rb} +1 -1
  24. data/after_templates/{rag_devise → rag/devise}/application.html.erb +0 -0
  25. data/after_templates/{rag_devise → rag/devise}/application_controller.rb +0 -0
  26. data/after_templates/{rag_devise → rag/devise}/config/initializers/devise_turbo.rb +0 -0
  27. data/after_templates/{rag_devise → rag/devise}/layouts/_alerts.html.erb +0 -0
  28. data/after_templates/{rag_devise → rag/devise}/layouts/_footer.html.erb +0 -0
  29. data/after_templates/{rag_devise → rag/devise}/layouts/_navbar.html.erb +0 -0
  30. data/after_templates/{rag_devise → rag/devise}/layouts/application.html.erb +0 -0
  31. data/after_templates/{rag_devise → rag/devise}/post/_post.html.erb +0 -0
  32. data/after_templates/{rag_devise → rag/devise}/post/post.rb +0 -0
  33. data/after_templates/{rag_devise → rag/devise}/post/posts_controller.rb +0 -0
  34. data/after_templates/{rag_devise → rag/devise}/seed_data.rb +0 -0
  35. data/after_templates/{rag_devise → rag/devise}/turbo_controller.rb +0 -0
  36. data/after_templates/{rag_devise → rag/devise}/user.rb +0 -0
  37. data/after_templates/{rag_import_map.rb → rag/import_map/_.rb} +1 -1
  38. data/after_templates/{rag_import_map → rag/import_map}/component-sortable.html +0 -0
  39. data/after_templates/{rag_import_map → rag/import_map}/home.css +0 -0
  40. data/after_templates/{rag_import_map → rag/import_map}/position_controller.js +0 -0
  41. data/after_templates/{rag_printspeak.rb → rag/printspeak/_.rb} +1 -1
  42. data/after_templates/{rag_printspeak → rag/printspeak}/application_controller.rb +0 -0
  43. data/after_templates/{rag_printspeak → rag/printspeak}/faq.html.erb +0 -0
  44. data/after_templates/{rag_printspeak → rag/printspeak}/layouts/_footer.html.erb +0 -0
  45. data/after_templates/{rag_printspeak → rag/printspeak}/layouts/_head.html.erb +0 -0
  46. data/after_templates/{rag_printspeak → rag/printspeak}/layouts/_navbar.html.erb +0 -0
  47. data/after_templates/{rag_printspeak → rag/printspeak}/layouts/application.html.erb +0 -0
  48. data/after_templates/{rag_printspeak → rag/printspeak}/page/_footer.html.erb +0 -0
  49. data/after_templates/{rag_printspeak → rag/printspeak}/page/architecture.html.erb +0 -0
  50. data/after_templates/{rag_printspeak → rag/printspeak}/page/blog.html.erb +0 -0
  51. data/after_templates/{rag_printspeak → rag/printspeak}/page/faq.html.erb +0 -0
  52. data/after_templates/{rag_printspeak → rag/printspeak}/page/home.html.erb +0 -0
  53. data/after_templates/{rag_printspeak → rag/printspeak}/page/page_controller.rb +0 -0
  54. data/after_templates/{rag_printspeak → rag/printspeak}/page/readme.html.erb +0 -0
  55. data/after_templates/{rag_simple.rb → rag/simple/_.rb} +1 -1
  56. data/after_templates/{rag_tailwind.rb → rag/tailwind/_.rb} +1 -1
  57. data/after_templates/{rag_tailwind → rag/tailwind}/component-cta.html +0 -0
  58. data/after_templates/{rag_tailwind → rag/tailwind}/component-faq.html +0 -0
  59. data/after_templates/{rag_tailwind → rag/tailwind}/component-footer.html +0 -0
  60. data/after_templates/{rag_tailwind → rag/tailwind}/component-hero.html +0 -0
  61. data/after_templates/{rag_tailwind → rag/tailwind}/component-nav.html +0 -0
  62. data/after_templates/{rag_tailwind → rag/tailwind}/component-section-begin.html +0 -0
  63. data/after_templates/{rag_tailwind → rag/tailwind}/component-section-end.html +0 -0
  64. data/after_templates/{rag_tailwind_daisyui.rb → rag/tailwind_daisyui/_.rb} +1 -1
  65. data/after_templates/{rag_tailwind_daisyui → rag/tailwind_daisyui}/index.html.erb +0 -0
  66. data/after_templates/{rag_tailwind_emulating_bootstrap → rag/tailwind_emulating_bootstrap}/Procfile.dev +0 -0
  67. data/after_templates/{rag_tailwind_emulating_bootstrap.rb → rag/tailwind_emulating_bootstrap/_.rb} +1 -1
  68. data/after_templates/{rag_tailwind_emulating_bootstrap → rag/tailwind_emulating_bootstrap}/application.html.erb +0 -0
  69. data/after_templates/{rag_tailwind_emulating_bootstrap → rag/tailwind_emulating_bootstrap}/application.tailwind.css +0 -0
  70. data/after_templates/{rag_tailwind_emulating_bootstrap → rag/tailwind_emulating_bootstrap}/application_controller.rb +0 -0
  71. data/after_templates/{rag_tailwind_emulating_bootstrap → rag/tailwind_emulating_bootstrap}/home/_example.html.erb +0 -0
  72. data/after_templates/{rag_tailwind_emulating_bootstrap → rag/tailwind_emulating_bootstrap}/home/bootstrap.html.erb +0 -0
  73. data/after_templates/{rag_tailwind_emulating_bootstrap → rag/tailwind_emulating_bootstrap}/home/home_controller.rb +0 -0
  74. data/after_templates/{rag_tailwind_emulating_bootstrap → rag/tailwind_emulating_bootstrap}/home/index.html.erb +0 -0
  75. data/after_templates/{rag_tailwind_emulating_bootstrap → rag/tailwind_emulating_bootstrap}/home/tailwind.html.erb +0 -0
  76. data/after_templates/{rag_tailwind_hotwire.rb → rag/tailwind_hotwire/_.rb} +1 -1
  77. data/after_templates/{rag_tailwind_hotwire → rag/tailwind_hotwire}/home/controller.rb +0 -0
  78. data/after_templates/{rag_tailwind_hotwire → rag/tailwind_hotwire}/home/helper.rb +0 -0
  79. data/after_templates/{rag_tailwind_hotwire → rag/tailwind_hotwire}/home/increment.html.erb +0 -0
  80. data/after_templates/{rag_tailwind_hotwire → rag/tailwind_hotwire}/home/index.html +0 -0
  81. data/after_templates/{rag_tailwind_hotwire_flash.rb → rag/tailwind_hotwire_flash/_.rb} +1 -1
  82. data/after_templates/{rag_tailwind_hotwire_form.rb → rag/tailwind_hotwire_form/_.rb} +1 -1
  83. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/_contact.html.erb +0 -0
  84. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/_count.html.erb +0 -0
  85. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/_flash.html.erb +0 -0
  86. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/_form.html.erb +0 -0
  87. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/_list.html.erb +0 -0
  88. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/application.html.erb +0 -0
  89. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/application.js +0 -0
  90. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/application.tailwind.css +0 -0
  91. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/application_helper.rb +0 -0
  92. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/contact.rb +0 -0
  93. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/contacts_controller.rb +0 -0
  94. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/create.turbo_stream.erb +0 -0
  95. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/edit.html.erb +0 -0
  96. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/index.html.erb +0 -0
  97. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/new.html.erb +0 -0
  98. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/show.html.erb +0 -0
  99. data/after_templates/{rag_tailwind_hotwire_form → rag/tailwind_hotwire_form}/update.turbo_stream.erb +0 -0
  100. data/after_templates/{rag_tailwind_hotwire_form_search.rb → rag/tailwind_hotwire_form_search/_.rb} +1 -1
  101. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/_contact.html.erb +0 -0
  102. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/_count.html.erb +0 -0
  103. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/_flash.html.erb +0 -0
  104. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/_form.html.erb +0 -0
  105. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/_list.html.erb +0 -0
  106. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/_theme_changer.html.erb +0 -0
  107. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/application.html.erb +0 -0
  108. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/application.js +0 -0
  109. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/application.tailwind.css +0 -0
  110. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/application_helper.rb +0 -0
  111. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/contact.rb +0 -0
  112. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/contacts_controller.rb +0 -0
  113. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/create.turbo_stream.erb +0 -0
  114. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/edit.html.erb +0 -0
  115. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/index.html.erb +0 -0
  116. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/new.html.erb +0 -0
  117. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/search_controller.js +0 -0
  118. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/show.html.erb +0 -0
  119. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/theme_changer_controller.js +0 -0
  120. data/after_templates/{rag_tailwind_hotwire_form_search → rag/tailwind_hotwire_form_search}/update.turbo_stream.erb +0 -0
  121. data/docs/last_run/app_generator_class.json +430 -0
  122. data/docs/last_run/app_generator_data.json +49 -0
  123. data/docs/last_run/rails_options_class.json +430 -0
  124. data/docs/last_run/rails_options_data.json +57 -0
  125. data/docs/project-plan/project.drawio +46 -46
  126. data/docs/project-plan/project_todo.svg +1 -1
  127. data/exe/rag +2 -0
  128. data/lib/rails_app_generator/addon.rb +1 -1
  129. data/lib/rails_app_generator/addons/annotate.rb +0 -3
  130. data/lib/rails_app_generator/addons/twilio_ruby.rb +13 -0
  131. data/lib/rails_app_generator/app_generator.rb +39 -177
  132. data/lib/rails_app_generator/cli/profile.rb +3 -1
  133. data/lib/rails_app_generator/configuration/rag_configuration.rb +18 -0
  134. data/lib/rails_app_generator/configuration/rag_configuration_extension.rb +14 -0
  135. data/lib/rails_app_generator/options/build_option.rb +14 -9
  136. data/lib/rails_app_generator/options/options_builder.rb +67 -44
  137. data/lib/rails_app_generator/options/rails_options.rb +6 -68
  138. data/lib/rails_app_generator/rag_initializer.rb +252 -0
  139. data/lib/rails_app_generator/util.rb +26 -0
  140. data/lib/rails_app_generator/version.rb +1 -1
  141. data/lib/rails_app_generator.rb +4 -1
  142. data/package-lock.json +2 -2
  143. data/package.json +1 -1
  144. data/profiles/addons/mini_magick.json +2 -1
  145. data/profiles/{rag-bootstrap.json → rag/bootstrap.json} +1 -1
  146. data/profiles/{rag-devise.json → rag/devise.json} +1 -1
  147. data/profiles/{rag-import-map.json → rag/import-map.json} +1 -1
  148. data/profiles/{rag-printspeak.json → rag/printspeak.json} +3 -2
  149. data/profiles/{rag-simple.json → rag/simple.json} +3 -2
  150. data/profiles/{rag-tailwind-daisyui.json → rag/tailwind-daisyui.json} +1 -1
  151. data/profiles/{rag-tailwind-emulating-bootstrap.json → rag/tailwind-emulating-bootstrap.json} +2 -3
  152. data/profiles/{rag-tailwind-hotwire-flash.json → rag/tailwind-hotwire-flash.json} +1 -1
  153. data/profiles/{rag-tailwind-hotwire-form-search.json → rag/tailwind-hotwire-form-search.json} +1 -1
  154. data/profiles/{rag-tailwind-hotwire-form.json → rag/tailwind-hotwire-form.json} +1 -1
  155. data/profiles/{rag-tailwind-hotwire.json → rag/tailwind-hotwire.json} +1 -1
  156. data/profiles/{rag-tailwind.json → rag/tailwind.json} +3 -2
  157. data/templates/thor_task/addon/addon.tt +2 -6
  158. metadata +150 -130
  159. data/profiles/rag-add-some-pages.json +0 -11
  160. data/profiles/rag-sample.json +0 -13
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_app_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.27
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cruwys
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-08-06 00:00:00.000000000 Z
11
+ date: 2022-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootsnap
@@ -136,6 +136,20 @@ dependencies:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
+ - !ruby/object:Gem::Dependency
140
+ name: k_config
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - "~>"
144
+ - !ruby/object:Gem::Version
145
+ version: '0'
146
+ type: :runtime
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - "~>"
151
+ - !ruby/object:Gem::Version
152
+ version: '0'
139
153
  description: " Create new Rails Application with custom opinions\n"
140
154
  email:
141
155
  - david@ideasmen.com.au
@@ -234,120 +248,120 @@ files:
234
248
  - after_templates/addons/twilio_ruby/app/controllers/home_controller.rb
235
249
  - after_templates/addons/twilio_ruby/app/views/home/index.html.erb
236
250
  - after_templates/addons/twilio_ruby/config/initializers/twilio.rb
237
- - after_templates/rag_bootstrap.rb
238
- - after_templates/rag_bootstrap/application-yield.html.erb
239
- - after_templates/rag_bootstrap/application.html.erb
240
- - after_templates/rag_bootstrap/component-cards-fancy.css
241
- - after_templates/rag_bootstrap/component-cards-fancy.html
242
- - after_templates/rag_bootstrap/component-cards-staff.css
243
- - after_templates/rag_bootstrap/component-cards-staff.html
244
- - after_templates/rag_bootstrap/component-cards-styled.html
245
- - after_templates/rag_bootstrap/component-footer.html
246
- - after_templates/rag_bootstrap/component-hero.html
247
- - after_templates/rag_bootstrap/component-modal.html
248
- - after_templates/rag_bootstrap/component-nav.html
249
- - after_templates/rag_bootstrap/custom-bootstrap-import.scss
250
- - after_templates/rag_bootstrap/custom-using-css.css
251
- - after_templates/rag_bootstrap/custom-using-scss.scss
252
- - after_templates/rag_bootstrap/manifest.js
253
- - after_templates/rag_devise.rb
254
- - after_templates/rag_devise/application.html.erb
255
- - after_templates/rag_devise/application_controller.rb
256
- - after_templates/rag_devise/config/initializers/devise_turbo.rb
257
- - after_templates/rag_devise/layouts/_alerts.html.erb
258
- - after_templates/rag_devise/layouts/_footer.html.erb
259
- - after_templates/rag_devise/layouts/_navbar.html.erb
260
- - after_templates/rag_devise/layouts/application.html.erb
261
- - after_templates/rag_devise/post/_post.html.erb
262
- - after_templates/rag_devise/post/post.rb
263
- - after_templates/rag_devise/post/posts_controller.rb
264
- - after_templates/rag_devise/seed_data.rb
265
- - after_templates/rag_devise/turbo_controller.rb
266
- - after_templates/rag_devise/user.rb
267
- - after_templates/rag_import_map.rb
268
- - after_templates/rag_import_map/component-sortable.html
269
- - after_templates/rag_import_map/home.css
270
- - after_templates/rag_import_map/position_controller.js
271
- - after_templates/rag_printspeak.rb
272
- - after_templates/rag_printspeak/application_controller.rb
273
- - after_templates/rag_printspeak/faq.html.erb
274
- - after_templates/rag_printspeak/layouts/_footer.html.erb
275
- - after_templates/rag_printspeak/layouts/_head.html.erb
276
- - after_templates/rag_printspeak/layouts/_navbar.html.erb
277
- - after_templates/rag_printspeak/layouts/application.html.erb
278
- - after_templates/rag_printspeak/page/_footer.html.erb
279
- - after_templates/rag_printspeak/page/architecture.html.erb
280
- - after_templates/rag_printspeak/page/blog.html.erb
281
- - after_templates/rag_printspeak/page/faq.html.erb
282
- - after_templates/rag_printspeak/page/home.html.erb
283
- - after_templates/rag_printspeak/page/page_controller.rb
284
- - after_templates/rag_printspeak/page/readme.html.erb
285
- - after_templates/rag_simple.rb
286
- - after_templates/rag_tailwind.rb
287
- - after_templates/rag_tailwind/component-cta.html
288
- - after_templates/rag_tailwind/component-faq.html
289
- - after_templates/rag_tailwind/component-footer.html
290
- - after_templates/rag_tailwind/component-hero.html
291
- - after_templates/rag_tailwind/component-nav.html
292
- - after_templates/rag_tailwind/component-section-begin.html
293
- - after_templates/rag_tailwind/component-section-end.html
294
- - after_templates/rag_tailwind_daisyui.rb
295
- - after_templates/rag_tailwind_daisyui/index.html.erb
296
- - after_templates/rag_tailwind_emulating_bootstrap.rb
297
- - after_templates/rag_tailwind_emulating_bootstrap/Procfile.dev
298
- - after_templates/rag_tailwind_emulating_bootstrap/application.html.erb
299
- - after_templates/rag_tailwind_emulating_bootstrap/application.tailwind.css
300
- - after_templates/rag_tailwind_emulating_bootstrap/application_controller.rb
301
- - after_templates/rag_tailwind_emulating_bootstrap/home/_example.html.erb
302
- - after_templates/rag_tailwind_emulating_bootstrap/home/bootstrap.html.erb
303
- - after_templates/rag_tailwind_emulating_bootstrap/home/home_controller.rb
304
- - after_templates/rag_tailwind_emulating_bootstrap/home/index.html.erb
305
- - after_templates/rag_tailwind_emulating_bootstrap/home/tailwind.html.erb
306
- - after_templates/rag_tailwind_hotwire.rb
307
- - after_templates/rag_tailwind_hotwire/home/controller.rb
308
- - after_templates/rag_tailwind_hotwire/home/helper.rb
309
- - after_templates/rag_tailwind_hotwire/home/increment.html.erb
310
- - after_templates/rag_tailwind_hotwire/home/index.html
311
- - after_templates/rag_tailwind_hotwire_flash.rb
312
- - after_templates/rag_tailwind_hotwire_form.rb
313
- - after_templates/rag_tailwind_hotwire_form/_contact.html.erb
314
- - after_templates/rag_tailwind_hotwire_form/_count.html.erb
315
- - after_templates/rag_tailwind_hotwire_form/_flash.html.erb
316
- - after_templates/rag_tailwind_hotwire_form/_form.html.erb
317
- - after_templates/rag_tailwind_hotwire_form/_list.html.erb
318
- - after_templates/rag_tailwind_hotwire_form/application.html.erb
319
- - after_templates/rag_tailwind_hotwire_form/application.js
320
- - after_templates/rag_tailwind_hotwire_form/application.tailwind.css
321
- - after_templates/rag_tailwind_hotwire_form/application_helper.rb
322
- - after_templates/rag_tailwind_hotwire_form/contact.rb
323
- - after_templates/rag_tailwind_hotwire_form/contacts_controller.rb
324
- - after_templates/rag_tailwind_hotwire_form/create.turbo_stream.erb
325
- - after_templates/rag_tailwind_hotwire_form/edit.html.erb
326
- - after_templates/rag_tailwind_hotwire_form/index.html.erb
327
- - after_templates/rag_tailwind_hotwire_form/new.html.erb
328
- - after_templates/rag_tailwind_hotwire_form/show.html.erb
329
- - after_templates/rag_tailwind_hotwire_form/update.turbo_stream.erb
330
- - after_templates/rag_tailwind_hotwire_form_search.rb
331
- - after_templates/rag_tailwind_hotwire_form_search/_contact.html.erb
332
- - after_templates/rag_tailwind_hotwire_form_search/_count.html.erb
333
- - after_templates/rag_tailwind_hotwire_form_search/_flash.html.erb
334
- - after_templates/rag_tailwind_hotwire_form_search/_form.html.erb
335
- - after_templates/rag_tailwind_hotwire_form_search/_list.html.erb
336
- - after_templates/rag_tailwind_hotwire_form_search/_theme_changer.html.erb
337
- - after_templates/rag_tailwind_hotwire_form_search/application.html.erb
338
- - after_templates/rag_tailwind_hotwire_form_search/application.js
339
- - after_templates/rag_tailwind_hotwire_form_search/application.tailwind.css
340
- - after_templates/rag_tailwind_hotwire_form_search/application_helper.rb
341
- - after_templates/rag_tailwind_hotwire_form_search/contact.rb
342
- - after_templates/rag_tailwind_hotwire_form_search/contacts_controller.rb
343
- - after_templates/rag_tailwind_hotwire_form_search/create.turbo_stream.erb
344
- - after_templates/rag_tailwind_hotwire_form_search/edit.html.erb
345
- - after_templates/rag_tailwind_hotwire_form_search/index.html.erb
346
- - after_templates/rag_tailwind_hotwire_form_search/new.html.erb
347
- - after_templates/rag_tailwind_hotwire_form_search/search_controller.js
348
- - after_templates/rag_tailwind_hotwire_form_search/show.html.erb
349
- - after_templates/rag_tailwind_hotwire_form_search/theme_changer_controller.js
350
- - 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
351
365
  - app:template
352
366
  - bin/console
353
367
  - bin/setup
@@ -357,6 +371,10 @@ files:
357
371
  - docs/images/tailwind_hotwire.png
358
372
  - docs/images/tailwind_hotwire_form.png
359
373
  - docs/images/tailwind_hotwire_form_search.png
374
+ - docs/last_run/app_generator_class.json
375
+ - docs/last_run/app_generator_data.json
376
+ - docs/last_run/rails_options_class.json
377
+ - docs/last_run/rails_options_data.json
360
378
  - docs/project-plan.md
361
379
  - docs/project-plan/project.drawio
362
380
  - docs/project-plan/project_done.svg
@@ -399,11 +417,14 @@ files:
399
417
  - lib/rails_app_generator/addons/stimulus.rb
400
418
  - lib/rails_app_generator/addons/stimulus_components.rb
401
419
  - lib/rails_app_generator/addons/tailwind.rb
420
+ - lib/rails_app_generator/addons/twilio_ruby.rb
402
421
  - lib/rails_app_generator/addons/views.rb
403
422
  - lib/rails_app_generator/app_builder.rb
404
423
  - lib/rails_app_generator/app_generator.rb
405
424
  - lib/rails_app_generator/cli/diff.rb
406
425
  - lib/rails_app_generator/cli/profile.rb
426
+ - lib/rails_app_generator/configuration/rag_configuration.rb
427
+ - lib/rails_app_generator/configuration/rag_configuration_extension.rb
407
428
  - lib/rails_app_generator/context.rb
408
429
  - lib/rails_app_generator/dependencies.rb
409
430
  - lib/rails_app_generator/diff/compare_info.rb
@@ -426,6 +447,7 @@ files:
426
447
  - lib/rails_app_generator/options/map_option_string.rb
427
448
  - lib/rails_app_generator/options/options_builder.rb
428
449
  - lib/rails_app_generator/options/rails_options.rb
450
+ - lib/rails_app_generator/rag_initializer.rb
429
451
  - lib/rails_app_generator/starter.rb
430
452
  - lib/rails_app_generator/util.rb
431
453
  - lib/rails_app_generator/version.rb
@@ -441,20 +463,18 @@ files:
441
463
  - profiles/addons/mini_magick.json
442
464
  - profiles/addons/rails-html-sanitizer.json
443
465
  - profiles/addons/twilio_ruby.json
444
- - profiles/rag-add-some-pages.json
445
- - profiles/rag-bootstrap.json
446
- - profiles/rag-devise.json
447
- - profiles/rag-import-map.json
448
- - profiles/rag-printspeak.json
449
- - profiles/rag-sample.json
450
- - profiles/rag-simple.json
451
- - profiles/rag-tailwind-daisyui.json
452
- - profiles/rag-tailwind-emulating-bootstrap.json
453
- - profiles/rag-tailwind-hotwire-flash.json
454
- - profiles/rag-tailwind-hotwire-form-search.json
455
- - profiles/rag-tailwind-hotwire-form.json
456
- - profiles/rag-tailwind-hotwire.json
457
- - 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
458
478
  - sig/rails_app_generator.rbs
459
479
  - tasks/addon.thor
460
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
- }