Kaminari Versions Save

⚡ A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Ruby webapps

v0.16.3

7 years ago
  • Fixed a "stack level too deep" bug in mongoid [#642, @bartes]
  • Fixed a bug that Kaminari possibly crashes when combined with other gems that define inherited method on model classes, such as aasm. [#651, @zeitnot]

v0.17.0

7 years ago
  • Rails 5 ready!
  • Mongoid 5.0 support
  • Deprecated Kaminari::PageScopeMethods#num_pages in favor of #total_pages
  • Deprecated :num_pages option for paginate in favor of :total_pages
  • Fixed mangled params in pagination links on Rails 5 [#766, @audionerd]
  • Fixed a bug where the range of the records displayed on the last page doesn't match [#718, @danzanzini]

v0.16.2

9 years ago
  • Fixed a bug where cloned Relations remember previous relations' @total_count value [#565, @inkstak]
  • Fixed a bug where paginate_array() with total_count option returns whole array for every page [#516, @abhichvn]
  • Fixed a bug where :num_pages option was backwards-incompatible [#605, @klebershimabuku]
  • Fixed a bug where themed views generator attempts to overwrite README.md [#623, @swrobel]
  • Fixed a bug where ruby raises a NameError when theme was not found [#622, @maxprokopiev]
  • Fixed a bug where paginates_per does not work with subclasses on mongoid [#634, @kouyaf77]
  • Show an error message if a proper template was not found for the generator theme [#600, meltedice]

v0.16.1

9 years ago
  • Fix a bug where :theme option for #paginate method doesn't work properly #566 [@commstratdev]

v0.16.0

9 years ago
  • Add support for mongoid max_scan option #500 [@aptx4869]
  • Add link_to_previous_page helper for Sinatra #504 [@ikeay]
  • Add :views_prefix option to #paginate for alternative views directory #552 [@apotonick]
  • Simplify page_entries_info by adding entry_name interface to each ORM
  • Refer ActiveRecord::Base from top level namespace for more safety when inherited class's namespace has 'ActiveRecord' constant #522 [@yuroyoro]
  • Fix a bug where runtime persistence not taken into account with mongoid/kaminari #326 [@nubeod]
  • Fix a bug where helper methods were not available from inside paginator.render do ... end block #239 [@damien-roche]
  • Fix a bug where theme generator didn't work on Rails 4.1 #526 [@jimryan]
  • Fix a bug that paginatable arrays with total_count option always returns whole array #516 [@abhichvn]

v0.15.1

10 years ago
  • page_method_name option was not working in 0.15.0 #481 [mauriciopasquier]
  • Use the mongoid criteria #length method to cache the count of the collection per criteria #484 [camallen]
  • Don't inherit host, port, and protocol from the given params

v0.1.0

10 years ago
  • First release

v0.2.0

10 years ago
  • default PER_PAGE to 25 [hsbt]

v0.3.0

10 years ago
  • suppress logging when rendering each partial

v0.4.0

10 years ago
  • partialize the outer div