Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Also update the Babel configuration in the `package.json` file:

4. Install `react-rails`:
```bash
$ bundle add 'react-rails' --strict
$ bundle add 'react-rails' --strict --version '>=3.1.1'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use "exact" version.

Copy link
Collaborator

@ahangarha ahangarha Dec 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But I see one point. --strict doesn't count the patch version and when we have fixes and bump the patch value in the version, --strict doesn't help.

If there is any better proposal (than manually fix the version) please share.

CC: @Judahmeek @justin808

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not seeing the value of any changes. What am I missing?

$ rails generate react:install
```

Expand Down