Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Calling Pagination Users

Received: by 10.36.139.3 with SMTP id m3mr704909nzd.1178661415836;
        Tue, 08 May 2007 14:56:55 -0700 (PDT)
Received: by n59g2000hsh.googlegroups.com with HTTP;
	Tue, 08 May 2007 21:56:54 +0000 (UTC)
X-IP: 75.31.236.189
From:  DHH <david.heineme...@gmail.com>
To:  "Ruby on Rails: Core" <rubyonrails-core@googlegroups.com>
Subject: Re: Calling Pagination Users
Date: Tue, 08 May 2007 21:56:54 -0000
Message-ID: <1178661414.731834.237310@n59g2000hsh.googlegroups.com>
In-Reply-To: <988ff8260705080153t4f232423xb585593db9d8b7bd@mail.gmail.com>
References: <ef46c93e0705061452r7e11b195jc83eae503d76f1b3@mail.gmail.com>
   <fc113d400705070216x651eb3bkc90fdbdcf9d69659@mail.gmail.com>
   <988ff8260705080153t4f232423xb585593db9d8b7bd@mail.gmail.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/419 (KHTML, like Gecko) Safari/419.3,gzip(gfe),gzip(gfe)
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"

> So, this plugin is - for now - as close as we can get to original
> Pagination. The question for all of you is: how close should we go? How much
> are we ready to break?

I think this is a two-step process. Step one is to just take exactly
what's currently in Rails and bottle that up as classic_pagination or
something like that. This will allow anyone using what currently is to
migrate to Rails 2. Then, step 2 would be to improve on what is with a
new plugin that can break backwards compatibility.