- 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. |
||
---|---|---|
.. | ||
20241231022507_create_users.rb | ||
20241231055957_add_index_to_users_email.rb | ||
20241231060757_add_password_digest_to_users.rb | ||
20250102072521_add_remember_digest_to_users.rb | ||
20250105095157_add_admin_to_users.rb | ||
20250106091017_add_activation_to_users.rb | ||
20250107093124_add_reset_to_users.rb | ||
20250117093758_create_cities.rb | ||
20250117095400_create_weather_arts.rb | ||
20250118071658_create_active_storage_tables.active_storage.rb |