radar (owner)

Revisions

gist: 180654 Download_button fork
public
Public Clone URL: git://gist.github.com/180654.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
>> "".to_date
NoMethodError: You have a nil object when you didn't expect it!
The error occurred while evaluating nil.<
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/date.rb:621:in `valid_civil?'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/date.rb:751:in `new'
from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/string/conversions.rb:19:in `to_date'
from (irb):1
>> "".to_time
=> Fri Sep 04 00:55:06 UTC 2009