1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00
Commit graph

6 commits

Author SHA1 Message Date
Luiz Felipe
80cb34df46 added test and changed paginate method to return a string 2011-04-26 09:56:36 -03:00
Sergey Avseyev
5bd0ccc681 Use Kaminari.config to specify default value for param_name 2011-04-22 13:26:11 +03:00
Akira Matsuda
bfb09e61ad refactor: simplify pagination helper
* get rid of PaginationRenderer
* move Paginator to main helpers file
2011-02-28 01:05:16 +09:00
Akira Matsuda
393943a50e refs #30 add real first/last page links, and use them by default instead of outer window
* :window, :outer_window, :left, :right will be interpreted similarly to how they were, except the supplied N would be the number of pages you actually get. 0 means disable for the outer windows
* outer windows will be disabled by default in favor of first/last links
* include a "disabled" class when appropriate, and always include the label text (but no link tag when current page). Users that want these tags to disappear completely when inapplicable can style them to display: none. (Similarly for "first" and "last".)
* changed the default labels - double angle quotes for "first" and "last", single angle quotes for "previous" and "next". (Consider a standard set of video or audio transport controls: << < stop > >>)
2011-02-25 12:33:23 +09:00
Akira Matsuda
f9f529fb68 fixes #10 add :param_name option to the helper
example: <%= paginate @users, :param_name => :pagina %>
2011-02-22 13:09:23 +09:00
Akira Matsuda
c84135bae0 keep AV::Base clean! 2011-02-21 03:24:41 +09:00