Skip to content

lucasas/will_paginate_mongoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Will Paginate Mongoid

A simple gem that allows you to use pagination with Mongoid

Why use this gem?

Because will_paginate does not support the mongoid skip and limit methods. They just support the paginate method in the Array class. What does this mean? Will_Paginate will find all the objects and then cut out the unneeded ones. This can cause performance problems when you have a lot of objects.

How I install it?

Add gem "will_paginate_mongoid" to your Gemfile and run bundle install

or

Just run gem install will_paginate_mongoid

How it works?

It just creates a paginate method compatible with will_paginate interface and adds two additional criteria: skip and limit

That's it?

Yes. Now you can use the paginate method just like in the will_paginate documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages