today_ai_weather/test
songtianlun 42e0da1aa0 feat: add city and weather art models
- Create City model with attributes: name, country, latitude, longitude, and featured.
- Create WeatherArt model with attributes: weather_date, weather_condition, description, and prompt.
- Add migration files for creating cities and weather arts tables.
- Include fixture files for cities and weather arts for testing.
- Add basic test files for both models.

These changes introduce new models and database tables to support
city and weather art data, enabling future features related to
weather information and city management.
2025-01-17 18:05:42 +08:00
..
controllers feat: add account activation feature 2025-01-06 18:38:39 +08:00
fixtures feat: add city and weather art models 2025-01-17 18:05:42 +08:00
helpers style: standardize quotation marks and spacing 2025-01-04 10:21:22 +08:00
integration chore: remove unused jQuery and Bootstrap dependencies 2025-01-17 17:08:07 +08:00
mailers chore: update production mailer configuration 2025-01-08 13:27:28 +08:00
models feat: add city and weather art models 2025-01-17 18:05:42 +08:00
system init sample-app 2024-12-29 17:12:54 +08:00
application_system_test_case.rb init sample-app 2024-12-29 17:12:54 +08:00
test_helper.rb style: standardize quotation marks and spacing 2025-01-04 10:21:22 +08:00