Skip to content

feat: add 'time' datatype#30

Merged
ElMassimo merged 2 commits intoElMassimo:mainfrom
bonniesimon:main
Jan 2, 2026
Merged

feat: add 'time' datatype#30
ElMassimo merged 2 commits intoElMassimo:mainfrom
bonniesimon:main

Conversation

@bonniesimon
Copy link
Contributor

@bonniesimon bonniesimon commented Dec 30, 2025

Description 📖

This pull request adds typescript types for time datatype in rails.

Background 📜

In my rails application I use time is for defining 'workday_start_at' and 'workday_end_at'. This would simply be time datatype. In rails, time data type is represented by the Time object, which includes date as well. Hence why I'm using Date.

Right now, time is converted to unknown.

@ElMassimo ElMassimo merged commit 9427a4a into ElMassimo:main Jan 2, 2026
1 of 6 checks passed
@ElMassimo
Copy link
Owner

Thanks!

@bonniesimon
Copy link
Contributor Author

Just want to say thank you for all the awesome projects @ElMassimo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants