kaminari-cells icon indicating copy to clipboard operation
kaminari-cells copied to clipboard

Kaminari pagination in Cells.

Results 4 kaminari-cells issues
Sort by recently updated
recently updated
newest added

hello! Looks like a vulnerability was found in Kaminari and then patched in 1.2.1. (https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/ruby-security-ann/1wDvZ6Aaoo8/sBL9aWtLAQAJ) Would it be possible to update the dependency? Thank you!

I was having problems with translations in a cell after adding Kaminari to it. I found that `ActionView::Helpers::TranslationHelper` was taking precedence over my `Trailblazer::Translations`. I tracked this down to [kaminari-cells.rb](https://github.com/apotonick/kaminari-cells/blob/master/lib/kaminari-cells.rb#L11)....

The `` write escaped HTML to the view ``` ActiveSupport::SafeBuffer p # => " \n \n <span class="prev">\n p.html_safe? # => false %> ``` Rails 5 Cells 4.1 cells-rails 0.0.4...

I found in the default kaminari view(_paginator.html.slim), the method paginator.render return nothing. I am not sure what is the right way to generate the view. cells: 4.0.3 kaminari: 0.16.3