Skip to content

Instantly share code, notes, and snippets.

@wangjohn
Created February 11, 2013 15:11
Show Gist options
  • Save wangjohn/4754997 to your computer and use it in GitHub Desktop.
Save wangjohn/4754997 to your computer and use it in GitHub Desktop.
Post.transaction do
while true
Post.new(:name => "Another New Post")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment