-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow the user to choose paginator gem #440
Comments
Hi @malparty, as you changed from Pagy to |
Please hold on this issue as we are having some issues on the |
The issue we faced in our project is different, it's because we used the older Kaminari version :D upgraded to 1.2.2 and everything works as expected, so no issue with Kaminari and Ruby 3.x |
@andyduong1920 to be honest, I took too much time comparing both to end up to the conclusions:
In other words, working with any of these 2 options is super fine AND changing the gem after generating the app is super easy 🤔 So instead of a complex "prompt the user for which pagination gem to use", I would recommend just providing a single GEM and ensuring it remains easy to change if needed 🤔 (that's just my opinion of course). |
As a small update, Pagy looks indeed more active so I would also recommend using it over Kaminari ✅ |
Why
As in some projects prefer to use kaminari over pagy, so I think our template should allow the user to choose the pagination tool when generating the new project.
Who Benefits?
Developers
The text was updated successfully, but these errors were encountered: