Skip to content
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

Decouple Administrate from Kaminari #2365

Open
pablobm opened this issue Apr 20, 2023 · 0 comments
Open

Decouple Administrate from Kaminari #2365

pablobm opened this issue Apr 20, 2023 · 0 comments
Labels
epic pagination how we handle lots of data in small chunks

Comments

@pablobm
Copy link
Collaborator

pablobm commented Apr 20, 2023

We have several reports about problems with Kaminari, the gem we use for pagination. These are marked as pagination how we handle lots of data in small chunks and include:

Last time I checked, Kaminari worked in a very "global" manner, making it difficult to enable/disable at will. It seemed very "all or nothing". Users have other pagination solutions in their apps, and loading Kaminari as well can cause issues. Also Kaminari overloads ActiveRecord, leading to more issues.

Ideally, we should isolate Kaminari and offer a way to opt out of it and use other gems, in a way similar to how we offer Pundit support as a separate add-on.

@pablobm pablobm added pagination how we handle lots of data in small chunks epic labels Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic pagination how we handle lots of data in small chunks
Projects
None yet
Development

No branches or pull requests

1 participant