DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Ruby Console, Environment And Sandbox
Open console, set environment to :test, :development (default) or :production
$ script/console test
Open console, rollback database modifications on exit
$ script/console --sandbox
Combine it
$ script/console test --sandbox
More rails console tricks: http://rors.org/2009/12/20/10-rails-console-tricks





