/kaminari-jets

⚡ A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Ruby webapps

Primary LanguageRubyMIT LicenseMIT

Kaminari Jets

This gem simply makes kaminari compatible with Jets. It's a fork of kaminari. Some notes:

  • The v1.2.2 tag is the starting point.
  • Made changes to work with Jets.
  • Renamed the gem kaminari-jets so we can have a published gem that's directly usable.
  • There is a separate fork version from the kaminari version.
  • So the kaminari version is kept intact.
  • If kaminari accepts these changes to the main gem then this gem will be retired.

Publishing

Example:

git tag v0.2.0
rake build
gem push pkg/kaminari-jets-0.2.0.gem
gem push kaminari-core/pkg/kaminari-jets-core-0.2.0.gem

Note, we only push the gems that are needed for the fork to work.