Usando Pry com Pow

Use pry-remote para interagir com seu aplicativo Rails rodando no pow

# In your Gemfile
gem
'pry-remote', :group => :development

# Install with bundler
$ bundle


# In your ruby code
binding
.remote_pry

# In your terminal
$ pry
-remote

Aproveitar!