Skip to content

Instantly share code, notes, and snippets.

@xuncheng
Created March 23, 2014 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xuncheng/9725331 to your computer and use it in GitHub Desktop.
Save xuncheng/9725331 to your computer and use it in GitHub Desktop.
Using Pry with 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment