You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jruby 9.1.7.0 (2.3.1) 2017-01-11 68056ae Java HotSpot(TM) 64-Bit Server VM 25.111-b14 on 1.8.0_111-b14 +jit [darwin-x86_64]
Rails 5.1
Hi,
I have a problem with stdlib/date/format.rb line 837 str = str.to_str if !str.kind_of?(::String) && str.respond_to?(:to_str)
when you try to parse a date throw a exception: no method to_str for Date, I change to_str to to_s.
The text was updated successfully, but these errors were encountered:
Hi,
I have a problem with stdlib/date/format.rb line 837
str = str.to_str if !str.kind_of?(::String) && str.respond_to?(:to_str)
when you try to parse a date throw a exception: no method
to_str
forDate
, I changeto_str
toto_s
.The text was updated successfully, but these errors were encountered: