← Back to list

rails-forms
by manuelmeurer
⭐ 0🍴 1📅 Jan 23, 2026
SKILL.md
name: rails-forms description: Rails form conventions. Use when creating or editing forms in Rails.
Rails Forms
Guidelines
- Inspect existing form patterns in the codebase first.
- Always use
form_withwhen creating or modifying forms. - Use the
turbo_datahelper for Turbo-related data attributes. - For form actions, always use the
form_actionscomponent.
Form fields
- Prefer using the
form_fieldcomponent with the appropriate field type; for hidden fields, usehidden_fieldinstead; use field type:baseonly in rare cases for custom fields not used elsewhere in the codebase. - Add custom labels, hints, and help texts via I18n using the keys expected by the
form_fieldcomponent. Check the component for the expected I18n keys. - When adding I18n entries, update all locales in use.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon