Hello to everyone in core team and thank you for your hard work in Rails! I have some pull requests related to ActiveSupport::Duration class. They are pretty aged and mostly finished and I'm waiting for feedback to completely finish them.
1. #22806 — Change 1.week to create 1 week durations instead of 7 days durations. <https://github.com/rails/rails/pull/22806> (it's very small, excerpt from #16917 discussion) 2. #16917 — Methods for ActiveSupport::Duration parsing from ISO 8601 and output to it. <https://github.com/rails/rails/pull/16917> (makes durations iso-friendly, Sean Griffin @sgrif said that he'd like to get that in for Rails 5) 3. #16919 — PostgreSQL interval datatype support <https://github.com/rails/rails/pull/16919> (based on #16917 changes and depends on it, will update it after #16917 will be merged in). I have a week of holidays and passion to finish them. Only what I need is feedback. Can someone please review them further? With best regards, Andrey Novikov. P.S> I have some more PRs to review <https://github.com/rails/rails/pulls/Envek>. Some of them are really small and trivial, like #20625 <https://github.com/rails/rails/pull/20625> or #20544 <https://github.com/rails/rails/pull/20544>. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/d/optout.
