today_ai_weather/app
songtianlun 7612dd6bd9
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
Docker / docker (push) Waiting to run
refactor: tidy up code style and remove unused fields
- Added a space in the array passed to `add_index` in the migration
- Removed unused columns `last_weather_fetch` and `last_image_generation` from the `cities` table
- Ensured consistent code style in the `GenerateWeatherArtWorker` and added required newline at the end of files

These changes improve code readability and maintainability while ensuring that
no unnecessary fields exist in the database schema.
2025-01-24 00:25:06 +08:00
..
admin feat: add batch weather art generation jobs 2025-01-22 16:50:00 +08:00
assets init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
concerns style: format code for consistency 2025-01-23 19:03:14 +08:00
controllers feat: add SEO meta tags and sitemap generation 2025-01-23 19:02:52 +08:00
helpers feat: add SEO meta tags and sitemap generation 2025-01-23 19:02:52 +08:00
javascript feat: add font styling and enhance city views 2025-01-20 18:02:28 +08:00
jobs refactor: clean up ai_service code formatting 2025-01-22 16:50:21 +08:00
mailers init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
models refactor: clean up city model and adjust worker timing 2025-01-23 23:59:48 +08:00
services fix: update Dockerfile and weather service configuration 2025-01-22 17:07:04 +08:00
views feat: add Google Analytics tracking code 2025-01-23 19:49:59 +08:00
workers refactor: tidy up code style and remove unused fields 2025-01-24 00:25:06 +08:00