today_ai_weather/app
songtianlun 34342a9678 refactor: make country and state associations optional
- Change 'belongs_to :country' association to be optional
- Change 'belongs_to :state' association to be optional

This refactoring allows a City record to exist without having
an associated Country or State, thus increasing the flexibility
of the data model for various use cases.
2025-02-12 13:08:12 +08:00
..
admin fix: remove trailing whitespace in admin files 2025-02-12 10:02:47 +08:00
assets feat: add photo swipe lightbox functionality 2025-02-01 14:19:19 +08:00
concerns style: format code for consistency 2025-01-23 19:03:14 +08:00
controllers fix: remove trailing whitespace in admin files 2025-02-12 10:02:47 +08:00
helpers feat: add admin management features for cities 2025-02-11 17:40:13 +08:00
javascript feat: add flash message functionality 2025-02-11 15:52:58 +08:00
mailers init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
models refactor: make country and state associations optional 2025-02-12 13:08:12 +08:00
services feat: enhance image generation prompt clarity 2025-02-12 11:56:09 +08:00
views feat: add admin management features for cities 2025-02-11 17:40:13 +08:00
workers fix: update generation interval for weather arts worker 2025-02-11 23:32:47 +08:00