CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 06 Sep 2025 14:27:15 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080702081010
location: https://web.archive.org/web/20080702081010/https://github.com/mislav/will_paginate/wikis
server-timing: captures_list;dur=1.152489, exclusion.robots;dur=0.034198, exclusion.robots.policy;dur=0.015497, esindex;dur=0.018202, cdx.remote;dur=59.359215, LoadShardBlock;dur=445.767958, PetaboxLoader3.datanode;dur=82.426354, PetaboxLoader3.resolve;dur=220.424615
x-app-server: wwwb-app224
x-ts: 302
x-tr: 627
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app224; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 06 Sep 2025 14:27:16 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Wed, 02 Jul 2008 08:10:10 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 0.62401
x-archive-orig-etag: "000fd637109f8c85a1a4628a2ca97208"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 18841
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 02 Jul 2008 08:10:10 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 07 Apr 2008 18:31:31 GMT", ; rel="prev memento"; datetime="Tue, 01 Jul 2008 03:53:10 GMT", ; rel="memento"; datetime="Wed, 02 Jul 2008 08:10:10 GMT", ; rel="next memento"; datetime="Thu, 03 Jul 2008 12:42:21 GMT", ; rel="last memento"; datetime="Fri, 27 Jun 2025 06:05:29 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_4_20080702043930_crawl101-c/51_4_20080702080818_crawl103.arc.gz
server-timing: captures_list;dur=0.481792, exclusion.robots;dur=0.017028, exclusion.robots.policy;dur=0.007778, esindex;dur=0.012748, cdx.remote;dur=14.303334, LoadShardBlock;dur=305.555701, PetaboxLoader3.resolve;dur=278.456405, PetaboxLoader3.datanode;dur=152.176943, load_resource;dur=149.043217
x-app-server: wwwb-app224
x-ts: 200
x-tr: 529
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Home — will_paginate — GitHub
Recent edits
Home
Pagination is just limiting the number of records displayed. Why should you let it get in your way while developing, then? This library makes magic happen. Did you ever want to be able to do just this on a model:
@posts = Post.paginate :page => params[:page], :order => 'created_at DESC'
… and then render the page links with a single view helper? Well, now you can.
<%= will_paginate @posts %>
The plugin officially supports Rails versions 1.2.6 and 2.0.2. Databases supported should be all which have ActiveRecord adapers; the test suite covers MySQL, PostgreSQL and SQLite3.
Resources
- Installation instructions
- Usage examples
- Simple search functionality
- Internals – how does Will Paginate hook into Rails
- Report bugs
- Join the Google group
Recent edits
- Installation by mislav
- Usage examples by mislav
- Report bugs by mislav
- Home by mislav
- Internals by mislav
- Simple search by mislav
Seen Elsewhere
- Home in carllerche's fork
- Home in zhangxue's fork
- Home in shingara's fork
- Home in myobie's fork
- Home in bronson's fork
- Home in Thorsson's fork
- Home in benpickles's fork
- Home in gohanlon's fork
- Home in quake's fork
- Home in vyache's fork
- Home in bigfleet's fork
- Home in pusewicz's fork
- Home in bscofield's fork
- Home in mhw's fork
- Home in larrytheliquid's fork
- Home in RobinWu's fork
- Home in banshee's fork
- Home in fuerstenberg's fork
- Home in technoweenie's fork
- Home in thinkcreate's fork
- Home in rayvinly's fork
- Home in chriseppstein's fork
- Home in bhedana's fork
- Home in jsmilani's fork
- Home in github's fork
- Home in methodmissing's fork
- Home in eadz's fork
- Home in fs's fork
- Home in abradburne's fork
- Home in blizzo's fork
- Home in mattetti's fork
- Home in defunkt's fork
- Home in ozataman's fork
- Home in pcg79's fork
- Home in sevenwire's fork
- Home in hirobumi's fork
Last edited by mislav, 3 months ago
Versions:
This feature is coming soon. Sit tight!