"script/console" vs. "script/console --sandbox"

Viewed 2797

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.

2 Answers
Related