i18n_alchemy
i18n_alchemy copied to clipboard
I18n date/number parsing/localization - RMU Project
Results
12
i18n_alchemy issues
Sort by
recently updated
recently updated
newest added
I18n::Alchemy::DateParser.parse("07/07/2015") => "2015-07-07" From I18n::Alchemy::DateParser#parse, we have: build_object(parsed_date).to_s Why we need to convert the date back to string? I think it's better just return the Date object. ActiveRecord will not...
Hey mate, Seems like we have a "integration" problem with active record and i18n alchemy but I'm not sure. Just to you follow my production code, we can't accept nested...