Pow and pry… working together
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
credits: https://coderwall.com/p/sreazq/using-pry-with-pow
Najnowsze komentarze