Neo4j - 从 Ruby 到 Rails 的分页

Neo4j - pagination from Ruby on Rails

使用 Neo4j 时,Ruby 和 Rails 的最佳分页选项是什么? 我希望使用 Kaminari、will_paginate gem 甚至 Bootstrap 进行分页。 有什么推荐吗?

我已经将 kaminari 与 kaminari-neo4j gem 一起使用,并且很幸运。

Chris 刚刚添加了对 will_paginate 的支持,但我不确定它是否仍然有效:

https://github.com/neo4jrb/neo4j-will_paginate_redux

我会给他发一个link这个问题,看看他有没有什么建议

您可以使用 https://github.com/neo4jrb/neo4j-will_paginate_redux, I find it works well. Neo4j.rb has a basic pagination class built in, too, so it might be enough to use that if you need something simple without the view helpers. If you want Kaminari, there's https://github.com/megorei/kaminari-neo4j,由 Neo4j.rb 的经常贡献者构建。我没用过,但他的作品总是很好。