You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,25 @@
7
7
8
8
### Backend
9
9
10
-
Just add the inertia rails gem to your Gemfile
10
+
Add the `inertia_rails` gem to your Gemfile.
11
+
11
12
```ruby
12
13
gem 'inertia_rails'
13
14
```
14
15
16
+
For more instructions, see [Server-side setup](https://inertia-rails.netlify.app/guide/server-side-setup.html).
17
+
15
18
### Frontend
16
19
17
-
Rails 7 specific frontend docs coming soon. For now, check out the official Inertia docs at https://inertiajs.com/ or see an example using React/Vite [here](https://github.com/BrandonShar/inertia-rails-template)
20
+
We are discussing on bringing official docs for Inertia Rails to this repo, as
21
+
the [official docs](https://inertiajs.com/client-side-setup) are specific to Laravel.
22
+
23
+
In the meantime, you can refer to the community-maintained [Client-side setup](https://inertia-rails.netlify.app/guide/client-side-setup.html).
0 commit comments