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 online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
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)