pagination icon indicating copy to clipboard operation
pagination copied to clipboard

Trying to make the pagination world a better place

Results 3 pagination issues
Sort by recently updated
recently updated
newest added

Hello, I'm using Sinatra and Ohm and have the following problem My Model: ``` ruby module Dscd class Process < Ohm::Model include Ohm::DataTypes include Ohm::Timestamps attribute :name attribute :enable, Type::Boolean...

I see that your code is streamlined for: Sinatra Ohm HAML Any plans on SLIM Documentation/Support?

Hello, I'm using Pagination with my own custom ActiveRecordAdapter and also creating one for ThinkingSphinx. The problem is that every time I need to switch adapters need to first set...