We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c15658c + f3de8b6 commit 56fd69eCopy full SHA for 56fd69e
guides/source/command_line.md
@@ -458,7 +458,7 @@ $ bin/rails dbconsole --database=animals
458
459
### `bin/rails runner`
460
461
-`runner` runs Ruby code in the context of Rails non-interactively. For instance:
+`runner` runs Ruby code in the context of the Rails application non-interactively, without having to open Rails `console`. For instance:
462
463
```bash
464
$ bin/rails runner "Model.long_running_method"
0 commit comments