local_time
local_time copied to clipboard
Rails engine for cache-friendly, client-side local time
I'm using the new turbo page refresh action with turbo morphing. When the page is morphed, it undoes the changes made by local_time in the DOM. The fix was to...
Coming from https://github.com/basecamp/local_time/pull/155 by @northeastprince Fixes https://github.com/basecamp/local_time/issues/151 This PR creates mutation observers for every `` element tracked by LocalTime so they'll be reprocessed when certain changes occur. We do this...
I'm proposing to remove CofeeScript and convert it to JavaScript, just like Trix. In some situations I was quite conservative in adopting a more JavaScript style in the code out...
Time elements are only processed when a new node is added, which leaves existing elements in their raw form when using something like [Turbo page refreshes with morphing](https://github.com/hotwired/turbo/pull/1019).
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0. Release notes Sourced from express's releases. 4.20.0 What's Changed Important IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was...
Some of our users have set a time_zone preference and we want to respect that preference regardless of where their computer happens to be.
Thank you for maintaining the gem - it’s a beautifully simple and reliable gem. Is adding **%L** ([Milliseconds](https://docs.ruby-lang.org/en/3.2/strftime_formatting_rdoc.html#label-Time+-28Hour-2C+Minute-2C+Second-2C+Subsecond-29)) support something you might consider, or is it on the roadmap?