Registry / orm / mislav-will-paginate

mislav-will-paginate

JSON →
library2.3.10rbrubygemsunverified

Provides a simple and extensible API for ActiveRecord pagination and pagination links in ActionView templates.

gem install mislav-will_paginate
INSTALL
IMPORT
SIG · MISLAV-WILL-PAGINA
M
mislav-will-paginate
ormrubyv2.3.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WillPaginate
require 'will_paginate'

Paginates ActiveRecord results and renders pagination links.

require 'will_paginate' # In a controller: @posts = Post.paginate(page: params[:page], per_page: 10) # In a view: <%= will_paginate @posts %>
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.10latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Resources
mislav-will-paginate — gem install mislav-will-paginate · libregistry