Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories: Not categorized
More group info »
Active older topics
1 new of 1 - Feb 1
2 new of 2 - Jan 31
1 new of 1 - Nov 10 2011
3 new of 3 - Nov 9 2011
1 new of 1 - Nov 9 2011
2 new of 2 - Nov 15 2011
2 new of 2 - Nov 12 2011
5 new of 5 - Nov 10 2011
2 new of 2 - Nov 2 2011
4 new of 4 - Oct 18 2011
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 506  Older »

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 »
By Ramsés López  - May 15 - 1 new of 1 message    

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
By plewas  - Mar 11 - 1 new of 1 message    

Rails will_paginate / url_for reports “No route matches”? (Route is defined!) 
  My routes.rb match ':category(/:page)', :controller => 'refinery/pages', :action => 'show' In my posts.html.haml will_paginate @posts In my PagesController @posts = @category.posts.live.includes( :comments, :categories).page(params[:page ]) In rails console I run the following commands and the match as... more »
By Mudi Ugbowanko  - Feb 25 - 2 new of 2 messages    

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 »
By DB  - Feb 20 - 1 new of 1 message    

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 »
By Evgeniy Dolzhenko  - Feb 20 - 1 new of 1 message    

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
By Rembrant  - Feb 10 - 2 new of 2 messages    

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 :)
By Selin  - Feb 8 - 2 new of 2 messages    

1 - 10 of 506   « Newer | Older »

XML       Send email to this group: will_paginate@googlegroups.com