💎 A fast, open source text processor and publishing toolchain, written in Ruby, for converting AsciiDoc content to HTML 5, DocBook 5, and other formats.
toggle show_on: "some_event", hide_after: 3000 works as expected: After having received the "show_event" a timer is triggered and after 3000ms the content of the toggle is hidden again. However toggle hide_after: 3000 is not working as expected: The content is never hidden as the timer never gets triggered. The time should get triggered on mount when specified
🔪 An ActiveModel extension that automatically strips all attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to nil.
Is your feature request related to a problem? Please describe.
I enable caching feature after my app already runs on production for some time. Because of that, the caching value doesn't reflect the true number
Describe the solution you'd like
A method/rake task to recalculate all caching values
toggle show_on: "some_event", hide_after: 3000works as expected: After having received the "show_event" a timer is triggered and after 3000ms the content of thetoggleis hidden again. Howevertoggle hide_after: 3000is not working as expected: The content is never hidden as the timer never gets triggered. The time should get triggered on mount when specified