-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Description
I tried to install Inertia on a new Rails app today and bumped into lots of friction. I tried following the server-side setup documents, but bin/rails generate inertia:install didn't work, and I ran into an error about needing to use webpacker when I ran bin/rails generate inertia_rails:install.
It looks like #158 introduced changes to the docs and installers, but there hasn't been a new release of inertia-rails yet. It seems like there should be a new version released or a revert to the docs changes.
Updating my gemfile to look like this worked as a workaround:
gem "inertia_rails", github: "inertiajs/inertia-rails", ref: "65ba636cc0b351b1d8ece9e353e746e32f7bf391"
skryukov
Metadata
Metadata
Assignees
Labels
No labels