today_ai_weather/lib/tasks
songtianlun febee58d0a fix: correct state syncing logic
- Change output to include country name during state syncing
- Update record creation from `find_or_initialize_by!` to `find_or_create_by!`

This fix ensures that when syncing state data, the output provides
better context by showing the associated country name, and it also
ensures that states are created if they do not already exist, thus
eliminating potential issues with duplicate state entries.
2025-02-11 10:18:24 +08:00
..
.keep init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
study_rake.rake migrate with countries_states_cities_db 2025-02-08 17:42:50 +08:00
sync_geo_data.rake fix: correct state syncing logic 2025-02-11 10:18:24 +08:00