bump rails-timeago
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.
parent
a880de28
Aucune branche associée trouvée
Aucune étiquette associée trouvée
... | ... | @@ -183,8 +183,8 @@ gem "typhoeus", "1.1.2" |
gem "gon", "6.1.0" | ||
gem "hamlit", "2.8.0" | ||
gem "mobile-fu", "1.3.1" | ||
gem "rails-timeago", "2.16.0" | ||
gem "will_paginate", "3.1.5" | ||
gem "rails-timeago", "2.11.0" | ||
# Logging | ||
... | ... |
Veuillez vous inscrire ou vous se connecter pour commenter