skillfed

inertia-rails

11 unscanned 11 skills total

Skills by inertia-rails

  • alba-inertia

    MIT· ★ 64 · updated 2026-02-13 — Alba-Inertia pairs Alba serializers with Typelizer to generate TypeScript types automatically from your Rails models and resources. Define entity, page, and shared props resources…

  • inertia-rails-architecture

    MIT· ★ 64 · updated 2026-02-13 — Master the server-driven mental model behind Inertia Rails: the server owns routing, data, and auth while React renders UI only. This skill routes you to the right pattern for…

  • inertia-rails-controllers

    MIT· ★ 64 · updated 2026-02-13 — Master server-side Inertia patterns in Rails controllers. Learn when to use render inertia with explicit props, how to defer expensive queries, share data across pages, and handle…

  • inertia-rails-forms

    MIT· ★ 64 · updated 2026-02-13 — Build forms in Inertia.js + Rails using the `<Form>` component for simple create/edit workflows or `useForm` for multi-step wizards and dynamic fields. Automatic CSRF token…

  • inertia-rails-pages

    MIT· ★ 64 · updated 2026-02-13 — Inertia Rails Pages provides patterns for constructing pages that maintain layout state across navigation, derive UI from URL parameters server-side, and use client-side router…

  • inertia-rails-setup

    MIT· ★ 64 · updated 2026-02-13 — Inertia Rails Setup detects your frontend framework (React, Vue, or Svelte) and serialization layer from your project files, then recommends and installs complementary libraries…

  • inertia-rails-testing

    MIT· ★ 64 · updated 2026-02-13 — Test Inertia Rails controller actions with RSpec matchers that verify rendered components, props, flash messages, and deferred data. Always use matchers like `render_component`…

  • inertia-rails-typescript

    MIT· ★ 64 · updated 2026-02-13 — Configure type-safe shared props, flash messages, and error handling across Inertia Rails with React, Vue, or Svelte using InertiaConfig module augmentation. Define your shared…

  • shadcn-inertia

    MIT· ★ 64 · updated 2026-02-13 — shadcn-inertia teaches you how to use shadcn/ui components in Inertia Rails React applications by adapting Next.js examples. It replaces shadcn's form components and…

  • shadcn-svelte-inertia

    MIT· ★ 64 · updated 2026-02-13 — Adapt shadcn-svelte (bits-ui) components for Inertia.js + Rails + Svelte apps by replacing SvelteKit patterns with Inertia equivalents. Wire inputs to Inertia Form via name…

  • shadcn-vue-inertia

    MIT· ★ 64 · updated 2026-02-13 — This skill shows how to wire shadcn-vue UI components into Inertia Rails Vue 3 applications, replacing Nuxt-specific patterns with Inertia equivalents. Learn to bind form inputs…