today_ai_weather/db/migrate
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
..
20241231022507_create_users.rb feat: add user registration functionality 2024-12-31 14:20:22 +08:00
20241231055957_add_index_to_users_email.rb feat: add user registration functionality 2024-12-31 14:20:22 +08:00
20241231060757_add_password_digest_to_users.rb feat: add user registration functionality 2024-12-31 14:20:22 +08:00
20250102072521_add_remember_digest_to_users.rb feat: add remember me functionality for user sessions 2025-01-02 16:47:26 +08:00
20250105095157_add_admin_to_users.rb feat: add user deletion functionality 2025-01-05 18:27:13 +08:00
20250106091017_add_activation_to_users.rb feat: add account activation feature 2025-01-06 18:38:39 +08:00
20250107093124_add_reset_to_users.rb feat: add password reset functionality 2025-01-07 18:09:44 +08:00
20250117093758_create_cities.rb feat: add city and weather art models 2025-01-17 18:05:42 +08:00
20250117095400_create_weather_arts.rb feat: add cities feature with weather arts 2025-01-18 21:42:31 +08:00
20250118071658_create_active_storage_tables.active_storage.rb feat: add cities feature with weather arts 2025-01-18 21:42:31 +08:00