hobo_will_paginate 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/lib/will_paginate/active_record.rb +1 -1
- data/lib/will_paginate/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YzQ2ZjhlMTFiZmE4Yzg3ZWE3NGZlNmVlODczNzM0YzE5NThhZTgxZA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ODBhY2FlMjVmODcwNDVlODYwMDg0MzgzNWExNzZhZDYyYTc1MjRjMA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YTAyNmUxOGE0ZTQ0Zjc0MTZkMThkYzQzMmU3NDZmOGU5ZGFiNDc2YmRmODFi
|
10
|
+
YjJjNDRhZjA5OGJhYTVhYTczZjcyMTE4MTBhMGRiMzRmNzU3OTkwYWIwN2Mx
|
11
|
+
Zjg1M2I4MTUzNmRkZDllYTAxODQwNWZjZTFhNTJhYjk5MmVjMTU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZGZjNWM5NWE1YWM2ZTdiNWQxZjUwZDdiZGQ1ZGE2ODMzNmFhMWU3OTE5MGI3
|
14
|
+
MzM4MTEzNzNkNDdlNGU0Njc1NTU1ZTE2MTQ3MDc5MmY2NWI2YTM1ZTdmZGU1
|
15
|
+
NTdlMDk0NzIwZDQ5M2M2ZGRiNDJlNTgxZDM2ODNhNGJmMGIyNjg=
|
@@ -64,7 +64,7 @@ module WillPaginate
|
|
64
64
|
excluded << :includes unless eager_loading?
|
65
65
|
rel = self.except(*excluded)
|
66
66
|
# TODO: hack. decide whether to keep
|
67
|
-
rel = rel.apply_finder_options(@wp_count_options) if defined? @wp_count_options
|
67
|
+
#rel = rel.apply_finder_options(@wp_count_options) if defined? @wp_count_options
|
68
68
|
rel.count
|
69
69
|
else
|
70
70
|
super
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hobo_will_paginate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mislav Marohnić
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-12-
|
11
|
+
date: 2013-12-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: will_paginate provides a simple API for performing paginated queries
|
14
14
|
with Active Record, DataMapper and Sequel, and includes helpers for rendering pagination
|