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
Perhaps helpful for others, I had a problem when implementing the proposed configuration.
Even when configuring the allowFuture option, any future dates/times were not being processed. This was due to the fact that they weren't created with the data-time-ago attribute by the timeago_tag helper (and so weren't matched by the time[data-time-ago] jQuery selector).
In order to resolve the problem, you need to either specify a limit in the future:
from documentation:
but here is no such option support in gem
The text was updated successfully, but these errors were encountered: