inertia_rails-contrib 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (120) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/README.md +12 -134
  4. data/lib/inertia_rails_contrib/version.rb +1 -1
  5. metadata +5 -134
  6. data/lib/generators/inertia/controller/controller_generator.rb +0 -16
  7. data/lib/generators/inertia/controller/templates/controller.rb.tt +0 -10
  8. data/lib/generators/inertia/install/frameworks.yml +0 -98
  9. data/lib/generators/inertia/install/helpers.rb +0 -48
  10. data/lib/generators/inertia/install/install_generator.rb +0 -286
  11. data/lib/generators/inertia/install/templates/assets/inertia.svg +0 -1
  12. data/lib/generators/inertia/install/templates/assets/react.svg +0 -1
  13. data/lib/generators/inertia/install/templates/assets/svelte.svg +0 -1
  14. data/lib/generators/inertia/install/templates/assets/vite_ruby.svg +0 -1
  15. data/lib/generators/inertia/install/templates/assets/vue.svg +0 -1
  16. data/lib/generators/inertia/install/templates/controller.rb +0 -7
  17. data/lib/generators/inertia/install/templates/dev +0 -23
  18. data/lib/generators/inertia/install/templates/initializer.rb +0 -4
  19. data/lib/generators/inertia/install/templates/react/InertiaExample.jsx +0 -60
  20. data/lib/generators/inertia/install/templates/react/InertiaExample.module.css +0 -80
  21. data/lib/generators/inertia/install/templates/react/InertiaExample.tsx +0 -60
  22. data/lib/generators/inertia/install/templates/react/inertia.js +0 -34
  23. data/lib/generators/inertia/install/templates/react/inertia.ts +0 -36
  24. data/lib/generators/inertia/install/templates/react/tsconfig.app.json +0 -27
  25. data/lib/generators/inertia/install/templates/react/tsconfig.json +0 -11
  26. data/lib/generators/inertia/install/templates/react/tsconfig.node.json +0 -13
  27. data/lib/generators/inertia/install/templates/react/vite-env.d.ts +0 -1
  28. data/lib/generators/inertia/install/templates/svelte/InertiaExample.svelte +0 -112
  29. data/lib/generators/inertia/install/templates/svelte/InertiaExample.ts.svelte +0 -112
  30. data/lib/generators/inertia/install/templates/svelte/inertia.js +0 -30
  31. data/lib/generators/inertia/install/templates/svelte/inertia.ts +0 -30
  32. data/lib/generators/inertia/install/templates/svelte/svelte.config.js +0 -7
  33. data/lib/generators/inertia/install/templates/svelte/tsconfig.json +0 -21
  34. data/lib/generators/inertia/install/templates/svelte/tsconfig.node.json +0 -12
  35. data/lib/generators/inertia/install/templates/svelte/vite-env.d.ts +0 -2
  36. data/lib/generators/inertia/install/templates/svelte4/InertiaExample.svelte +0 -116
  37. data/lib/generators/inertia/install/templates/svelte4/InertiaExample.ts.svelte +0 -116
  38. data/lib/generators/inertia/install/templates/svelte4/inertia.js +0 -29
  39. data/lib/generators/inertia/install/templates/svelte4/inertia.ts +0 -29
  40. data/lib/generators/inertia/install/templates/svelte4/svelte.config.js +0 -7
  41. data/lib/generators/inertia/install/templates/svelte4/tsconfig.json +0 -21
  42. data/lib/generators/inertia/install/templates/svelte4/tsconfig.node.json +0 -12
  43. data/lib/generators/inertia/install/templates/svelte4/vite-env.d.ts +0 -2
  44. data/lib/generators/inertia/install/templates/tailwind/application.css +0 -13
  45. data/lib/generators/inertia/install/templates/tailwind/postcss.config.js +0 -6
  46. data/lib/generators/inertia/install/templates/tailwind/tailwind.config.js.tt +0 -18
  47. data/lib/generators/inertia/install/templates/vue/InertiaExample.ts.vue +0 -117
  48. data/lib/generators/inertia/install/templates/vue/InertiaExample.vue +0 -117
  49. data/lib/generators/inertia/install/templates/vue/inertia.js +0 -33
  50. data/lib/generators/inertia/install/templates/vue/inertia.ts +0 -33
  51. data/lib/generators/inertia/install/templates/vue/tsconfig.app.json +0 -24
  52. data/lib/generators/inertia/install/templates/vue/tsconfig.json +0 -11
  53. data/lib/generators/inertia/install/templates/vue/tsconfig.node.json +0 -22
  54. data/lib/generators/inertia/install/templates/vue/vite-env.d.ts +0 -1
  55. data/lib/generators/inertia/scaffold/scaffold_generator.rb +0 -16
  56. data/lib/generators/inertia/scaffold_controller/scaffold_controller_generator.rb +0 -56
  57. data/lib/generators/inertia/scaffold_controller/templates/controller.rb.tt +0 -100
  58. data/lib/generators/inertia_templates/controller/controller_generator.rb +0 -12
  59. data/lib/generators/inertia_templates/controller/templates/react/view.jsx.tt +0 -8
  60. data/lib/generators/inertia_templates/controller/templates/svelte/view.svelte.tt +0 -2
  61. data/lib/generators/inertia_templates/controller/templates/svelte4/view.svelte.tt +0 -2
  62. data/lib/generators/inertia_templates/controller/templates/vue/view.vue.tt +0 -4
  63. data/lib/generators/inertia_templates/scaffold/scaffold_generator.rb +0 -12
  64. data/lib/generators/inertia_templates/scaffold/templates/react/Edit.jsx.tt +0 -35
  65. data/lib/generators/inertia_templates/scaffold/templates/react/Form.jsx.tt +0 -111
  66. data/lib/generators/inertia_templates/scaffold/templates/react/Index.jsx.tt +0 -26
  67. data/lib/generators/inertia_templates/scaffold/templates/react/New.jsx.tt +0 -27
  68. data/lib/generators/inertia_templates/scaffold/templates/react/One.jsx.tt +0 -26
  69. data/lib/generators/inertia_templates/scaffold/templates/react/Show.jsx.tt +0 -39
  70. data/lib/generators/inertia_templates/scaffold/templates/svelte/Edit.svelte.tt +0 -36
  71. data/lib/generators/inertia_templates/scaffold/templates/svelte/Form.svelte.tt +0 -98
  72. data/lib/generators/inertia_templates/scaffold/templates/svelte/Index.svelte.tt +0 -35
  73. data/lib/generators/inertia_templates/scaffold/templates/svelte/New.svelte.tt +0 -29
  74. data/lib/generators/inertia_templates/scaffold/templates/svelte/One.svelte.tt +0 -28
  75. data/lib/generators/inertia_templates/scaffold/templates/svelte/Show.svelte.tt +0 -41
  76. data/lib/generators/inertia_templates/scaffold/templates/svelte4/Edit.svelte.tt +0 -37
  77. data/lib/generators/inertia_templates/scaffold/templates/svelte4/Form.svelte.tt +0 -96
  78. data/lib/generators/inertia_templates/scaffold/templates/svelte4/Index.svelte.tt +0 -36
  79. data/lib/generators/inertia_templates/scaffold/templates/svelte4/New.svelte.tt +0 -30
  80. data/lib/generators/inertia_templates/scaffold/templates/svelte4/One.svelte.tt +0 -28
  81. data/lib/generators/inertia_templates/scaffold/templates/svelte4/Show.svelte.tt +0 -46
  82. data/lib/generators/inertia_templates/scaffold/templates/vue/Edit.vue.tt +0 -36
  83. data/lib/generators/inertia_templates/scaffold/templates/vue/Form.vue.tt +0 -94
  84. data/lib/generators/inertia_templates/scaffold/templates/vue/Index.vue.tt +0 -31
  85. data/lib/generators/inertia_templates/scaffold/templates/vue/New.vue.tt +0 -29
  86. data/lib/generators/inertia_templates/scaffold/templates/vue/One.vue.tt +0 -26
  87. data/lib/generators/inertia_templates/scaffold/templates/vue/Show.vue.tt +0 -44
  88. data/lib/generators/inertia_tw_templates/controller/controller_generator.rb +0 -12
  89. data/lib/generators/inertia_tw_templates/controller/templates/react/view.jsx.tt +0 -8
  90. data/lib/generators/inertia_tw_templates/controller/templates/svelte/view.svelte.tt +0 -2
  91. data/lib/generators/inertia_tw_templates/controller/templates/svelte4/view.svelte.tt +0 -2
  92. data/lib/generators/inertia_tw_templates/controller/templates/vue/view.vue.tt +0 -4
  93. data/lib/generators/inertia_tw_templates/scaffold/scaffold_generator.rb +0 -12
  94. data/lib/generators/inertia_tw_templates/scaffold/templates/react/Edit.jsx.tt +0 -42
  95. data/lib/generators/inertia_tw_templates/scaffold/templates/react/Form.jsx.tt +0 -122
  96. data/lib/generators/inertia_tw_templates/scaffold/templates/react/Index.jsx.tt +0 -43
  97. data/lib/generators/inertia_tw_templates/scaffold/templates/react/New.jsx.tt +0 -30
  98. data/lib/generators/inertia_tw_templates/scaffold/templates/react/One.jsx.tt +0 -26
  99. data/lib/generators/inertia_tw_templates/scaffold/templates/react/Show.jsx.tt +0 -54
  100. data/lib/generators/inertia_tw_templates/scaffold/templates/svelte/Edit.svelte.tt +0 -44
  101. data/lib/generators/inertia_tw_templates/scaffold/templates/svelte/Form.svelte.tt +0 -119
  102. data/lib/generators/inertia_tw_templates/scaffold/templates/svelte/Index.svelte.tt +0 -42
  103. data/lib/generators/inertia_tw_templates/scaffold/templates/svelte/New.svelte.tt +0 -32
  104. data/lib/generators/inertia_tw_templates/scaffold/templates/svelte/One.svelte.tt +0 -28
  105. data/lib/generators/inertia_tw_templates/scaffold/templates/svelte/Show.svelte.tt +0 -57
  106. data/lib/generators/inertia_tw_templates/scaffold/templates/svelte4/Edit.svelte.tt +0 -45
  107. data/lib/generators/inertia_tw_templates/scaffold/templates/svelte4/Form.svelte.tt +0 -120
  108. data/lib/generators/inertia_tw_templates/scaffold/templates/svelte4/Index.svelte.tt +0 -43
  109. data/lib/generators/inertia_tw_templates/scaffold/templates/svelte4/New.svelte.tt +0 -33
  110. data/lib/generators/inertia_tw_templates/scaffold/templates/svelte4/One.svelte.tt +0 -28
  111. data/lib/generators/inertia_tw_templates/scaffold/templates/svelte4/Show.svelte.tt +0 -58
  112. data/lib/generators/inertia_tw_templates/scaffold/templates/vue/Edit.vue.tt +0 -44
  113. data/lib/generators/inertia_tw_templates/scaffold/templates/vue/Form.vue.tt +0 -127
  114. data/lib/generators/inertia_tw_templates/scaffold/templates/vue/Index.vue.tt +0 -43
  115. data/lib/generators/inertia_tw_templates/scaffold/templates/vue/New.vue.tt +0 -32
  116. data/lib/generators/inertia_tw_templates/scaffold/templates/vue/One.vue.tt +0 -26
  117. data/lib/generators/inertia_tw_templates/scaffold/templates/vue/Show.vue.tt +0 -56
  118. data/lib/inertia_rails_contrib/generators/controller_template_base.rb +0 -56
  119. data/lib/inertia_rails_contrib/generators/scaffold_template_base.rb +0 -35
  120. data/lib/inertia_rails_contrib/generators_helper.rb +0 -89
@@ -1,30 +0,0 @@
1
- <script>
2
- import { Link } from '@inertiajs/svelte'
3
- import Form from './Form.svelte'
4
-
5
- export let <%= singular_table_name %>
6
-
7
- const handleSubmit = (e) => {
8
- const { form } = e.detail
9
- form.transform((data) => ({ <%= singular_table_name %>: data }))
10
- form.post('<%= js_resources_path %>')
11
- }
12
- </script>
13
-
14
- <svelte:head>
15
- <title>New <%= human_name.downcase %></title>
16
- </svelte:head>
17
-
18
- <h1>New <%= human_name.downcase %></h1>
19
-
20
- <Form
21
- {<%= singular_table_name %>}
22
- submitText="Create <%= human_name.downcase %>"
23
- on:submit={handleSubmit}
24
- />
25
-
26
- <br />
27
-
28
- <div>
29
- <Link href="<%= js_resources_path %>">Back to <%= human_name.pluralize.downcase %></Link>
30
- </div>
@@ -1,28 +0,0 @@
1
- <script>
2
- export let <%= singular_table_name %>
3
- </script>
4
-
5
- <div>
6
- <% attributes.reject(&:password_digest?).each do |attribute| -%>
7
- <p>
8
- <strong><%= attribute.human_name %>:</strong>
9
- <% if attribute.attachment? -%>
10
- {#if <%= singular_table_name %>.<%= attribute.column_name %>}
11
- <a href={<%= singular_table_name %>.<%= attribute.column_name %>.url}>
12
- {<%= singular_table_name %>.<%= attribute.column_name %>.filename}
13
- </a>
14
- {/if}
15
- </p>
16
- <% elsif attribute.attachments? -%>
17
- </p>
18
- {#each <%= singular_table_name %>.<%= attribute.column_name %> as { url, filename }}
19
- <div>
20
- <a href={url}>{filename}</a>
21
- </div>
22
- {/each}
23
- <% else -%>
24
- {<%= singular_table_name %>.<%= attribute.column_name %>}
25
- </p>
26
- <% end -%>
27
- <% end -%>
28
- </div>
@@ -1,46 +0,0 @@
1
- <script>
2
- import { inertia, Link } from '@inertiajs/svelte'
3
- import <%= inertia_component_name %> from './<%= inertia_component_name %>.svelte'
4
-
5
- export let <%= singular_table_name %>
6
- export let flash
7
-
8
- const onDestroy = (e) => {
9
- if (!confirm('Are you sure you want to delete this <%= human_name.downcase %>?')) {
10
- e.preventDefault()
11
- }
12
- }
13
- </script>
14
-
15
- <svelte:head>
16
- <title><%= human_name %> #{<%= singular_table_name %>.id}</title>
17
- </svelte:head>
18
-
19
- {#if flash.notice}
20
- <p class="notice">{flash.notice}</p>
21
- {/if}
22
-
23
- <h1><%= human_name %> #{<%= singular_table_name %>.id}</h1>
24
-
25
- <<%= inertia_component_name %> {<%= singular_table_name %>} />
26
-
27
- <div>
28
- <Link href={`<%= js_edit_resource_path %>`}>Edit this <%= human_name.downcase %></Link> |
29
- <Link href="<%= js_resources_path %>">Back to <%= human_name.pluralize.downcase %></Link>
30
-
31
- <br />
32
-
33
- <button
34
- use:inertia={{ href: `<%= js_resource_path %>`, method: 'delete' }}
35
- on:click={onDestroy}
36
- type="button"
37
- >
38
- Destroy this <%= human_name.downcase %>
39
- </button>
40
- </div>
41
-
42
- <style>
43
- .notice {
44
- color: green;
45
- }
46
- </style>
@@ -1,36 +0,0 @@
1
- <template>
2
- <Head title="Editing <%= human_name.downcase %>" />
3
-
4
- <h1>Editing <%= human_name.downcase %></h1>
5
-
6
- <Form
7
- :<%= singular_table_name %>="<%= singular_table_name %>"
8
- submitText="Update <%= human_name.downcase %>"
9
- @onSubmit="handleSubmit"
10
- />
11
-
12
- <br />
13
-
14
- <div>
15
- <Link :href="`<%= js_resource_path %>`">Show this <%= human_name.downcase %></Link> |
16
- <Link href="<%= js_resources_path %>">Back to <%= human_name.pluralize.downcase %></Link>
17
- </div>
18
- </template>
19
-
20
- <script setup>
21
- import { Link, Head } from '@inertiajs/vue3'
22
- import Form from './Form.vue'
23
-
24
- const { <%= singular_table_name %> } = defineProps(['<%= singular_table_name %>'])
25
-
26
- const handleSubmit = (form) => {
27
- form.transform((data) => ({ <%= singular_table_name %>: data }))
28
- <% if attributes.any?(&:attachments?) -%>
29
- form.post(`<%= js_resource_path %>`, {
30
- headers: { 'X-HTTP-METHOD-OVERRIDE': 'put' },
31
- })
32
- <% else -%>
33
- form.patch(`<%= js_resource_path %>`)
34
- <% end -%>
35
- }
36
- </script>
@@ -1,94 +0,0 @@
1
- <template>
2
- <form @submit.prevent="emit('onSubmit', form)">
3
- <% attributes.each do |attribute| -%>
4
- <% if attribute.password_digest? -%>
5
- <div>
6
- <label class="label" for="password">Password</label>
7
- <input
8
- type="password"
9
- name="password"
10
- id="password"
11
- v-model="form.password"
12
- />
13
- <div v-if="form.errors.password" class="error">
14
- {{ form.errors.password.join(', ') }}
15
- </div>
16
- </div>
17
-
18
- <div>
19
- <label class="label" for="password_confirmation">
20
- Password Confirmation
21
- </label>
22
- <input
23
- type="password"
24
- name="password_confirmation"
25
- id="password_confirmation"
26
- v-model="form.password_confirmation"
27
- />
28
- <div v-if="form.errors.password_confirmation" class="error">
29
- {{ form.errors.password_confirmation.join(', ') }}
30
- </div>
31
- </div>
32
- <% else -%>
33
- <div>
34
- <label class="label" for="<%= attribute.singular_name %>"><%= attribute.human_name %></label>
35
- <% if input_type(attribute) == "text_area" -%>
36
- <textarea name="<%= attribute.singular_name %>" id="<%= attribute.singular_name %>" v-model="form.<%= attribute.column_name %>" />
37
- <% elsif attribute.attachment? -%>
38
- <input
39
- type="file"
40
- name="<%= attribute.singular_name %>"
41
- id="<%= attribute.singular_name %>"
42
- @input="form.<%= attribute.column_name %> = $event.target.files[0]"
43
- />
44
- <% elsif attribute.attachments? -%>
45
- <input
46
- type="file"
47
- multiple
48
- name="<%= attribute.singular_name %>[]"
49
- id="<%= attribute.singular_name %>"
50
- @input="form.<%= attribute.column_name %> = Array.from($event.target.files)"
51
- />
52
- <% else -%>
53
- <input type="<%= input_type(attribute) %>" name="<%= attribute.singular_name %>" id="<%= attribute.singular_name %>" v-model="form.<%= attribute.column_name %>" />
54
- <% end -%>
55
- <div v-if="form.errors.<%= attribute.column_name %>" class="error">
56
- {{ form.errors.<%= attribute.column_name %>.join(', ') }}
57
- </div>
58
- </div>
59
- <% end -%>
60
- <% end -%>
61
- <div>
62
- <button type="submit" :disabled="form.processing">
63
- {{ submitText }}
64
- </button>
65
- </div>
66
- </form>
67
- </template>
68
-
69
- <script setup>
70
- import { useForm } from '@inertiajs/vue3'
71
-
72
- const { <%= singular_table_name %>, submitText } = defineProps(['<%= singular_table_name %>', 'submitText'])
73
- const emit = defineEmits(['onSubmit'])
74
-
75
- const form = useForm({
76
- <% attributes.each do |attribute| -%>
77
- <% if attribute.password_digest? -%>
78
- password: '',
79
- password_confirmation: '',
80
- <% else -%>
81
- <%= attribute.column_name %>: <%= singular_table_name %>.<%= attribute.column_name %> || <%= default_value(attribute) %>,
82
- <% end -%>
83
- <% end -%>
84
- })
85
- </script>
86
-
87
- <style scoped>
88
- .label {
89
- display: block;
90
- }
91
- .error {
92
- color: red;
93
- }
94
- </style>
@@ -1,31 +0,0 @@
1
- <template>
2
- <Head title="<%= human_name.pluralize %>" />
3
-
4
- <p v-if="flash.notice" class="notice">{{ flash.notice }}</p>
5
-
6
- <h1><%= human_name.pluralize %></h1>
7
-
8
- <div>
9
- <div v-for="<%= singular_table_name %> in <%= plural_table_name %>" :key="<%= singular_table_name %>.id">
10
- <<%= inertia_component_name %> :<%= singular_table_name %>="<%= singular_table_name %>" />
11
- <p>
12
- <Link :href="`<%= js_resource_path %>`">Show this <%= human_name.downcase %></Link>
13
- </p>
14
- </div>
15
- </div>
16
-
17
- <Link href="<%= js_new_resource_path %>">New <%= human_name.downcase %></Link>
18
- </template>
19
-
20
- <script setup>
21
- import { Link, Head } from '@inertiajs/vue3'
22
- import <%= inertia_component_name %> from './<%= inertia_component_name %>.vue'
23
-
24
- const { <%= plural_table_name %>, flash } = defineProps(['<%= plural_table_name %>', 'flash'])
25
- </script>
26
-
27
- <style scoped>
28
- .notice {
29
- color: green;
30
- }
31
- </style>
@@ -1,29 +0,0 @@
1
- <template>
2
- <Head title="New <%= human_name.downcase %>" />
3
-
4
- <h1>New <%= human_name.downcase %></h1>
5
-
6
- <Form
7
- :<%= singular_table_name %>="<%= singular_table_name %>"
8
- submitText="Create <%= human_name.downcase %>"
9
- @onSubmit="handleSubmit"
10
- />
11
-
12
- <br />
13
-
14
- <div>
15
- <Link href="<%= js_resources_path %>">Back to <%= human_name.pluralize.downcase %></Link>
16
- </div>
17
- </template>
18
-
19
- <script setup>
20
- import { Link, Head } from '@inertiajs/vue3'
21
- import Form from './Form.vue'
22
-
23
- const { <%= singular_table_name %> } = defineProps(['<%= singular_table_name %>'])
24
-
25
- const handleSubmit = (form) => {
26
- form.transform((data) => ({ <%= singular_table_name %>: data }))
27
- form.post('<%= js_resources_path %>')
28
- }
29
- </script>
@@ -1,26 +0,0 @@
1
- <template>
2
- <div>
3
- <% attributes.reject(&:password_digest?).each do |attribute| -%>
4
- <p>
5
- <strong><%= attribute.human_name %>:</strong>
6
- <% if attribute.attachment? -%>
7
- <a v-if="<%= singular_table_name %>.<%= attribute.column_name %>" :href="<%= singular_table_name %>.<%= attribute.column_name %>.url">
8
- {{ <%= singular_table_name %>.<%= attribute.column_name %>.filename }}
9
- </a>
10
- </p>
11
- <% elsif attribute.attachments? -%>
12
- </p>
13
- <div v-for="file in <%= singular_table_name %>.<%= attribute.column_name %>">
14
- <a :href="file.url">{{ file.filename }}</a>
15
- </div>
16
- <% else -%>
17
- {{ <%= singular_table_name %>.<%= attribute.column_name %> }}
18
- </p>
19
- <% end -%>
20
- <% end -%>
21
- </div>
22
- </template>
23
-
24
- <script setup>
25
- const { <%= singular_table_name %> } = defineProps(['<%= singular_table_name %>'])
26
- </script>
@@ -1,44 +0,0 @@
1
- <template>
2
- <Head :title="`<%= human_name %> #${<%= singular_table_name %>.id}`" />
3
-
4
- <p v-if="flash.notice" class="notice">{{ flash.notice }}</p>
5
-
6
- <h1><%= human_name %> #{{ <%= singular_table_name %>.id }}</h1>
7
-
8
- <<%= inertia_component_name %> :<%= singular_table_name %>="<%= singular_table_name %>" />
9
-
10
- <div>
11
- <Link :href="`<%= js_edit_resource_path %>`">Edit this <%= human_name.downcase %></Link> |
12
- <Link href="<%= js_resources_path %>">Back to <%= human_name.pluralize.downcase %></Link>
13
-
14
- <br />
15
-
16
- <Link
17
- :href="`<%= js_resource_path %>`"
18
- @click="onDestroy"
19
- as="button"
20
- method="delete"
21
- >
22
- Destroy this <%= human_name.downcase %>
23
- </Link>
24
- </div>
25
- </template>
26
-
27
- <script setup>
28
- import { Link, Head } from '@inertiajs/vue3'
29
- import <%= inertia_component_name %> from './<%= inertia_component_name %>.vue'
30
-
31
- const { <%= singular_table_name %>, flash } = defineProps(['<%= singular_table_name %>', 'flash'])
32
-
33
- const onDestroy = (e) => {
34
- if (!confirm('Are you sure you want to delete this <%= human_name.downcase %>?')) {
35
- e.preventDefault()
36
- }
37
- }
38
- </script>
39
-
40
- <style scoped>
41
- .notice {
42
- color: green;
43
- }
44
- </style>
@@ -1,12 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require "inertia_rails_contrib/generators/controller_template_base"
4
-
5
- module InertiaTwTemplates
6
- module Generators
7
- class ControllerGenerator < InertiaRailsContrib::Generators::ControllerTemplateBase
8
- hide!
9
- source_root File.expand_path("./templates", __dir__)
10
- end
11
- end
12
- end
@@ -1,8 +0,0 @@
1
- export default function <%= @action.camelize %>() {
2
- return (
3
- <>
4
- <h1 className="font-bold text-4xl"><%= class_name %>#<%= @action %></h1>
5
- <p>Find me in <%= @path %></p>
6
- </>
7
- );
8
- }
@@ -1,2 +0,0 @@
1
- <h1 class="font-bold text-4xl"><%= class_name %>#<%= @action %></h1>
2
- <p>Find me in <%= @path %></p>
@@ -1,2 +0,0 @@
1
- <h1 class="font-bold text-4xl"><%= class_name %>#<%= @action %></h1>
2
- <p>Find me in <%= @path %></p>
@@ -1,4 +0,0 @@
1
- <template>
2
- <h1 class="font-bold text-4xl"><%= class_name %>#<%= @action %></h1>
3
- <p>Find me in <%= @path %></p>
4
- </template>
@@ -1,12 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require "inertia_rails_contrib/generators/scaffold_template_base"
4
-
5
- module InertiaTwTemplates
6
- module Generators
7
- class ScaffoldGenerator < InertiaRailsContrib::Generators::ScaffoldTemplateBase
8
- hide!
9
- source_root File.expand_path("./templates", __dir__)
10
- end
11
- end
12
- end
@@ -1,42 +0,0 @@
1
- import { Link, Head } from '@inertiajs/react'
2
- import Form from './Form'
3
-
4
- export default function Edit({ <%= singular_table_name %> }) {
5
- return (
6
- <>
7
- <Head title="Editing <%= human_name.downcase %>" />
8
-
9
- <div className="mx-auto md:w-2/3 w-full px-8 pt-8">
10
- <h1 className="font-bold text-4xl">Editing <%= human_name.downcase %></h1>
11
-
12
- <Form
13
- <%= singular_table_name %>={<%= singular_table_name %>}
14
- onSubmit={(form) => {
15
- form.transform((data) => ({ <%= singular_table_name %>: data }))
16
- <% if attributes.any?(&:attachments?) -%>
17
- form.post(`<%= js_resource_path %>`, {
18
- headers: { 'X-HTTP-METHOD-OVERRIDE': 'put' },
19
- })
20
- <% else -%>
21
- form.patch(`<%= js_resource_path %>`)
22
- <% end -%>
23
- }}
24
- submitText="Update <%= human_name.downcase %>"
25
- />
26
-
27
- <Link
28
- href={`<%= js_resource_path %>`}
29
- className="ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium"
30
- >
31
- Show this <%= human_name.downcase %>
32
- </Link>
33
- <Link
34
- href="<%= js_resources_path %>"
35
- className="ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium"
36
- >
37
- Back to <%= human_name.pluralize.downcase %>
38
- </Link>
39
- </div>
40
- </>
41
- )
42
- }
@@ -1,122 +0,0 @@
1
- import { useForm } from '@inertiajs/react'
2
-
3
- export default function Form({ <%= singular_table_name %>, onSubmit, submitText }) {
4
- const form = useForm({
5
- <% attributes.each do |attribute| -%>
6
- <% if attribute.password_digest? -%>
7
- password: '',
8
- password_confirmation: '',
9
- <% else -%>
10
- <%= attribute.column_name %>: <%= singular_table_name %>.<%= attribute.column_name %> || <%= default_value(attribute) %>,
11
- <% end -%>
12
- <% end -%>
13
- })
14
- const { data, setData, errors, processing } = form
15
-
16
- const handleSubmit = (e) => {
17
- e.preventDefault()
18
- onSubmit(form)
19
- }
20
-
21
- return (
22
- <form onSubmit={handleSubmit} className="contents">
23
- <% attributes.each do |attribute| -%>
24
- <div className="my-5">
25
- <% if attribute.password_digest? -%>
26
- <label htmlFor="password">Password</label>
27
- <input
28
- type="password"
29
- name="password"
30
- id="password"
31
- className="block shadow rounded-md border border-gray-400 outline-none px-3 py-2 mt-2 w-full"
32
- onChange={(e) => setData('password', e.target.value)}
33
- />
34
- {errors.password && (
35
- <div className="text-red-500 px-3 py-2 font-medium">
36
- {errors.password.join(', ')}
37
- </div>
38
- )}
39
- </div>
40
-
41
- <div className="my-5">
42
- <label htmlFor="password_confirmation">Password Confirmation</label>
43
- <input
44
- type="password"
45
- name="password_confirmation"
46
- id="password_confirmation"
47
- className="block shadow rounded-md border border-gray-400 outline-none px-3 py-2 mt-2 w-full"
48
- onChange={(e) => setData('password_confirmation', e.target.value)}
49
- />
50
- {errors.password_confirmation && (
51
- <div className="text-red-500 px-3 py-2 font-medium">
52
- {errors.password_confirmation.join(', ')}
53
- </div>
54
- )}
55
- <% else -%>
56
- <label htmlFor="<%= attribute.singular_name %>"><%= attribute.human_name %></label>
57
- <% if input_type(attribute) == "text_area" -%>
58
- <textarea
59
- name="<%= attribute.singular_name %>"
60
- id="<%= attribute.singular_name %>"
61
- value={data.<%= attribute.column_name %>}
62
- rows="4"
63
- className="block shadow rounded-md border border-gray-400 outline-none px-3 py-2 mt-2 w-full"
64
- onChange={(e) => setData('<%= attribute.column_name %>', e.target.value)}
65
- />
66
- <% elsif attribute.attachment? -%>
67
- <input
68
- type="file"
69
- name="<%= attribute.singular_name %>"
70
- id="<%= attribute.singular_name %>"
71
- className="block shadow rounded-md border border-gray-400 outline-none px-3 py-2 mt-2 w-full"
72
- onChange={(e) => setData('<%= attribute.column_name %>', e.target.files[0])}
73
- />
74
- <% elsif attribute.attachments? -%>
75
- <input
76
- type="file"
77
- multiple
78
- name="<%= attribute.singular_name %>[]"
79
- id="<%= attribute.singular_name %>"
80
- className="block shadow rounded-md border border-gray-400 outline-none px-3 py-2 mt-2 w-full"
81
- onChange={(e) => setData('<%= attribute.column_name %>', Array.from(e.target.files))}
82
- />
83
- <% elsif input_type(attribute) == "checkbox" -%>
84
- <input
85
- type="<%= input_type(attribute) %>"
86
- name="<%= attribute.singular_name %>"
87
- id="<%= attribute.singular_name %>"
88
- checked={!!data.<%= attribute.column_name %>}
89
- className="block mt-2 h-5 w-5"
90
- onChange={(e) => setData('<%= attribute.column_name %>', e.target.checked)}
91
- />
92
- <% else -%>
93
- <input
94
- type="<%= input_type(attribute) %>"
95
- name="<%= attribute.singular_name %>"
96
- id="<%= attribute.singular_name %>"
97
- value={data.<%= attribute.column_name %>}
98
- className="block shadow rounded-md border border-gray-400 outline-none px-3 py-2 mt-2 w-full"
99
- onChange={(e) => setData('<%= attribute.column_name %>', e.target.value)}
100
- />
101
- <% end -%>
102
- {errors.<%= attribute.column_name %> && (
103
- <div className="text-red-500 px-3 py-2 font-medium">
104
- {errors.<%= attribute.column_name %>.join(', ')}
105
- </div>
106
- )}
107
- <% end -%>
108
- </div>
109
-
110
- <% end -%>
111
- <div className="inline">
112
- <button
113
- type="submit"
114
- disabled={processing}
115
- className="rounded-lg py-3 px-5 bg-blue-600 text-white inline-block font-medium cursor-pointer"
116
- >
117
- {submitText}
118
- </button>
119
- </div>
120
- </form>
121
- )
122
- }
@@ -1,43 +0,0 @@
1
- import { Link, Head } from '@inertiajs/react'
2
- import { Fragment } from 'react'
3
- import <%= inertia_component_name %> from './<%= inertia_component_name %>'
4
-
5
- export default function Index({ <%= plural_table_name %>, flash }) {
6
- return (
7
- <>
8
- <Head title="<%= human_name.pluralize %>" />
9
- <div className="mx-auto md:w-2/3 w-full px-8 pt-8">
10
- {flash.notice && (
11
- <p className="py-2 px-3 bg-green-50 mb-5 text-green-500 font-medium rounded-lg inline-block">
12
- {flash.notice}
13
- </p>
14
- )}
15
- <div className="flex justify-between items-center">
16
- <h1 className="font-bold text-4xl"><%= human_name.pluralize %></h1>
17
- <Link
18
- href="<%= js_new_resource_path %>"
19
- className="rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium"
20
- >
21
- New <%= human_name.downcase %>
22
- </Link>
23
- </div>
24
-
25
- <div className="min-w-full">
26
- {<%= plural_table_name %>.map((<%= singular_table_name %>) => (
27
- <Fragment key={<%= singular_table_name %>.id}>
28
- <<%= inertia_component_name %> <%= singular_table_name %>={<%= singular_table_name %>} />
29
- <p>
30
- <Link
31
- href={`<%= js_resource_path %>`}
32
- className="ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium"
33
- >
34
- Show this <%= human_name.downcase %>
35
- </Link>
36
- </p>
37
- </Fragment>
38
- ))}
39
- </div>
40
- </div>
41
- </>
42
- )
43
- }
@@ -1,30 +0,0 @@
1
- import { Link, Head } from '@inertiajs/react'
2
- import Form from './Form'
3
-
4
- export default function New({ <%= singular_table_name %> }) {
5
- return (
6
- <>
7
- <Head title="New <%= human_name.downcase %>" />
8
-
9
- <div className="mx-auto md:w-2/3 w-full px-8 pt-8">
10
- <h1 className="font-bold text-4xl">New <%= human_name.downcase %></h1>
11
-
12
- <Form
13
- <%= singular_table_name %>={<%= singular_table_name %>}
14
- onSubmit={(form) => {
15
- form.transform((data) => ({ <%= singular_table_name %>: data }))
16
- form.post('<%= js_resources_path %>')
17
- }}
18
- submitText="Create <%= human_name.downcase %>"
19
- />
20
-
21
- <Link
22
- href="<%= js_resources_path %>"
23
- className="ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium"
24
- >
25
- Back to <%= human_name.pluralize.downcase %>
26
- </Link>
27
- </div>
28
- </>
29
- )
30
- }