Skip to content
Closed
Changes from 1 commit
Commits
File filter

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.

This way, we should update the docs for every single release. Isn't it?

Copy link
Author

Choose a reason for hiding this comment

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

hmm how about like 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.

It is important to install "exact" version for both the Ruby gem and node package. This is emphasized in the documentation as well.

$ rails generate react:install
```

Expand Down