Top "Will-paginate" questions

Ruby pagination library

Rails 3: How do you style will_paginate links?

In coding layout is the link styled like <a href="#" class="class1 class2 class3"><span>Previous&…

html css ruby-on-rails-3 view will-paginate
uninitialized constant ActionView::CompiledTemplates::BootstrapPagination

I have installed the will_paginate-bootstrap gem to use bootstrap style pagination. I have this in my view: <%= will_…

ruby-on-rails twitter-bootstrap ruby-on-rails-4 will-paginate
Rails 4 - will_paginate

This is my first attempt using will_paginate (I know! Where have I been??) titles_controller.erb def index @titles = …

ruby-on-rails will-paginate
undefined method `paginate' for #<Array:0x0000000764d1b8>

This my code in the index controller. order_customs = Order.select{|order| order.performer.white_label_id==1} @orders_customs_display=…

ruby-on-rails pagination ruby-on-rails-4 will-paginate
Rails 3 and will_paginate - elegant way, how to get total_pages

I am working with will_paginate plugin in Rails 3 and I am trying to get to some variable the count …

ruby-on-rails-3 will-paginate
Rails will_paginate custom route

How can I use will_paginate with a custom route? I have the following in my routes: map.connect 'human-readable/:…

ruby-on-rails will-paginate
Rails paginate existing array of ActiveRecord results

I generally use will_paginate for the pagination in my app, but have hit a stumbler on my search feature. …

ruby-on-rails activerecord pagination thinking-sphinx will-paginate
will_paginate -> How to change the default url?

will_paginate plugin aways generates the pagination to the current url appending the page parameter. Is there a way to …

ruby-on-rails will-paginate
Rails3: How to pass param into custom will_paginate renderer?

I've got a custom will_paginate renderer that overrides WillPaginate::ViewHelpers::LinkRenderer's link method like so: def link(text, target, …

ruby-on-rails-3 will-paginate renderer
Twitter Bootstrap work with will_paginate

I made will_paginate work fine, but I'm facing errors hooking up Twitter Bootstrap. My single-line will_paginate links become …

ruby-on-rails twitter-bootstrap will-paginate