activerecord_cursor_paginate
Cursor-based pagination for ActiveRecord
File Explorer
Download Latest Version (.zip)- test.yml
- activerecord_70.gemfile
- activerecord_71.gemfile
- activerecord_72.gemfile
- activerecord_80.gemfile
- activerecord_head.gemfile
- config.rb
- cursor.rb
- extension.rb
- page.rb
- paginator.rb
- version.rb
- activerecord_cursor_paginate.rb
- paginator_test.rb
- test_helper.rb
- .gitignore
- .rubocop.yml
- activerecord_cursor_paginate.gemspec
- CHANGELOG.md
- Gemfile
- Gemfile.lock
- LICENSE.txt
- Rakefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/healthie/activerecord_cursor_paginate
Downloads the entire project code from GitHub to your computer.
cd activerecord_cursor_paginate
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
$ bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
