today_ai_weather/app
songtianlun c11d10c86a feat: update city display and database schema
- Change city name display to localized name in both index and show views
- Modify schema to use bigint for certain foreign keys
- Correct country codes in seeds for accurate data representation

These changes improve the handling of city names, ensuring they are displayed in the appropriate localized format and ensuring well-typed foreign key relationships in the schema.
2025-01-21 21:29:26 +08:00
..
admin feat: add countries and regions management 2025-01-21 18:27:26 +08:00
assets init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
controllers feat: add countries and regions management 2025-01-21 18:27:26 +08:00
helpers feat: add friendly_id for cities and weather arts 2025-01-19 12:21:00 +08:00
javascript feat: add font styling and enhance city views 2025-01-20 18:02:28 +08:00
jobs init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
mailers init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
models feat: add countries and regions management 2025-01-21 18:27:26 +08:00
views feat: update city display and database schema 2025-01-21 21:29:26 +08:00