This is the first in a series of Ruby on Rails related quick tips I’m going to publish over the next few days/weeks. If I had to name the most underused tool in most Rails developer’s toolboxes, rails console --sandbox would be my choice. Here’s what the documentation has to say on it: If you wish to test out some code without changing any data, you can do that by invoking rails console --sandbox.