And I was using this functionality till ruby 1.8.2 it suddenly stoped
with the upgrade. can these guys just remove stuff without warning!!! or
am I looking at wrong place?
And I was using this functionality till ruby 1.8.2 it suddenly stoped
with the upgrade. can these guys just remove stuff without warning!!! or
am I looking at wrong place?
Please help
The hint is here:
NameError: uninitialized constant DATE
from (irb):3
And I was using this functionality till ruby 1.8.2 it suddenly stoped
with the upgrade. can these guys just remove stuff without warning!!! or
am I looking at wrong place?
Yes, this is a case of EBKAC, not a bug in stdlib.
I don't see DATE::ABBR_MONTHS anywhere there. Can you point out *exactly*
what you clicked to see this? It's probably a typo, it obviously should be
Date::ABBR_MONTHS
And I was using this functionality till ruby 1.8.2 it suddenly stoped
with the upgrade. can these guys just remove stuff without warning!!! or
am I looking at wrong place?
Well I get same error with Date::ABBR_MONTHS, installed latest ruby
version 1.8.6 and typed in irb. guys is it working for you with 1.8.6
please let me know
I don't see DATE::ABBR_MONTHS anywhere there. Can you point out
*exactly*
what you clicked to see this? It's probably a typo, it obviously should
be
Date::ABBR_MONTHS
And I was using this functionality till ruby 1.8.2 it suddenly stoped
with the upgrade. can these guys just remove stuff without warning!!! or
am I looking at wrong place?
There is actually a discrepancy between the ruby docs and the ruby
framework.
Furthermore, a rails plugin actually tries to use this constant and it
bombs out on my machine. I'm sure it worked for the plugin developer
(perhaps b/c he had a diff version of ruby) but it doesn't for me.
In message "Re: NameError: uninitialized constant Date::ABBR_MONTHS" on Mon, 16 Apr 2007 04:03:38 +0900, Jigar Gosar <jigar.gosar@gmail.com> writes:
Well I get same error with Date::ABBR_MONTHS, installed latest ruby
version 1.8.6 and typed in irb. guys is it working for you with 1.8.6
please let me know