What\'s the difference between just firing up a rails console with script/console and a rails console in sandbox mode with script/console --sandbox.
script/console
script/console --sandbox
…run the console in a sandbox—meaning that all your database changes are completely reverted when you exit the console.