Is it just me, or is something off here? By default, the Rails console uses IRB. But if I add a gem that depends on Pry, the Rails console switches to Pry, and reload! breaks.
How can I ensure the Rails console always sticks to its default (IRB)? Feels like I'm missing something!
11 months ago