You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion about usage and development of the will_paginate plugin.
|
|
|
Paginate method not found for active record
|
| |
Hello, rails doesn't seem to be loading the will_paginate gem, although it is present in my Gemfile and the rvm gem list command shows the gem as installed. This is the error page: NoMethodError in HomeController#index undefined method `paginate' for #<ActiveRecord::Relation:0x957 b01c> This is my gem list:... more »
|
|
Disable or remove rel attribuite
|
| |
Is it possible to remove or delete rel attribute from a tag without
monkey patching?
I dont't need it anywhere, and principal require to remove them from a
tags.
Regards
Sebastian
|
|
will_paginate with extra params in the link
|
| |
I am using will_paginate 2.3.15 with rails 3.0
Is there a natural way to pass in extra params on the links generated
at the page bottom?
something like:
<%= will_paginate @claims,
:params => {:carrier => params[:carrier],
:start_date =>
params[:start_date], :end_date => params[:end_date],... more »
|
|
Should the page parameter be sanitized?
|
| |
Currently anyone can generate runtime exception in the app using
will_paginate by forging the URL like /posts?page=invalid. If the URLs
are viewed as part of app interface (which is an assumption made by
Rails I think, i.e. you can't generate an exception by using wrong
record ID) will_paginate should fallback to first page or raise... more »
|
|
Show 3 records, only advance 1
|
| |
Hello,
I want to show (3) records per page but when the next or previous
buttons are clicked I only want one record at a time to advance.
e.g.
...
becomes
1 | 2 3 4 | 5
Any help would be greatly appreciated.
Many thanks,
Rembrant
|
|
Help with paginating large data sets
|
| |
Hi !! I'm trying to paginate a large data set (over 500.000).. How do
I use the gem ?? Currently, is very slow, I know the reason but I
don't now the solution, please help !! thanks :)
|
|
|