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

11 commits

Author SHA1 Message Date
Zbigniew Pieslak
13bc89a554 Add tests for max_pages and max_pages_per 2012-10-22 16:16:54 +02:00
Keiko Oda
7af1e87db4 Change default value of max_per_page from 0 to nil 2012-08-28 00:54:45 -07:00
Keiko Oda
c77867681e Add max_per_page configuration option 2012-08-27 22:15:19 -07:00
Akira Matsuda
f22df5816b it is not required to require by full path. Let's trust the LOAD_PATH 2011-12-11 01:15:18 +09:00
Akira Matsuda
9d0eebe38e format 2011-05-04 00:19:51 +09:00
Akira Matsuda
7f45b8ea21 Revert "Also added support for blocks as well as procs and lambdas"
This reverts commit 55427d29be.

Reason: The test didn't pass.
2011-05-03 22:10:35 +09:00
Adam Kerr
55427d29be Also added support for blocks as well as procs and lambdas 2011-05-02 14:59:13 -04:00
Adam Kerr
1636a28f8f param_name configure via block 2011-05-02 13:37:18 -04:00
Sergey Avseyev
5bd0ccc681 Use Kaminari.config to specify default value for param_name 2011-04-22 13:26:11 +03:00
Akira Matsuda
4c73ad56db refs #41 helper options are configurable now!
configurable values are: window, outer_window, left, right
2011-04-21 16:45:08 +09:00
Akira Matsuda
5a9303fe79 refs #41 general configuration options
make DEFAULT_PER_PAGE configurable via Kaminiar.configure method
2011-04-21 16:45:02 +09:00