Hey everyone, I’ve been working on a small tool https://calculateurheure.fr/ that helps users calculate time differences and durations pretty quickly. I built it with simplicity in mind, but now I’m thinking about how it could scale or integrate better with a Rails backend if I expand its features.
I’m curious how you would approach handling time calculations and user input in a Rails app, especially considering time zones, daylight saving changes, and performance when calculations get more complex. Would you rely mostly on built-in Ruby/Rails time helpers, or bring in specialized gems/services for accuracy and flexibility?
Also, from a practical standpoint, if you were turning a simple tool like this into a more full-featured Rails application (user accounts, saved calculations, maybe APIs), what would be your recommended structure or best practices early on?
Thanks in advance!