sample_rails_tailwind/config
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
..
environments init sample-app 2024-12-29 17:12:54 +08:00
initializers feat: add pagination to user index view 2025-01-05 17:50:33 +08:00
locales feat: add pagination to user index view 2025-01-05 17:50:33 +08:00
application.rb init sample-app 2024-12-29 17:12:54 +08:00
boot.rb init sample-app 2024-12-29 17:12:54 +08:00
cable.yml init sample-app 2024-12-29 17:12:54 +08:00
cache.yml init sample-app 2024-12-29 17:12:54 +08:00
credentials.yml.enc init sample-app 2024-12-29 17:12:54 +08:00
database.yml init sample-app 2024-12-29 17:12:54 +08:00
deploy.yml init sample-app 2024-12-29 17:12:54 +08:00
environment.rb init sample-app 2024-12-29 17:12:54 +08:00
importmap.rb feat: update asset management and add bundling tools 2025-01-02 14:45:44 +08:00
puma.rb init sample-app 2024-12-29 17:12:54 +08:00
queue.yml init sample-app 2024-12-29 17:12:54 +08:00
recurring.yml init sample-app 2024-12-29 17:12:54 +08:00
routes.rb style: standardize quotation marks and spacing 2025-01-04 10:21:22 +08:00
storage.yml init sample-app 2024-12-29 17:12:54 +08:00