today_ai_weather/app/admin
songtianlun e5743a5e3f feat: add friendly_id for cities and weather arts
- Integrate 'friendly_id' gem for sluggable functionality in City model
- Create ActiveAdmin resources for managing cities and weather arts
- Implement controller logic for cities
- Add database migrations for cities and weather arts creation
- Seed database with sample data for testing
- Create initial test cases for controllers and models

This commit enhances the application's URL handling by allowing friendly URLs for cities and weather arts. The addition of ActiveAdmin resources facilitates easier management through a web interface.
2025-01-19 12:21:00 +08:00
..
admin_users.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
cities.rb feat: add friendly_id for cities and weather arts 2025-01-19 12:21:00 +08:00
dashboard.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
weather_arts.rb feat: add friendly_id for cities and weather arts 2025-01-19 12:21:00 +08:00