Hi Xavier,
Just thought to follow up on the pending 
PR: https://github.com/rails/rails/pull/25209
Haven't gotten any updates in a while, but I've updated the PR

On Saturday, May 28, 2016 at 6:58:54 PM UTC+1, Oreoluwa Akinniranye wrote:
>
> date = Date.today
> tuesday = date.next_week(:tuesday)
> returns the next week's occurrence of Tuesday, relative to today(the date 
> instance).
>
> At times, this may not be the required result, e.g if today were a Monday, 
> I might just need Tuesday, it would be convenient to have something like:
>
> date = Date.today
> tuesday = date.next_tuesday
> if date is Monday, tuesday should return tomorrow and not necessarily next 
> week's Tuesday as currently provided by next_week
>
> This would be useful largely in scheduling applications
>

-- 
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 rubyonrails-core+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-core@googlegroups.com.
Visit this group at https://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/d/optout.

Reply via email to