today_ai_weather/test
songtianlun 022eae3029 feat: add pagination to user index view
- Integrate Kaminari for pagination of users
- Update users_controller to paginate users
- Add pagination views for first, last, next, and previous pages
- Seed database with example users for testing

This commit introduces pagination to the user index view, allowing
for better navigation through large sets of users. The Kaminari gem
is utilized to handle pagination, improving the user experience by
reducing load times and enhancing usability. Additionally, the
seeding script has been updated to create multiple users for
better testing of the pagination feature.
2025-01-05 17:50:33 +08:00
..
controllers feat: add user index page and update navigation 2025-01-05 01:59:05 +08:00
fixtures feat: add pagination to user index view 2025-01-05 17:50:33 +08:00
helpers style: standardize quotation marks and spacing 2025-01-04 10:21:22 +08:00
integration feat: add pagination to user index view 2025-01-05 17:50:33 +08:00
mailers init sample-app 2024-12-29 17:12:54 +08:00
models style: standardize quotation marks and spacing 2025-01-04 10:21:22 +08:00
system init sample-app 2024-12-29 17:12:54 +08:00
application_system_test_case.rb init sample-app 2024-12-29 17:12:54 +08:00
test_helper.rb style: standardize quotation marks and spacing 2025-01-04 10:21:22 +08:00