Skip to content

Instantly share code, notes, and snippets.

@phudgins
Created April 25, 2012 18:13
Show Gist options
  • Save phudgins/2491813 to your computer and use it in GitHub Desktop.
Save phudgins/2491813 to your computer and use it in GitHub Desktop.
Iterate through a Date Range
(30.days.ago.to_date..Date.today).each do |date|
puts date.to_s
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment