upnxt_ransack 1.6.6.patch1 → 1.6.6.patch2
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 +4 -4
- data/config/initializers/ransack.rb +0 -1
- data/lib/upnxt_ransack/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 564fe9e5a287b363ceb5bb70e13b1121de478b76
|
|
4
|
+
data.tar.gz: badd1a2da1fd9e81c0cf1732bb8d8408d437591a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 594d1f561370a6ed95c26772bce309fc417272f3dcbb139d2e4bbc9f60571c77de112897e4f1a4e7c4870e448eb994f9208234551c67a79ea136f067d3fc2e85
|
|
7
|
+
data.tar.gz: bccb98e28a67b92cf397ebb533ba456dcfaea382f9f28574c6cccc552931d835138f405d6804e668cb8f39cdc9523019d9bfce7151c37c89048dd5ae8de4365c
|
|
@@ -27,7 +27,6 @@ module Ransack
|
|
|
27
27
|
private
|
|
28
28
|
def convert_to_associations_tree(klass, str)
|
|
29
29
|
#sort backwards to favor longer names
|
|
30
|
-
byebug unless klass
|
|
31
30
|
Hash[klass.reflections.sort { |a, b| b<=>a }].each do |name, reflection|
|
|
32
31
|
if str.start_with? name.to_s
|
|
33
32
|
next_source = reflection.options[:class] || reflection.class_name.constantize
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: upnxt_ransack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.6.
|
|
4
|
+
version: 1.6.6.patch2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- bert bruynooghe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-07-
|
|
11
|
+
date: 2015-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ransack
|