Skip to content

Commit

Permalink
GitBook: [pre-release] 2 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
leastbad authored and gitbook-bot committed May 22, 2021
1 parent 09e9b62 commit 5341287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/appendices/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ To remove spring **forever**, here is the process we recommend:
1. `pkill -f spring`
2. Edit your Gemfile and comment out **spring** and **spring-watcher-listen**
3. `bin/spring binstub --remove --all`
4. Comment out the line in `bin/rails` which says: `load File.expandpath("spring", _dir)`
{% endhint %}

## Be realistic
Expand Down
2 changes: 1 addition & 1 deletion docs/hello-world/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ yarn add stimulus_reflex
rails dev:cache # caching needs to be enabled
bundle exec rails webpacker:install:stimulus
bundle add stimulus_reflex
bundle exec rails generate stimulus_reflex:config
bundle exec rails stimulus_reflex:install
```

{% hint style="info" %}
Expand Down

0 comments on commit 5341287

Please sign in to comment.