today_ai_weather/app/controllers
songtianlun 8e8c60254f feat: add cities feature with weather arts
- Implement CitiesController for listing and showing cities
- Create City and WeatherArt models with associations
- Add views for cities index and show, displaying weather arts
- Include routes for cities and active storage for images
- Update migrations for weather arts and seed data for testing

This commit introduces a comprehensive cities feature that allows users to view cities along with their associated weather art. The implementation includes necessary database migrations, routes, and controller actions to support this new functionality.
2025-01-18 21:42:31 +08:00
..
concerns init sample-app 2024-12-29 17:12:54 +08:00
account_activations_controller.rb fix: correct user activation and password reset logic 2025-01-08 10:14:36 +08:00
application_controller.rb add static pages 2024-12-29 17:22:48 +08:00
cities_controller.rb feat: add cities feature with weather arts 2025-01-18 21:42:31 +08:00
password_resets_controller.rb style: format strings in password resets controller 2025-01-09 17:22:32 +08:00
sessions_controller.rb feat: add account activation feature 2025-01-06 18:38:39 +08:00
static_pages_controller.rb feat: add cities feature with weather arts 2025-01-18 21:42:31 +08:00
users_controller.rb fix: handle user creation failure 2025-01-18 14:04:12 +08:00