Last Updated: February 25, 2016
·
5.081K
· rubenrails

Using Pry with Pow

Use pry-remote to interact with your rails app running in 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

Enjoy!