Skip to content

AMS-IX/kaminari-neo4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaminari::ActiveGraph

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages