Skip to content

Instantly share code, notes, and snippets.

@DCarper
Created June 27, 2011 14:47
Show Gist options
  • Select an option

  • Save DCarper/1049007 to your computer and use it in GitHub Desktop.

Select an option

Save DCarper/1049007 to your computer and use it in GitHub Desktop.
(rdb:1) old = Chronic.parse('yesterday at 5am')
(rdb:1) Comment.all(:conditions => ['created_at > ?', old]).include? Comment.last
=> true
(rdb:1) Comment.last.created_at > old
=> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment