ryanb / railscasts

railscasts.com in open source (outdated).
http://railscasts.com
MIT License
760 stars 175 forks source link

Bump will_paginate from 3.0.pre2 to 3.1.7 #65

Open dependabot[bot] opened 5 years ago

dependabot[bot] commented 5 years ago

Bumps will_paginate from 3.0.pre2 to 3.1.7.

Release notes *Sourced from [will_paginate's releases](https://github.com/mislav/will_paginate/releases).* > ## will_paginate 3.1.7 > * Rails 5.2.2.1 & 6.0.0 compatibility > > ## will_paginate 3.1.6 > Reference Integer instead of Fixnum to avoid Ruby 2.4 deprecation warning. > > ## will_paginate 3.1.5 > - Avoid Rails 5 deprecation warning about `original_exception` > - No longer generates `` for first page link since "start" is an invalid rel value > > ## will_paginate 3.1.3 > - Rails 5 compatibility for inheriting query params in pagination links > - Fix locale load path so that application can override will_paginate's built-in translations. > > ## will_paginate 3.1.2 > Further fix security vulnerability when generating pagination URLs in Rails. > > ## will_paginate 3.1.1 > Fixed security vulnerability when generating pagination URLs in Rails. > > ## will_paginate 3.1.0 > - Rails 5.0 support > - Drop support for old Active Record finder params to `paginate()`: > > ``` rb > # now unsupported: > User.paginate(:page => 1, :order => 'created_at DESC', :conditions => ...) > > # convert to Arel syntax instead: > User.order('created_at DESC').where(...).paginate(:page => 1) > # or, even better: > User.order('created_at DESC').where(...).page(1) > ``` > - Add support for pagination with Mongoid > > --- > > will_paginate is compatible with: > - Ruby 1.8.7, 1.9.3, 2.0, 2.1, 2.2, 2.3 > - Rails 3.0, 3.1, 3.2, 4.0, 4.1, 4.2, 5.0 > - Active Record, DataMapper, Sequel, Mongoid > - Database adapters: mysql, mysql2, postgres, sqlite3 > > ## will_paginate 3.0.12 > - No longer generates `` for first page link since "start" is an invalid rel value > > ## will_paginate 3.0.10 > - Fix locale load path so that application can override will_paginate's built-in translations. > > ## will_paginate 3.0.9 > ... (truncated)
Commits - [`63e84fb`](https://github.com/mislav/will_paginate/commit/63e84fb7e7508231ca83d94c524bfab5fbe9a578) will_paginate 3.1.7 - [`2956393`](https://github.com/mislav/will_paginate/commit/2956393e8304ecb59708e9f8bedcd2a6c03b6d06) Merge pull request [#585](https://github-redirect.dependabot.com/mislav/will_paginate/issues/585) from coderhs/patch-1 - [`b6fb7b0`](https://github.com/mislav/will_paginate/commit/b6fb7b0db9cacb858ab7092a0447ff9db573b9fd) Merge branch 'rails6' - [`9b22d48`](https://github.com/mislav/will_paginate/commit/9b22d484645b4ab22b4b1ecac3a0453a1e503b9e) Update PostgreSQL in Travis CI - [`c00a841`](https://github.com/mislav/will_paginate/commit/c00a841f6aa554346318b1e86c25c4ada05d7fe2) Compatibility with Rails 6 - [`df2e01e`](https://github.com/mislav/will_paginate/commit/df2e01e1e0c3b8d6aa99cac4d502932489f7e05e) Test against Rails 6 beta - [`02eea15`](https://github.com/mislav/will_paginate/commit/02eea1559e061e4330116be330632308ae29c11e) Fix `test_all` for Ruby 2.5 - [`9c9d737`](https://github.com/mislav/will_paginate/commit/9c9d73778b9d24971fa3b51f1f758720f5cc255e) [DOC] README: latest hash format convention in examples. - [`b828d8c`](https://github.com/mislav/will_paginate/commit/b828d8c9fc9aab21695cb2b2ae3a4eaaaa918983) Merge branch 'ci-versions' - [`797e74d`](https://github.com/mislav/will_paginate/commit/797e74df8fb3f9b8eb1951bed38ea93405675a55) Fix primary key for MySQL 5.7 - Additional commits viewable in [compare view](https://github.com/mislav/will_paginate/compare/v3.0.pre2...v3.1.7)


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.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|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 these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ryanb/railscasts/network/alerts).