diff --git a/LEGACY_CHANGELOG.md b/LEGACY_CHANGELOG.md index 7ab3c20cf..7b89a366b 100644 --- a/LEGACY_CHANGELOG.md +++ b/LEGACY_CHANGELOG.md @@ -49,7 +49,7 @@ - [6cf86af](http://github.com/ddnexus/pagy/commit/6cf86af): added docs notes - [b05db4e](http://github.com/ddnexus/pagy/commit/b05db4e): added optional target element to Pagy.init for AJAX support - [e35a9ae](http://github.com/ddnexus/pagy/commit/e35a9ae): refactoring of default element ids for helpers and deprecation: - - default ids are now constant also in different processes and compilant also with oder HTML versions + - default ids are now constant also in different processes and compliant also with oder HTML versions - simpler deprecation code - [cef823c](http://github.com/ddnexus/pagy/commit/cef823c): pagy.js responsive refactoring (#115): - moved handling of window event listeners into the responsive function diff --git a/README.md b/README.md index bad3cc1e9..c2126533a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Pagy is the ultimate pagination gem that outperforms the others in each and ever ## Improvements in v2.0+ - Lower ruby requirements (ruby v1.9+ || jruby v1.7+) make Pagy very convenient also on older systems -- Added [RFC-8288](https://tools.ietf.org/html/rfc8288) compilant http response `headers` extra +- Added [RFC-8288](https://tools.ietf.org/html/rfc8288) compliant http response `headers` extra - The i18n internal implementation now includes full dynamic support for multi-language apps, it's ~18x faster and uses ~10x less memory than the i18n gem - The `searchkick` and `elasticsearch_rails` extras have been refactored with more and better options - Pagy v2.0+ is even faster and lighter than v1.0+ (see charts below) @@ -125,8 +125,8 @@ Use the official extras, or write your own in just a few lines. Extras add speci ### Feature Extras -- [headers](http://ddnexus.github.io/pagy/extras/headers): Add [RFC-8288](https://tools.ietf.org/html/rfc8288) compilant http response headers (and other helpers) useful for API pagination -- [i18n](http://ddnexus.github.io/pagy/extras/i18n): Use the `I18n` gem instead of the pagy implementation +- [headers](http://ddnexus.github.io/pagy/extras/headers): Add [RFC-8288](https://tools.ietf.org/html/rfc8288) compliant http response headers (and other helpers) useful for API pagination +- [i18n](http://ddnexus.github.io/pagy/extras/i18n): Use the `I18n` gem instead of the pagy-i18n implementation - [items](http://ddnexus.github.io/pagy/extras/items): Allow the client to request a custom number of items per page with an optional selector UI - [overflow](http://ddnexus.github.io/pagy/extras/overflow): Allow for easy handling of overflowing pages - [support](http://ddnexus.github.io/pagy/extras/support): Extra support for features like: incremental, infinite, auto-scroll pagination @@ -146,7 +146,7 @@ Besides the classic pagination `nav`, Pagy offers a few ready to use alternative [![Objects Chart](docs/assets/images/gorails-thumbnail-w360.png)](https://gorails.com/episodes/pagination-with-pagy-gem?autoplay=1) -**Notice**: the `pagy_nav_bootstrap` helper used in the screencast has been renamed to `pagy_bootstrap_nav` in version 2.0 +**Notice**: the `pagy_nav_bootstrap` helper used in the screencast has been renamed as `pagy_bootstrap_nav` in version 2.0 ### Posts and Tutorials diff --git a/docs/extras.md b/docs/extras.md index 3567549b5..ec958ce70 100644 --- a/docs/extras.md +++ b/docs/extras.md @@ -13,7 +13,7 @@ Pagy comes with a few optional extensions/extras: | `countless` | Paginate without any count, saving one query per rendering | [countless.rb](https://github.com/ddnexus/pagy/blob/master/lib/pagy/extras/countless.rb), [documentation](extras/countless.md) | | `elasticsearch_rails` | Paginate `elasticsearch_rails` gem results efficiently | [elasticsearch_rails.rb](https://github.com/ddnexus/pagy/blob/master/lib/pagy/extras/elasticsearch_rails.rb), [documentation](extras/elasticsearch_rails.md) | | `foundation` | Add nav, responsive and compact helpers for the Foundation [pagination component](https://foundation.zurb.com/sites/docs/pagination.html) | [foundation.rb](https://github.com/ddnexus/pagy/blob/master/lib/pagy/extras/foundation.rb), [documentation](extras/foundation.md) | -| `headers` | Add [RFC-8288](https://tools.ietf.org/html/rfc8288) compilant http response headers (and other helpers) useful for API pagination | [headers.rb](https://github.com/ddnexus/pagy/blob/master/lib/pagy/extras/headers.rb), [documentation](extras/headers.md) | +| `headers` | Add [RFC-8288](https://tools.ietf.org/html/rfc8288) compliant http response headers (and other helpers) useful for API pagination | [headers.rb](https://github.com/ddnexus/pagy/blob/master/lib/pagy/extras/headers.rb), [documentation](extras/headers.md) | | `i18n` | Use the `I18n` gem instead of the pagy implementation | [i18n.rb](https://github.com/ddnexus/pagy/blob/master/lib/pagy/extras/i81n.rb), [documentation](extras/i18n.md) | | `items` | Allow the client to request a custom number of items per page with a ready to use selector UI | [items.rb](https://github.com/ddnexus/pagy/blob/master/lib/pagy/extras/items.rb), [documentation](extras/items.md) | | `materialize` | Add nav, responsive and compact helpers for the Materialize CSS [pagination component](https://materializecss.com/pagination.html) | [materialize.rb](https://github.com/ddnexus/pagy/blob/master/lib/pagy/extras/materialize.rb), [documentation](extras/materialize.md) | diff --git a/docs/extras/headers.md b/docs/extras/headers.md index fca916766..98a844756 100644 --- a/docs/extras/headers.md +++ b/docs/extras/headers.md @@ -3,7 +3,7 @@ title: Headers --- # Headers Extra -This extra implements the [RFC-8288](https://tools.ietf.org/html/rfc8288) compilant http response headers (and other helpers) useful for API pagination. +This extra implements the [RFC-8288](https://tools.ietf.org/html/rfc8288) compliant http response headers (and other helpers) useful for API pagination. - No need for an extra dependency - No need to learn yet another interface diff --git a/docs/how-to.md b/docs/how-to.md index c4580813a..7824cfe82 100644 --- a/docs/how-to.md +++ b/docs/how-to.md @@ -414,7 +414,7 @@ When the count caching is not an option, you may want to use the [countless extr ## Adding HTTP headers -Pagy implements the [RFC-8288](https://tools.ietf.org/html/rfc8288) compilant http response headers (and other helpers) useful for API pagination: no need of other dependencies. See the [headers extra](http://ddnexus.github.io/pagy/extras/headers) documentation and examples. +Pagy implements the [RFC-8288](https://tools.ietf.org/html/rfc8288) compliant http response headers (and other helpers) useful for API pagination: no need of other dependencies. See the [headers extra](http://ddnexus.github.io/pagy/extras/headers) documentation and examples. ## Using the pagy_info helper