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,111 +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}>
23
- <% attributes.each do |attribute| -%>
24
- <% if attribute.password_digest? -%>
25
- <div>
26
- <label style={{ display: 'block' }} htmlFor="password">
27
- Password
28
- </label>
29
- <input
30
- type="password"
31
- name="password"
32
- id="password"
33
- onChange={(e) => setData('password', e.target.value)}
34
- />
35
- {errors.password && (
36
- <div style={{ color: 'red' }}>{errors.password.join(', ')}</div>
37
- )}
38
- </div>
39
-
40
- <div>
41
- <label style={{ display: 'block' }} htmlFor="password_confirmation">
42
- Password Confirmation
43
- </label>
44
- <input
45
- type="password"
46
- name="password_confirmation"
47
- id="password_confirmation"
48
- onChange={(e) => setData('password_confirmation', e.target.value)}
49
- />
50
- {errors.password_confirmation && (
51
- <div style={{ color: 'red' }}>{errors.password_confirmation.join(', ')}</div>
52
- )}
53
- </div>
54
- <% else -%>
55
- <div>
56
- <label style={{ display: 'block' }} htmlFor="<%= attribute.singular_name %>">
57
- <%= attribute.human_name %>
58
- </label>
59
- <% if input_type(attribute) == "text_area" -%>
60
- <textarea
61
- name="<%= attribute.singular_name %>"
62
- id="<%= attribute.singular_name %>"
63
- value={data.<%= attribute.column_name %>}
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
- onChange={(e) => setData('<%= attribute.column_name %>', e.target.files[0])}
72
- />
73
- <% elsif attribute.attachments? -%>
74
- <input
75
- type="file"
76
- multiple
77
- name="<%= attribute.singular_name %>[]"
78
- id="<%= attribute.singular_name %>"
79
- onChange={(e) => setData('<%= attribute.column_name %>', Array.from(e.target.files))}
80
- />
81
- <% elsif input_type(attribute) == "checkbox" -%>
82
- <input
83
- type="<%= input_type(attribute) %>"
84
- name="<%= attribute.singular_name %>"
85
- id="<%= attribute.singular_name %>"
86
- checked={data.<%= attribute.column_name %>}
87
- onChange={(e) => setData('<%= attribute.column_name %>', e.target.checked)}
88
- />
89
- <% else -%>
90
- <input
91
- type="<%= input_type(attribute) %>"
92
- name="<%= attribute.singular_name %>"
93
- id="<%= attribute.singular_name %>"
94
- value={data.<%= attribute.column_name %>}
95
- onChange={(e) => setData('<%= attribute.column_name %>', e.target.value)}
96
- />
97
- <% end -%>
98
- {errors.<%= attribute.column_name %> && (
99
- <div style={{ color: 'red' }}>{errors.<%= attribute.column_name %>.join(', ')}</div>
100
- )}
101
- </div>
102
- <% end -%>
103
- <% end -%>
104
- <div>
105
- <button type="submit" disabled={processing}>
106
- {submitText}
107
- </button>
108
- </div>
109
- </form>
110
- )
111
- }
@@ -1,26 +0,0 @@
1
- import { Link, Head } from '@inertiajs/react'
2
- import <%= inertia_component_name %> from './<%= inertia_component_name %>'
3
-
4
- export default function Index({ <%= plural_table_name %>, flash }) {
5
- return (
6
- <>
7
- <Head title="<%= human_name.pluralize %>" />
8
-
9
- {flash.notice && <p style={{ color: 'green' }}>{flash.notice}</p>}
10
-
11
- <h1><%= human_name.pluralize %></h1>
12
- <div>
13
- {<%= plural_table_name %>.map((<%= singular_table_name %>) => (
14
- <div key={<%= singular_table_name %>.id}>
15
- <<%= inertia_component_name %> <%= singular_table_name %>={<%= singular_table_name %>} />
16
- <p>
17
- <Link href={`<%= js_resource_path %>`}>Show this <%= human_name.downcase %></Link>
18
- </p>
19
- </div>
20
- ))}
21
- </div>
22
-
23
- <Link href="<%= js_new_resource_path %>">New <%= human_name.downcase %></Link>
24
- </>
25
- )
26
- }
@@ -1,27 +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
- <h1>New <%= human_name.downcase %></h1>
10
-
11
- <Form
12
- <%= singular_table_name %>={<%= singular_table_name %>}
13
- onSubmit={(form) => {
14
- form.transform((data) => ({ <%= singular_table_name %>: data }))
15
- form.post('<%= js_resources_path %>')
16
- }}
17
- submitText="Create <%= human_name.downcase %>"
18
- />
19
-
20
- <br />
21
-
22
- <div>
23
- <Link href="<%= js_resources_path %>">Back to <%= human_name.pluralize.downcase %></Link>
24
- </div>
25
- </>
26
- )
27
- }
@@ -1,26 +0,0 @@
1
- export default function <%= inertia_component_name %>({ <%= singular_table_name %> }) {
2
- return (
3
- <div>
4
- <% attributes.reject(&:password_digest?).each do |attribute| -%>
5
- <p>
6
- <strong><%= attribute.human_name %>:</strong>
7
- <% if attribute.attachment? -%>
8
- {<%= singular_table_name %>.<%= attribute.column_name %> && (
9
- <a href={<%= singular_table_name %>.<%= attribute.column_name %>.url}>{<%= singular_table_name %>.<%= attribute.column_name %>.filename}</a>
10
- )}
11
- </p>
12
- <% elsif attribute.attachments? -%>
13
- </p>
14
- {<%= singular_table_name %>.<%= attribute.column_name %>.map((file, i) => (
15
- <div key={i}>
16
- <a href={file.url}>{file.filename}</a>
17
- </div>
18
- ))}
19
- <% else -%>
20
- {<%= singular_table_name %>.<%= attribute.column_name %>.toString()}
21
- </p>
22
- <% end -%>
23
- <% end -%>
24
- </div>
25
- )
26
- }
@@ -1,39 +0,0 @@
1
- import { Link, Head } from '@inertiajs/react'
2
- import <%= inertia_component_name %> from './<%= inertia_component_name %>'
3
-
4
- export default function Show({ <%= singular_table_name %>, flash }) {
5
- const onDestroy = (e) => {
6
- if (!confirm('Are you sure you want to delete this <%= human_name.downcase %>?')) {
7
- e.preventDefault()
8
- }
9
- }
10
-
11
- return (
12
- <>
13
- <Head title={`<%= human_name %> #${<%= singular_table_name %>.id}`} />
14
-
15
- {flash.notice && <p style={{ color: 'green' }}>{flash.notice}</p>}
16
-
17
- <h1><%= human_name %> #{<%= singular_table_name %>.id}</h1>
18
-
19
- <<%= inertia_component_name %> <%= singular_table_name %>={<%= singular_table_name %>} />
20
-
21
- <div>
22
- <Link href={`<%= js_edit_resource_path %>`}>Edit this <%= human_name.downcase %></Link>
23
- {' | '}
24
- <Link href="<%= js_resources_path %>">Back to <%= human_name.pluralize.downcase %></Link>
25
-
26
- <br />
27
-
28
- <Link
29
- href={`<%= js_resource_path %>`}
30
- onClick={onDestroy}
31
- as="button"
32
- method="delete"
33
- >
34
- Destroy this <%= human_name.downcase %>
35
- </Link>
36
- </div>
37
- </>
38
- )
39
- }
@@ -1,36 +0,0 @@
1
- <script>
2
- import { Link } from '@inertiajs/svelte'
3
- import Form from './Form.svelte'
4
-
5
- let { <%= singular_table_name %> } = $props()
6
-
7
- const handleSubmit = ({ form }) => {
8
- form.transform((data) => ({ <%= singular_table_name %>: data }))
9
- <% if attributes.any?(&:attachments?) -%>
10
- form.post(`<%= js_resource_path %>`, {
11
- headers: { 'X-HTTP-METHOD-OVERRIDE': 'put' },
12
- })
13
- <% else -%>
14
- form.patch(`<%= js_resource_path %>`)
15
- <% end -%>
16
- }
17
- </script>
18
-
19
- <svelte:head>
20
- <title>Editing <%= human_name.downcase %></title>
21
- </svelte:head>
22
-
23
- <h1>Editing <%= human_name.downcase %></h1>
24
-
25
- <Form
26
- {<%= singular_table_name %>}
27
- submitText="Update <%= human_name.downcase %>"
28
- onSubmit={handleSubmit}
29
- />
30
-
31
- <br />
32
-
33
- <div>
34
- <Link href={`<%= js_resource_path %>`}>Show this <%= human_name.downcase %></Link> |
35
- <Link href="<%= js_resources_path %>">Back to <%= human_name.pluralize.downcase %></Link>
36
- </div>
@@ -1,98 +0,0 @@
1
- <script>
2
- import { useForm } from '@inertiajs/svelte'
3
- import { createEventDispatcher } from 'svelte'
4
-
5
- let { <%= singular_table_name %>, submitText, onSubmit } = $props()
6
-
7
- const form = useForm({
8
- <% attributes.each do |attribute| -%>
9
- <% if attribute.password_digest? -%>
10
- password: '',
11
- password_confirmation: '',
12
- <% else -%>
13
- <%= attribute.column_name %>: <%= singular_table_name %>.<%= attribute.column_name %> || <%= default_value(attribute) %>,
14
- <% end -%>
15
- <% end -%>
16
- })
17
-
18
- const handleSubmit = (e) => {
19
- e.preventDefault()
20
- onSubmit({form: $form })
21
- }
22
- </script>
23
-
24
- <form onsubmit={handleSubmit}>
25
- <% attributes.each do |attribute| -%>
26
- <% if attribute.password_digest? -%>
27
- <div>
28
- <label for="password">Password</label>
29
- <input
30
- type="password"
31
- name="password"
32
- id="password"
33
- bind:value={$form.password}
34
- />
35
- {#if $form.errors.password}
36
- <div class="error">{$form.errors.password.join(', ')}</div>
37
- {/if}
38
- </div>
39
-
40
- <div>
41
- <label for="password_confirmation">Password Confirmation</label>
42
- <input
43
- type="password"
44
- name="password_confirmation"
45
- id="password_confirmation"
46
- bind:value={$form.password_confirmation}
47
- />
48
- {#if $form.errors.password_confirmation}
49
- <div class="error">{$form.errors.password_confirmation.join(', ')}</div>
50
- {/if}
51
- </div>
52
- <% else -%>
53
- <div>
54
- <label for="<%= attribute.singular_name %>"><%= attribute.human_name %></label>
55
- <% if input_type(attribute) == "text_area" -%>
56
- <textarea name="<%= attribute.singular_name %>" id="<%= attribute.singular_name %>" bind:value={$form.<%= attribute.column_name %>}></textarea>
57
- <% elsif attribute.attachment? -%>
58
- <input
59
- type="file"
60
- name="<%= attribute.singular_name %>"
61
- id="<%= attribute.singular_name %>"
62
- oninput={(e) => ($form.<%= attribute.column_name %> = e.target.files[0])}
63
- />
64
- <% elsif attribute.attachments? -%>
65
- <input
66
- type="file"
67
- multiple
68
- name="<%= attribute.singular_name %>[]"
69
- id="<%= attribute.singular_name %>"
70
- oninput={(e) => ($form.<%= attribute.column_name %> = Array.from(e.target.files))}
71
- />
72
- <% else -%>
73
- <input
74
- type="<%= input_type(attribute) %>"
75
- name="<%= attribute.singular_name %>"
76
- id="<%= attribute.singular_name %>"
77
- <%= input_type(attribute) == "checkbox" ? "bind:checked" : "bind:value" %>={$form.<%= attribute.column_name %>}
78
- />
79
- <% end -%>
80
- {#if $form.errors.<%= attribute.column_name %>}
81
- <div class="error">{$form.errors.<%= attribute.column_name %>.join(', ')}</div>
82
- {/if}
83
- </div>
84
- <% end -%>
85
- <% end -%>
86
- <div>
87
- <button type="submit" disabled={$form.processing}>{submitText}</button>
88
- </div>
89
- </form>
90
-
91
- <style>
92
- label {
93
- display: block;
94
- }
95
- .error {
96
- color: red;
97
- }
98
- </style>
@@ -1,35 +0,0 @@
1
- <script>
2
- import { Link } from '@inertiajs/svelte'
3
- import <%= inertia_component_name %> from './<%= inertia_component_name %>.svelte'
4
-
5
- let { <%= plural_table_name %>, flash } = $props()
6
- </script>
7
-
8
- <svelte:head>
9
- <title><%= human_name.pluralize %></title>
10
- </svelte:head>
11
-
12
- {#if flash.notice}
13
- <p class="notice">{flash.notice}</p>
14
- {/if}
15
-
16
- <h1><%= human_name.pluralize %></h1>
17
-
18
- <div>
19
- {#each <%= plural_table_name %> as <%= singular_table_name %> (<%= singular_table_name %>.id)}
20
- <div>
21
- <<%= inertia_component_name %> {<%= singular_table_name %>} />
22
- <p>
23
- <Link href={`<%= js_resource_path %>`}>Show this <%= human_name.downcase %></Link>
24
- </p>
25
- </div>
26
- {/each}
27
- </div>
28
-
29
- <Link href="<%= js_new_resource_path %>">New <%= human_name.downcase %></Link>
30
-
31
- <style>
32
- .notice {
33
- color: green;
34
- }
35
- </style>
@@ -1,29 +0,0 @@
1
- <script>
2
- import { Link } from '@inertiajs/svelte'
3
- import Form from './Form.svelte'
4
-
5
- let { <%= singular_table_name %> } = $props()
6
-
7
- const handleSubmit = ({ form }) => {
8
- form.transform((data) => ({ <%= singular_table_name %>: data }))
9
- form.post('<%= js_resources_path %>')
10
- }
11
- </script>
12
-
13
- <svelte:head>
14
- <title>New <%= human_name.downcase %></title>
15
- </svelte:head>
16
-
17
- <h1>New <%= human_name.downcase %></h1>
18
-
19
- <Form
20
- {<%= singular_table_name %>}
21
- submitText="Create <%= human_name.downcase %>"
22
- onSubmit={handleSubmit}
23
- />
24
-
25
- <br />
26
-
27
- <div>
28
- <Link href="<%= js_resources_path %>">Back to <%= human_name.pluralize.downcase %></Link>
29
- </div>
@@ -1,28 +0,0 @@
1
- <script>
2
- let { <%= singular_table_name %> } = $props()
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,41 +0,0 @@
1
- <script>
2
- import { Link } from '@inertiajs/svelte'
3
- import <%= inertia_component_name %> from './<%= inertia_component_name %>.svelte'
4
-
5
- let { <%= singular_table_name %>, flash } = $props()
6
-
7
- const onDestroy = (e) => {
8
- if (!confirm('Are you sure you want to delete this <%= human_name.downcase %>?')) {
9
- e.preventDefault()
10
- }
11
- }
12
- </script>
13
-
14
- <svelte:head>
15
- <title><%= human_name %> #{<%= singular_table_name %>.id}</title>
16
- </svelte:head>
17
-
18
- {#if flash.notice}
19
- <p class="notice">{flash.notice}</p>
20
- {/if}
21
-
22
- <h1><%= human_name %> #{<%= singular_table_name %>.id}</h1>
23
-
24
- <<%= inertia_component_name %> {<%= singular_table_name %>} />
25
-
26
- <div>
27
- <Link href={`<%= js_edit_resource_path %>`}>Edit this <%= human_name.downcase %></Link> |
28
- <Link href="<%= js_resources_path %>">Back to <%= human_name.pluralize.downcase %></Link>
29
-
30
- <br />
31
-
32
- <Link href={`<%= js_resource_path %>`} method="delete" onclick={onDestroy}>
33
- Destroy this <%= human_name.downcase %>
34
- </Link>
35
- </div>
36
-
37
- <style>
38
- .notice {
39
- color: green;
40
- }
41
- </style>
@@ -1,37 +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
- <% if attributes.any?(&:attachments?) -%>
11
- form.post(`<%= js_resource_path %>`, {
12
- headers: { 'X-HTTP-METHOD-OVERRIDE': 'put' },
13
- })
14
- <% else -%>
15
- form.patch(`<%= js_resource_path %>`)
16
- <% end -%>
17
- }
18
- </script>
19
-
20
- <svelte:head>
21
- <title>Editing <%= human_name.downcase %></title>
22
- </svelte:head>
23
-
24
- <h1>Editing <%= human_name.downcase %></h1>
25
-
26
- <Form
27
- {<%= singular_table_name %>}
28
- submitText="Update <%= human_name.downcase %>"
29
- on:submit={handleSubmit}
30
- />
31
-
32
- <br />
33
-
34
- <div>
35
- <Link href={`<%= js_resource_path %>`}>Show this <%= human_name.downcase %></Link> |
36
- <Link href="<%= js_resources_path %>">Back to <%= human_name.pluralize.downcase %></Link>
37
- </div>
@@ -1,96 +0,0 @@
1
- <script>
2
- import { useForm } from '@inertiajs/svelte'
3
- import { createEventDispatcher } from 'svelte'
4
-
5
- const dispatch = createEventDispatcher()
6
-
7
- export let <%= singular_table_name %>
8
- export let submitText
9
-
10
- const form = useForm({
11
- <% attributes.each do |attribute| -%>
12
- <% if attribute.password_digest? -%>
13
- password: '',
14
- password_confirmation: '',
15
- <% else -%>
16
- <%= attribute.column_name %>: <%= singular_table_name %>.<%= attribute.column_name %> || <%= default_value(attribute) %>,
17
- <% end -%>
18
- <% end -%>
19
- })
20
- </script>
21
-
22
- <form on:submit|preventDefault={dispatch('submit', { form: $form })}>
23
- <% attributes.each do |attribute| -%>
24
- <% if attribute.password_digest? -%>
25
- <div>
26
- <label for="password">Password</label>
27
- <input
28
- type="password"
29
- name="password"
30
- id="password"
31
- bind:value={$form.password}
32
- />
33
- {#if $form.errors.password}
34
- <div class="error">{$form.errors.password.join(', ')}</div>
35
- {/if}
36
- </div>
37
-
38
- <div>
39
- <label for="password_confirmation">Password Confirmation</label>
40
- <input
41
- type="password"
42
- name="password_confirmation"
43
- id="password_confirmation"
44
- bind:value={$form.password_confirmation}
45
- />
46
- {#if $form.errors.password_confirmation}
47
- <div class="error">{$form.errors.password_confirmation.join(', ')}</div>
48
- {/if}
49
- </div>
50
- <% else -%>
51
- <div>
52
- <label for="<%= attribute.singular_name %>"><%= attribute.human_name %></label>
53
- <% if input_type(attribute) == "text_area" -%>
54
- <textarea name="<%= attribute.singular_name %>" id="<%= attribute.singular_name %>" bind:value={$form.<%= attribute.column_name %>}></textarea>
55
- <% elsif attribute.attachment? -%>
56
- <input
57
- type="file"
58
- name="<%= attribute.singular_name %>"
59
- id="<%= attribute.singular_name %>"
60
- oninput={(e) => ($form.<%= attribute.column_name %> = e.target.files[0])}
61
- />
62
- <% elsif attribute.attachments? -%>
63
- <input
64
- type="file"
65
- multiple
66
- name="<%= attribute.singular_name %>[]"
67
- id="<%= attribute.singular_name %>"
68
- oninput={(e) => ($form.<%= attribute.column_name %> = Array.from(e.target.files))}
69
- />
70
- <% else -%>
71
- <input
72
- type="<%= input_type(attribute) %>"
73
- name="<%= attribute.singular_name %>"
74
- id="<%= attribute.singular_name %>"
75
- <%= input_type(attribute) == "checkbox" ? "bind:checked" : "bind:value" %>={$form.<%= attribute.column_name %>}
76
- />
77
- <% end -%>
78
- {#if $form.errors.<%= attribute.column_name %>}
79
- <div class="error">{$form.errors.<%= attribute.column_name %>.join(', ')}</div>
80
- {/if}
81
- </div>
82
- <% end -%>
83
- <% end -%>
84
- <div>
85
- <button type="submit" disabled={$form.processing}>{submitText}</button>
86
- </div>
87
- </form>
88
-
89
- <style>
90
- label {
91
- display: block;
92
- }
93
- .error {
94
- color: red;
95
- }
96
- </style>
@@ -1,36 +0,0 @@
1
- <script>
2
- import { Link } from '@inertiajs/svelte'
3
- import <%= inertia_component_name %> from './<%= inertia_component_name %>.svelte'
4
-
5
- export let <%= plural_table_name %>
6
- export let flash
7
- </script>
8
-
9
- <svelte:head>
10
- <title><%= human_name.pluralize %></title>
11
- </svelte:head>
12
-
13
- {#if flash.notice}
14
- <p class="notice">{flash.notice}</p>
15
- {/if}
16
-
17
- <h1><%= human_name.pluralize %></h1>
18
-
19
- <div>
20
- {#each <%= plural_table_name %> as <%= singular_table_name %> (<%= singular_table_name %>.id)}
21
- <div>
22
- <<%= inertia_component_name %> {<%= singular_table_name %>} />
23
- <p>
24
- <Link href={`<%= js_resource_path %>`}>Show this <%= human_name.downcase %></Link>
25
- </p>
26
- </div>
27
- {/each}
28
- </div>
29
-
30
- <Link href="<%= js_new_resource_path %>">New <%= human_name.downcase %></Link>
31
-
32
- <style>
33
- .notice {
34
- color: green;
35
- }
36
- </style>