We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Staging and development should have a lower threshold for pagination than production
Ease of manual testing -- it's either that or add a lot of every kind of thing to the seed.
Lets say 5 for staging and development. Keep 50 for production (for now). see config/initializers/kaminari_config.rb Hint: Rails.env
The text was updated successfully, but these errors were encountered:
I am interested in contributing to human essentials and would like to start with this issue. Can you assign it to me?
Sorry, something went wrong.
Sure!
k8port
Successfully merging a pull request may close this issue.
Summary
Staging and development should have a lower threshold for pagination than production
Why?
Ease of manual testing -- it's either that or add a lot of every kind of thing to the seed.
Details
Lets say 5 for staging and development. Keep 50 for production (for now).
see config/initializers/kaminari_config.rb
Hint: Rails.env
Criteria for completion
The text was updated successfully, but these errors were encountered: