today_ai_weather/test
songtianlun d728d7f50e feat: add batch weather art generation jobs
- Created BatchGenerateWeatherArtsJob to process eligible
  cities and generate weather art.
- Introduced GenerateWeatherArtJob for generating weather
  art and image attachment.
- Added AiService for obtaining prompts and generating
  images with OpenAI API.
- Implemented WeatherService to fetch current weather
  data from the QWeather API.
- Updated Gemfile with necessary gems (whenever,
  ruby-openai, httparty, down, aws-sdk-s3).

This commit introduces a system to create and store
weather art images for various cities based on current
weather conditions, leveraging external APIs for data
and image generation.
2025-01-22 16:50:00 +08:00
..
controllers chore: clean up code style and unused fixtures 2025-01-20 18:08:55 +08:00
fixtures feat: add countries and regions management 2025-01-21 18:27:26 +08:00
helpers init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
integration init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
jobs feat: add batch weather art generation jobs 2025-01-22 16:50:00 +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
system init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
application_system_test_case.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
test_helper.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00