pow-debug gem
Installation
group :development, :test do
# If you want to activate pry (more info: http://pryrepl.org/)
# gem 'pry-remote'
# If you want to activate rdebug with Ruby >= 1.9.2
# gem 'debugger'
# Or use standart ruby-debug gem
# gem 'ruby-debug'
gem 'pow-debug'
end
Usage
touch tmp/debug.txt
touch tmp/restart.txt
open project.dev
# If you are using pry-remote
bundle exec pry-remote
# If you are using debugger or ruby-debug
bundle exec rdebug -c