Skip to content

[DOCS] improvement for installation process #223

@hwindo

Description

@hwindo

Thank you for creating this repo, I found that some parts of the installation process can be improved:

1. Installation > server side > Install dependencies section

Propose to add link or just instruction to add gem into gemfile, because just add bundle add inertia_rails will not work.

proposed:

First, install the Inertia server-side adapter gem to your Gemfile

gem 'inertia_rails'

and then add to the application's Gemfile by executing:

bundle add inertia_rails

2. Installation > client side

Can skip if user has already run the bin/rails generate inertial:install

proposed:

Note

You can skip this step if you have already executed the Rails generator
> See Rails generator for a quick way to setup Inertia in your Rails application.

would be happy to create a PR
thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions