Will_paginate

Hello,
I m working on a rails proj…
i m using Ruby version 1.3.2

can u please help me in implementing the pagination stuff in Ruby…
how to install the gem ‘will_paginate’ which is latest for pagination…

On Wed, Feb 17, 2010 at 12:33 PM, Manish B.
[email protected] wrote:

Hello,
I m working on a rails proj…
i m using Ruby version 1.3.2

can u please help me in implementing the pagination stuff in Ruby…
how to install the gem ‘will_paginate’ which is latest for pagination…

unless the author does something non standard it should be
gem install will_paginate

you may want to check gemcutter.org for more information.

There are a few different forks of will paginate but don’t let that
confuse you.
also railscasts.com has talked about will paginate before.

Andrew McElroy

Manish B. wrote:

Hello,
I m working on a rails proj…
i m using Ruby version 1.3.2

I doubt that you are. That version number doesn’t seem familiar.

can u please help me in implementing the pagination stuff in Ruby…
how to install the gem ‘will_paginate’ which is latest for pagination…

This is a Rails question, so please direct it to the Rails list.

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

On Wed, Feb 17, 2010 at 1:35 PM, Marnen Laibow-Koser [email protected]
wrote:

Manish B. wrote:

Hello,
I m working on a rails proj…
i m using Ruby version 1.3.2

I doubt that you are. That version number doesn’t seem familiar.

probably means rails.

can u please help me in implementing the pagination stuff in Ruby…
how to install the gem ‘will_paginate’ which is latest for pagination…

This is a Rails question, so please direct it to the Rails list.

No it is not. It is a gem question, and I just answered it, go to
gemcutter.org
Also, in regards to upgrading will_paginate, you need to look into
bundler.
Again, checkout railscasts.com

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Respectfully,
Andrew McElroy

Sir can will_paginate work in RubyGems version 1.3.5???
do i need 2 upgrade to the new Rubygems version?

Manish B. wrote:

Sir can will_paginate work in RubyGems version 1.3.5???
do i need 2 upgrade to the new Rubygems version?

What you are looking for is mislav_will-paginate.