Jason FB’s 10 Magical Ruby Developer Tools
1. deivid-rodriguez/byebug Byebug is a fantastic debugger available for Ruby 2 (and presumably above). Drop gem ‘byebug’ into your Rails app Gemfile and bundle install. In either your test run…
Succeed with Automated Testing and TDD
1. deivid-rodriguez/byebug Byebug is a fantastic debugger available for Ruby 2 (and presumably above). Drop gem ‘byebug’ into your Rails app Gemfile and bundle install. In either your test run…