1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00
kaminari--kaminari/lib/kaminari/models
Akira Matsuda 69e44c6f15 Merge pull request #369 from aew/master
Fix total_count to work for Rails 4 (Ruby 2)
2013-06-18 05:10:33 -07:00
..
active_record_extension.rb fixes #165 avoid overwriting AR::Base inherited method 2011-12-12 07:24:26 +09:00
active_record_model_extension.rb refs #57, #162 let the pagination method name (defaulted to page) configurable 2011-12-17 16:33:06 +09:00
active_record_relation_methods.rb check for Hash in addition to OrderedHash, which seems to break in Rails 4, for total_count 2013-03-18 14:12:20 -04:00
array_extension.rb prefer extend over class << self; include; end 2012-10-15 22:17:53 +09:00
configuration_methods.rb Reduce Ruby ⚠️s 2013-04-23 22:43:05 +09:00
data_mapper_collection_methods.rb refactor page_entries_info not to use buggy current_page_count method 2012-05-15 22:19:24 +09:00
data_mapper_extension.rb refs #57, #162 let the pagination method name (defaulted to page) configurable 2011-12-17 16:33:06 +09:00
mongo_mapper_extension.rb refs #57, #162 let the pagination method name (defaulted to page) configurable 2011-12-17 16:33:06 +09:00
mongoid_criteria_methods.rb refactor page_entries_info not to use buggy current_page_count method 2012-05-15 22:19:24 +09:00
mongoid_extension.rb refs #57, #162 let the pagination method name (defaulted to page) configurable 2011-12-17 16:33:06 +09:00
page_scope_methods.rb Add next_page and prev_page methods 2013-06-17 17:50:11 +09:00
plucky_criteria_methods.rb include ConfigurationMethods in PluckyCriteriaMethods 2012-09-03 01:59:50 +09:00