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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 052b0200922794f65e09212ed6166d8e02282e26b81685dd0a6d919a01aea94f
4
- data.tar.gz: '096d1ff29c99aa7571fab7f73bf4a8424213e4c3ae466d2511ea332b93d3d268'
3
+ metadata.gz: 1ec811ad7440ce292ebec17bd8a4d95bf042acd85a2f3780625df7c500683094
4
+ data.tar.gz: 2a3c7050c6b8499ad090ed944b60e255be4dd62344275a7df610bcfd78e8f4ea
5
5
  SHA512:
6
- metadata.gz: 8fea5ce9e17b041b536aa5ab41bf13e6b932b46c7aaf7bfe4c041ab3bc689a2cc42d8a1fb94a825702a12991355c8b24ed6b92295e407bea3228b02884e5cccf
7
- data.tar.gz: 68c8653e127153e0ac8e9e6baa2df8ee3ddfb10d00f4a06be4163d1193df6c26fe409a1a81890bea2404587c98b5119b0230cdbe8b40193ac28050bb5122eb29
6
+ metadata.gz: 411fe2fed8d262f6cf23ab271bb4144f0fed070d2923b126e6679aa4cf103aa834a72d5a3a9573ca468493e7c604cd03287f16447a125d0ff40518618c0fda3d
7
+ data.tar.gz: 202f29f3a974a6c22e3c00e84338f72f966163371ddb3ec71cb9795289a6053de6ad2e021048f02e27fe4d49229bf0f1edd5baa10fdeb3308ead27ec17311ecf
@@ -13,7 +13,8 @@ KManager.action :project_plan do
13
13
 
14
14
  grid_layout(y:90, direction: :horizontal, grid_h: 80, grid_w: 320, wrap_at: 3, grid: 0)
15
15
 
16
- todo(title: 'generator for new profiles')
16
+ todo(title: 'broken profile - tailwind-hotwire-form - tailwind-hotwire-form-search, tailwind-hotwire-flash, ')
17
+
17
18
  todo(title: 'look at the sample tailwind pages in P7 and turn them into an addon')
18
19
 
19
20
  todo(title: 'add auto open flag to profile and command line')
@@ -42,7 +43,6 @@ KManager.action :project_plan do
42
43
  todo(title: 'add addon - twilio')
43
44
  todo(title: 'add addon - honeybadger')
44
45
 
45
-
46
46
  todo(title: 'add profile - rails-html-sanitizer')
47
47
  todo(title: 'add profile - tailwind-emulating-bootstrap')
48
48
  todo(title: 'add profile - tailwind-hotwire-form-search')
@@ -56,7 +56,6 @@ KManager.action :project_plan do
56
56
  todo(title: 'add diff tool - open in editor')
57
57
  todo(title: 'add diff tool supporting lhs only, rhs only, same and different')
58
58
  todo(title: 'add project plan to do list')
59
-
60
59
  end
61
60
  .cd(:docs)
62
61
  .save('project-plan/project.drawio')
data/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # [0.2.0](https://github.com/klueless-io/rails_app_generator/compare/v0.1.28...v0.2.0) (2022-08-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * cops ([e23bdee](https://github.com/klueless-io/rails_app_generator/commit/e23bdee8904cc8e0e9040ba1a4cb9c819587cec6))
7
+ * fix failing specs ([c13f7f8](https://github.com/klueless-io/rails_app_generator/commit/c13f7f8a858905f79c788ab0fd316a2aa826fb24))
8
+
9
+
10
+ ### Features
11
+
12
+ * big refactor on the addon configuration ([24f23e0](https://github.com/klueless-io/rails_app_generator/commit/24f23e0624f2e4cf8447b6cbb094b7572535149b))
13
+
1
14
  ## [0.1.28](https://github.com/klueless-io/rails_app_generator/compare/v0.1.27...v0.1.28) (2022-08-06)
2
15
 
3
16
 
@@ -9,7 +9,7 @@
9
9
  require 'pry'
10
10
 
11
11
  def add_customizations
12
- self.local_template_path = File.join(File.dirname(__FILE__), 'rag_bootstrap')
12
+ self.local_template_path = File.dirname(__FILE__)
13
13
 
14
14
  gac 'base rails 7 image created'
15
15
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  require 'pry'
7
7
 
8
- self.local_template_path = local_template_base(__FILE__)
8
+ self.local_template_path = File.dirname(__FILE__)
9
9
 
10
10
  gac 'base rails 7 image created'
11
11
 
File without changes
@@ -6,7 +6,7 @@
6
6
  require 'pry'
7
7
 
8
8
  def add_customizations
9
- self.local_template_path = File.join(File.dirname(__FILE__), 'rag_import_map')
9
+ self.local_template_path = File.dirname(__FILE__)
10
10
 
11
11
  gac 'base rails 7 image created'
12
12
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  require 'pry'
7
7
 
8
- self.local_template_path = local_template_base(__FILE__)
8
+ self.local_template_path = File.dirname(__FILE__)
9
9
 
10
10
  gac 'base rails 7 image created'
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  require 'pry'
7
7
 
8
- self.local_template_path = File.join(File.dirname(__FILE__), 'rag_simple')
8
+ self.local_template_path = File.dirname(__FILE__)
9
9
 
10
10
  gac 'base rails 7 image created'
11
11
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  require 'pry'
10
10
 
11
- self.local_template_path = File.join(File.dirname(__FILE__), 'rag_tailwind')
11
+ self.local_template_path = File.dirname(__FILE__)
12
12
 
13
13
  gac 'base rails 7 image created'
14
14
 
@@ -5,7 +5,7 @@ require 'pry'
5
5
 
6
6
  # Do NOT use the --css=tailwind option when using DaisyUI or any other custom plugin syste for tailwindcss
7
7
 
8
- self.local_template_path = File.join(File.dirname(__FILE__), 'rag_tailwind_daisyui')
8
+ self.local_template_path = File.dirname(__FILE__)
9
9
 
10
10
  gac 'base rails 7 image created'
11
11
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  require 'pry'
6
6
 
7
- self.local_template_path = File.join(File.dirname(__FILE__), File.basename(__FILE__, '.*'))
7
+ self.local_template_path = File.dirname(__FILE__)
8
8
 
9
9
  gac 'base rails 7 image created'
10
10
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  require 'pry'
7
7
 
8
- self.local_template_path = File.join(File.dirname(__FILE__), 'rag_tailwind_hotwire')
8
+ self.local_template_path = File.dirname(__FILE__)
9
9
 
10
10
  gac 'base rails 7 image created'
11
11
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  require 'pry'
6
6
 
7
- self.local_template_path = File.join(File.dirname(__FILE__), File.basename(__FILE__, '.*'))
7
+ self.local_template_path = File.dirname(__FILE__)
8
8
 
9
9
  gac 'base rails 7 image created'
10
10
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  require 'pry'
7
7
 
8
- self.local_template_path = File.join(File.dirname(__FILE__), 'rag_tailwind_hotwire_form')
8
+ self.local_template_path = File.dirname(__FILE__)
9
9
 
10
10
  gac 'base rails 7 image created'
11
11
 
@@ -17,7 +17,7 @@ require 'pry'
17
17
 
18
18
  require 'pry'
19
19
 
20
- self.local_template_path = File.join(File.dirname(__FILE__), File.basename(__FILE__, '.*'))
20
+ self.local_template_path = File.dirname(__FILE__)
21
21
 
22
22
  puts '----------------------------------------------------------------------'
23
23
  puts "Using template: #{self.local_template_path}"
@@ -38,7 +38,10 @@
38
38
  "javascript",
39
39
  "css",
40
40
  "skip_bundle",
41
+ "note",
41
42
  "test",
43
+ "add_devise",
44
+ "add_annotate",
42
45
  "add_acts_as_list",
43
46
  "add_browser",
44
47
  "add_chartkick",
@@ -318,6 +321,13 @@
318
321
  "default": false,
319
322
  "required": false
320
323
  },
324
+ {
325
+ "name": "note",
326
+ "description": "Indicates when to generate note",
327
+ "type": "string",
328
+ "default": "",
329
+ "required": false
330
+ },
321
331
  {
322
332
  "name": "test",
323
333
  "description": "Indicates when to generate test",
@@ -325,6 +335,20 @@
325
335
  "default": "rspec",
326
336
  "required": false
327
337
  },
338
+ {
339
+ "name": "add_devise",
340
+ "description": "Indicates when to generate add devise",
341
+ "type": "boolean",
342
+ "default": false,
343
+ "required": false
344
+ },
345
+ {
346
+ "name": "add_annotate",
347
+ "description": "Indicates when to generate add annotate",
348
+ "type": "boolean",
349
+ "default": false,
350
+ "required": false
351
+ },
328
352
  {
329
353
  "name": "add_acts_as_list",
330
354
  "description": "Indicates when to generate add acts as list",
@@ -28,6 +28,10 @@
28
28
  "api": false,
29
29
  "javascript": "importmap",
30
30
  "skip_bundle": false,
31
+ "note": "",
32
+ "test": "rspec",
33
+ "add_devise": false,
34
+ "add_annotate": false,
31
35
  "add_acts_as_list": false,
32
36
  "add_browser": false,
33
37
  "add_chartkick": false,
@@ -38,7 +42,8 @@
38
42
  "add_honeybadger": false,
39
43
  "add_mini_magick": false,
40
44
  "add_rails_html_sanitizer": false,
41
- "add_twilio_ruby": true,
42
- "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/addons/twilio_ruby/_.rb"
45
+ "add_twilio_ruby": false,
46
+ "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag/tailwind/_.rb",
47
+ "css": "tailwind"
43
48
  }
44
49
  }
@@ -38,7 +38,10 @@
38
38
  "javascript",
39
39
  "css",
40
40
  "skip_bundle",
41
+ "note",
41
42
  "test",
43
+ "add_devise",
44
+ "add_annotate",
42
45
  "add_acts_as_list",
43
46
  "add_browser",
44
47
  "add_chartkick",
@@ -318,6 +321,13 @@
318
321
  "default": false,
319
322
  "required": false
320
323
  },
324
+ {
325
+ "name": "note",
326
+ "description": "Set a note or comment",
327
+ "type": "string",
328
+ "default": "",
329
+ "required": false
330
+ },
321
331
  {
322
332
  "name": "test",
323
333
  "description": "",
@@ -325,6 +335,20 @@
325
335
  "default": "rspec",
326
336
  "required": false
327
337
  },
338
+ {
339
+ "name": "add_devise",
340
+ "description": "",
341
+ "type": "boolean",
342
+ "default": false,
343
+ "required": false
344
+ },
345
+ {
346
+ "name": "add_annotate",
347
+ "description": "",
348
+ "type": "boolean",
349
+ "default": false,
350
+ "required": false
351
+ },
328
352
  {
329
353
  "name": "add_acts_as_list",
330
354
  "description": "",
@@ -7,7 +7,7 @@
7
7
  "quiet": false,
8
8
  "skip": false,
9
9
  "ruby": "/Users/davidcruwys/.asdf/installs/ruby/2.7.6/bin/ruby",
10
- "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/addons/twilio_ruby/_.rb",
10
+ "template": "/Users/davidcruwys/dev/kgems/rails_app_generator/after_templates/rag/tailwind/_.rb",
11
11
  "database": "sqlite3",
12
12
  "skip_git": true,
13
13
  "skip_keeps": false,
@@ -36,8 +36,12 @@
36
36
  "api": false,
37
37
  "minimal": false,
38
38
  "javascript": "importmap",
39
- "css": "",
39
+ "css": "tailwind",
40
40
  "skip_bundle": false,
41
+ "note": "",
42
+ "test": "rspec",
43
+ "add_devise": false,
44
+ "add_annotate": false,
41
45
  "add_acts_as_list": false,
42
46
  "add_browser": false,
43
47
  "add_chartkick": false,
@@ -48,6 +52,6 @@
48
52
  "add_honeybadger": false,
49
53
  "add_mini_magick": false,
50
54
  "add_rails_html_sanitizer": false,
51
- "add_twilio_ruby": true
55
+ "add_twilio_ruby": false
52
56
  }
53
57
  }