This is my first issue on the ruby tracker--hopefully I'm asking in the right place?
It would be nice if you could use strftime to generate dates with ordinal suffixes. I propose the addition of another flag to support this: the @ character.
I don't need or want to require that giant for this simple feature. I can (and have) written a simple ordinalize method which I am currently using.
Does your method support any languages other than English? If not, I'm
not sure it's suitable for inclusion into Ruby. If yes, I don't think it
will be that simple.
[From http://apidock.com/rails/ActiveSupport/Inflector/ordinalize, I
gather that Ruby on Rails doesn't support languages other than English,
either.]
I don't need or want to require that giant for this simple feature. I can (and have) written a simple ordinalize method which I am currently using.
Does your method support any languages other than English? If not, I'm
not sure it's suitable for inclusion into Ruby. If yes, I don't think it
will be that simple.
[From http://apidock.com/rails/ActiveSupport/Inflector/ordinalize, I
gather that Ruby on Rails doesn't support languages other than English,
either.]