For our third project at Flatiron, we had to create a website using Ruby on Rails, and here is what I learned. Byebug is your best friend. What is byebug? Byebug is a debugging gem that comes preinstalled with Rails. It can be placed anywhere in your code, from models…