today_ai_weather/app/controllers
songtianlun f33fb4d2ba feat: add pagination to cities and arts index
- Implement pagination for the cities index view.
- Add shared pagination partial to reduce code duplication.
- Modify arts index view to utilize the new pagination.
- Update cities controller to include pagination logic.

These updates improve usability by allowing better navigation through larger datasets, ensuring users can easily access and view items across multiple pages.
2025-01-23 17:30:05 +08:00
..
concerns init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
application_controller.rb feat: add countries and regions management 2025-01-21 18:27:26 +08:00
arts_controller.rb feat: implement filtering and pagination for weather arts 2025-01-23 14:13:32 +08:00
cities_controller.rb feat: add pagination to cities and arts index 2025-01-23 17:30:05 +08:00
home_controller.rb feat: enhance cities and weather arts display 2025-01-19 22:08:05 +08:00
weather_arts_controller.rb feat: enhance weather arts and cities features 2025-01-22 14:04:58 +08:00