Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 795 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 795 Bytes

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