Read more

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

Dominik Schöler
July 08, 2011Software engineer at makandra GmbH

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.

Illustration UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
Read more Show archive.org snapshot

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 .

Posted by Dominik Schöler to makandra dev (2011-07-08 12:40)