What is the best paging option from Ruby on Rails when using Neo4j? I am looking for pagination with Kaminari, will_paginate gem or even Bootstrap. Any recommendations?
You can use https://github.com/neo4jrb/neo4j-will_paginate_redux , I find it works well. Neo4j.rb also has a base pagination class , so maybe this is enough if you need something simple without view helpers. If you want Kaminari, https://github.com/megorei/kaminari-neo4j , created by frequent contributor Neo4j.rb. I have not used it, but its work is always very good.
I used kaminari with the kaminari-neo4j and got lucky with it.
kaminari-neo4j
Chris added will_paginate support a while ago, but I'm not sure if it still works:
https://github.com/neo4jrb/neo4j-will_paginate_redux
I will send him a link to this question and see if he has a suggestion