Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 30, 2018

Bumps kaminari from 0.15.1 to 0.17.0.

Release notes

Sourced from kaminari's releases.

0.17.0

  • Rails 5 ready!
  • Mongoid 5.0 support
  • Deprecated Kaminari::PageScopeMethods#num_pages in favor of #total_pages
  • Deprecated :num_pages option for paginate in favor of :total_pages
  • Fixed mangled params in pagination links on Rails 5 [#766, audionerd]
  • Fixed a bug where the range of the records displayed on the last page doesn't match [Bump capistrano from 3.8.1 to 3.11.2 #718, danzanzini]

0.16.3

0.16.2

0.16.1

  • Fix a bug where :theme option for #paginate method doesn't work properly
    #566 [commstratdev]

0.16.0

  • Add support for mongoid max_scan option #500 [aptx4869]
  • Add link_to_previous_page helper for Sinatra #504 [ikeay]
  • Add :views_prefix option to #paginate for alternative views directory #552
    [apotonick]
  • Simplify page_entries_info by adding entry_name interface to each ORM
  • Refer ActiveRecord::Base from top level namespace for more safety when
    inherited class's namespace has 'ActiveRecord' constant #522 [yuroyoro]
  • Fix a bug where runtime persistence not taken into account with
    mongoid/kaminari #326 [nubeod]
  • Fix a bug where helper methods were not available from inside
    paginator.render do ... end block #239 [damien-roche]
  • Fix a bug where theme generator didn't work on Rails 4.1 #526 [jimryan]
  • Fix a bug that paginatable arrays with total_count option always returns
    whole array #516 [abhichvn]
Changelog

Sourced from kaminari's changelog.

0.17.0

  • Rails 5 ready!

  • Mongoid 5.0 support

  • Dropped Ruby 1.8 support

  • Dropped Mongoid 2.x support

  • Extracted Sinatra support to kaminari-sinatra gem

  • Extracted DataMapper support to kaminari-data_mapper gem

  • Extracted Mongoid support to kaminari-mongoid gem

  • Extracted MongoMapper support to kaminari-mongo_mapper gem

  • Deprecated Kaminari::PageScopeMethods#num_pages in favor of total_pages

  • Deprecated :num_pages option for paginate in favor of :total_pages

  • Fixed mangled params in pagination links on Rails 5 #766 [audionerd]

  • Fixed a bug where the range of the records displayed on the last page doesn't match #718 [danzanzini]

0.16.3

  • Fixed a "stack level too deep" bug in mongoid #642 [bartes]

  • Fixed a bug that Kaminari possibly crashes when combined with other gems that define inherited method on model classes, such as aasm. #651 [zeitnot]

0.16.2

  • Fixed a bug where cloned Relations remember previous relations' [**total**](https://github.com/total)_count value #565 [inkstak]

  • Fixed a bug where paginate_array() with total_count option returns whole array for every page #516 [abhichvn]

  • Fixed a bug where :num_pages option was backwards-incompatible #605 [klebershimabuku]

  • Fixed a bug where themed views generator attempts to overwrite README.md #623 [swrobel]

  • Fixed a bug that ruby raises a NameError when theme was not found #622 [maxprokopiev]

  • Fixed a bug that paginates_per does not work with subclasses on mongoid #634 [kouyaf77]

  • Show an error message if a proper template was not found for the generator theme #600 [meltedice]

... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@coveralls
Copy link

coveralls commented Apr 30, 2018

Coverage Status

Coverage increased (+0.05%) to 66.702% when pulling abde299 on dependabot/bundler/kaminari-0.17.0 into e1c0625 on develop.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/kaminari-0.17.0 branch 4 times, most recently from abde299 to 4b8eae6 Compare August 6, 2018 16:24
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/kaminari-0.17.0 branch from 4b8eae6 to 954545f Compare August 6, 2018 16:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants