Skip to content

Instantly share code, notes, and snippets.

@caseywatts
Created March 14, 2013 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caseywatts/5157848 to your computer and use it in GitHub Desktop.
Save caseywatts/5157848 to your computer and use it in GitHub Desktop.
Replace DB emails with my email, for testing
User.all.each_with_index do |user, i|
user.email = "casey.s.watts+testing" + i.to_s + "@gmail.com"
user.save
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment