today_ai_weather/app
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
..
assets refactor: replace list items with buttons in pagination 2025-01-17 15:22:13 +08:00
controllers feat: add tailwindcss integration and demo page 2025-01-16 18:17:08 +08:00
helpers feat: add password reset functionality 2025-01-07 18:09:44 +08:00
javascript chore: remove unused jQuery and Bootstrap dependencies 2025-01-17 17:08:07 +08:00
jobs init sample-app 2024-12-29 17:12:54 +08:00
mailers chore: update default email in application mailer 2025-01-09 17:39:27 +08:00
models feat: add city and weather art models 2025-01-17 18:05:42 +08:00
views chore: remove unused jQuery and Bootstrap dependencies 2025-01-17 17:08:07 +08:00