Skip to content

Commit

Permalink
Added Pagy::Console links to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Jun 14, 2021
1 parent 7de21bf commit 1c3d283
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -20,7 +20,7 @@ Pagy is the ultimate pagination gem that outperforms the others in each and ever
- Added the docker development environment to ease contributions
- Big code restyling: the code is simpler, more readable and verbose with yet improved performance.
- All the public helpers accept optional keyword arguments (see the [Changelog](CHANGELOG.md#version-440))
- New [standalone extra](http://ddnexus.github.io/pagy/extras/standalone) to use pagy without any request object, nor Rack environment/gem, nor any defined `params` method, even in the irb/rails console without any app or config.
- New [Pagy::Console](https://ddnexus.github.io/pagy/api/console) and [standalone extra](http://ddnexus.github.io/pagy/extras/standalone) to use pagy without any request object, nor Rack environment/gem, nor any defined `params` method, even in the irb/rails console without any app or config.

## Comparison with other gems

Expand Down Expand Up @@ -123,12 +123,13 @@ Use the official extras, or write your own in just a few lines. Extras add speci
- [tailwind](http://ddnexus.github.io/pagy/extras/tailwind): Extra styles for [Tailwind CSS](https://tailwindcss.com)
- [uikit](http://ddnexus.github.io/pagy/extras/uikit): Add nav, nav_js and combo_nav_js helpers for the UIkit [pagination component](https://getuikit.com/docs/pagination)

### Feature Extras
### Extra Features and Tools

- [Pagy::Console](https://ddnexus.github.io/pagy/api/console): Try any pagy feature or helper right in the irb/rails console even without any app or config
- [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
- [standalone](http://ddnexus.github.io/pagy/extras/standalone): Use pagy without any request object, nor Rack environment/gem, nor any defined `params` method, even in the irb/rails console without any app or config.
- [standalone](http://ddnexus.github.io/pagy/extras/standalone): Use pagy without any request object, nor Rack environment/gem, nor any defined `params` method
- [support](http://ddnexus.github.io/pagy/extras/support): Extra support for features like: incremental, auto-incremental and infinite pagination
- [trim](http://ddnexus.github.io/pagy/extras/trim): Remove the `page=1` param from the first page link

Expand Down

0 comments on commit 1c3d283

Please sign in to comment.