0.01
No release in over 3 years
Low commit activity in last 3 years
Adds Neo4j support to kaminari
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.16.3
>= 4.0
 Project Readme

Kaminari::Neo4j

Adds neo4j support to kaminari.

Installation

Add this line to your application's Gemfile:

gem 'kaminari-neo4j'

And then execute:

$ bundle

Or install it yourself as:

$ gem install kaminari-neo4j

Usage

MyModel.page(4).per(10)

Contributing

  1. Fork it ( https://github.com/[my-github-username]/kaminari-neo4j/fork )
  2. Install the development dependencies (bundle install)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Make your changes
  5. Run the test suite (bundle exec rspec)
  6. Commit your changes (git commit -am 'Add some feature')
  7. Push to the branch (git push origin my-new-feature)
  8. Create a new Pull Request