Rails Pro Tip: Invoke Command Line Commands From Rails Console

So there you have your command line prompt from Bash/Zsh/cmd.exe and
there is so called

Rails console
which is basically IRB prompt with the Rails application loaded.

[...]

Also tagged