When you start you Rails console, you can add the --sandbox parameter and all you modifications to the database will be rolled back again when you exit the console.
rails console --sandbox # Rails 3 script/console --sandbox # Rails 2
Great little tip!
Awesome tip. Thanks
You can use HTML tags for formatting. Wrap code in <code> tags and multiple lines of code in <pre><code> tags.