Skip to content

Commit 56fd69e

Browse files
authored
Merge pull request rails#50697 from avanderpluijm/patch-1
docs: improve runner documentation [ci skip]
2 parents c15658c + f3de8b6 commit 56fd69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/command_line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ $ bin/rails dbconsole --database=animals
458458
459459
### `bin/rails runner`
460460
461-
`runner` runs Ruby code in the context of Rails non-interactively. For instance:
461+
`runner` runs Ruby code in the context of the Rails application non-interactively, without having to open Rails `console`. For instance:
462462
463463
```bash
464464
$ bin/rails runner "Model.long_running_method"

0 commit comments

Comments
 (0)