console-for opens a Rails console remotely on a Capistrano deployment target

Posted Almost 13 years ago. Visible to the public.

We're adding a script console-for to open a remote Rails console with one command. Also have a look at shell-for, which this script is relying on.

Run it from any project directory like this, passing a Capistrano multistage deployment target:

console-for staging

This script is part of our geordi gem on github Show archive.org snapshot .

Dominik Schöler
Last edit
About 7 years ago
License
Source code in this card is licensed under the MIT License.
Posted by Dominik Schöler to makandra dev (2011-07-08 10:40)