Skip to content

Commit b63a4a1

Browse files
ritaamritkar1212p8
andauthored
Note added for rails command in rails guide doc [ci skip] (rails#54461)
Co-authored-by: Petrik de Heus <[email protected]>
1 parent d0c6b96 commit b63a4a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

guides/source/getting_started.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ This will initially create the application's database.
182182
$ bin/rails server
183183
```
184184

185+
NOTE: When we run commands inside an application directory, we should use
186+
`bin/rails`. This makes sure the application's version of Rails is used.
187+
185188
This will start up a web server called Puma that will serve static files and
186189
your Rails application:
187190

0 commit comments

Comments
 (0)