Skip to content
  • cmrd Senya's avatar
    bump rails-timeago · 87ed561d
    cmrd Senya authored
    Here we also set autoDispose to false. This is an option that was introduced
    sometime after our last bump. Default is true and it disposes timeago object
    if it is not in DOM. But that is the way we initialize timeago objects, therefore
    if we have autoDispose=true then they will be disposed before they inserted in DOM.
    So by using autoDispose=false we enforce previous behavior that worked fine for us.
    87ed561d
This project manages its dependencies using Bundler. Learn more