if ENV['RAILS_ENV'].eql?('development') && ENV['RUBY_DEBUG_PORT'].nil? == false # https://github.com/ruby/debug require 'debug/open_nonstop' puts "Rails Debugging ...
Byebug is a simple to use, feature rich debugger for Ruby 2. It uses the new TracePoint API for execution control and the new Debug Inspector API for call stack navigation, so it doesn't depend on ...
Martin Heller left no stone unturned in today's examination of Ruby on Rails IDEs and text editors (see "Lab test: Climb aboard Ruby on Rails". The nine tools for Windows, Mac, and Linux include both ...