-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Replace cursor_pagination #148
Comments
Let me take this one. |
Stuck in #155 |
This is my environment setup:
And the integration tests still fail:
Meanwhile, using this command, all tests pass: Do you have any advice, @dblock ? |
Is this Linux? I think you may need to start Xvfb manually to get a display. This seems to have a reasonable explanation: http://elementalselenium.com/tips/38-headless |
@crazyoptimist I don't think so unless we absolutely must, because cursor pagination is the only way to keep a stable query. I wouldn't use a page by page sort in a production app with changing data. |
@dblock pagy-cursor seems to be only one supporting cursor pagination for AR, but I wouldn't recommend to use it because it's immuture yet. |
I like it enough, let's help mature it? |
Already tried it and got this issue, I might did something wrong. Nonetheless, the repo doesn't seem to be actively maintained, no responses in several open issues. |
Do you have a branch with this non-working code? |
I'm playing with this starter, where slack-ruby-bot-server is locally plugged in. Just FYI. |
https://github.com/Kukunin/cursor_pagination will no longer be maintained. I've maintained a fork, but it doesn't make sense long term, https://github.com/slack-ruby/slack-ruby-bot-server/blob/master/Gemfile#L12.
Replace it with another option, e.g. https://github.com/ddnexus/pagy.
The text was updated successfully, but these errors were encountered: