@websebdev It’s an awesome feature as in typical Rails fashion it abstracts the overhead for the supported ISO8601 standard into Rails developer happiness.
@websebdev I had no idea about interval types. Thanks for sharing!
@websebdev I am not sure I understand what the interval is supposed to do :/ do you have an example?
@websebdev Some useful helper methods could be something like expired? or completed? maybe… 🤔
@websebdev What could be the main difference and improvement to use when comparing to having two datetimes, start and end, or only have start datetime and interval duration?
@websebdev Does it support querying that range in any fashion, inside a .where?