Skip to content

Instantly share code, notes, and snippets.

@febuiles
Created December 22, 2008 17:16
Show Gist options
  • Select an option

  • Save febuiles/39059 to your computer and use it in GitHub Desktop.

Select an option

Save febuiles/39059 to your computer and use it in GitHub Desktop.
$ sc
Loading development environment (Rails 2.2.2)
>> Event.all
=> [#<Event id: 1, title: "", date: "2008-12-18", description: "">]
>> Event.find_by_date(Date.parse("2008-12-18"))
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment