| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2020-01-30 | 1.1 kB | |
| v1.2.0.tar.gz | 2020-01-30 | 48.3 kB | |
| v1.2.0.zip | 2020-01-30 | 95.1 kB | |
| Totals: 3 Items | 144.5 kB | 0 | |
Deprecations:
- Deprecated
current_per_pagein favor oflimit_value
Enhancements:
- Added
#url_to_next_pageand#url_to_prev_pagehelper methods: 38e95a2 - Extracted url helper methods and packed them in
Kaminari::Helpers::UrlHelper: ff38bee - Improved performance of
total_countfor grouped queries by explicitly giving SQLselectclause [#979] [@MmKolodziej] - Added
LIMITtototal_countquery whenmax_pagespresents [#981] [@rymai]
Bug Fixes:
- Fixed a bug where the
kaminari-mongoidgem was not loaded properly: kaminari/kaminari-mongoid#9 [@DenniJensen] - Fixed a bug where the
#total_countmethod incorrectly calculates the total count: [#932] [@tumayun] - Fixed a bug where
empty?breaks subsequentlast_page?in without_count mode [#1009] [@montdidier] - Fixed kwargs warnings on Ruby 2.7 [#1010] [@connorshea]