Prerequisites

To get the most out of this guide, you will need to:

Configuration

To proxy the rails console command, execute the following command within your root application path.

hoop run --name railsc-demo --command 'rails console'

To proxy ad-hoc executions add the command rails runner - .

hoop run --name rails-adhoc-demo --command 'rails runner -'

How to Use

Users can now connect and perform ad-hoc executions.

hoop connect railsc-demo
hoop exec rails-adhoc-demo -i 'puts "Hello World"'

Quick Start Guide