Visit inertiajs.com to learn more.
The initial version of the gem was named inertia
; however, that name was not available on Rubygems.
The 1.0.0 version release on Rubygems is inertia_rails
.
The changes required are:
- Use
gem 'inertia_rails'
in your Gemfile (orgem install inertia_rails
) - Change any
Inertia.configure
calls toInertiaRails.configure