Created
April 14, 2010 15:27
-
-
Save knewter/365930 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--(jadams@quant)-(3/pts/8)-(1026/14-Apr-10)-- | |
--($:~/rails/insight_card_services)(phase_2)-- /opt/ruby-enterprise-1.8.7-2010.01/bin/ruby script/console | |
Loading development environment (Rails 2.3.3) | |
/home/jadams/.gem/ruby/1.8/gems/rails-2.3.3/lib/rails/gem_dependency.rb:119:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. Use #requirement | |
foo | |
>> foo | |
NameError: undefined local variable or method `foo' for #<Object:0x7fe8c12fe2a0> | |
from (irb):1 | |
>> Time.zone.parse("Asdfasdfsadf") | |
=> nil | |
>> Time.zone.parse("9999999-01-01") | |
=> Fri, 01 Jan 9999999 00:00:00 EST -05:00 | |
>> Time.zone.parse("99999999999999999999-01-01") | |
ArgumentError: invalid date | |
from /usr/lib/ruby/1.8/date.rb:1573:in `new_by_frags' | |
from /usr/lib/ruby/1.8/date.rb:1618:in `parse' | |
from /home/jadams/.gem/ruby/1.8/gems/activesupport-2.3.3/lib/active_support/values/time_zone.rb:246:in `parse' | |
from (irb):4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment