rails_select_on_includes 0.5.3 → 0.5.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rails_select_on_includes.rb +1 -1
- data/lib/rails_select_on_includes/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: dd168b938b107e45a0a6458f6182a49e19f35a41
|
4
|
+
data.tar.gz: d195767090589cb6dc6662c1c62abb78d2858000
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7663c9f4e186cdf785f4d017d8f3d8d9a344d28a63eab13c613eb629b45b233a603c743714b8b39c0f4609536bfa8f81546f0d55b2efe2827469f846aa2e3ae
|
7
|
+
data.tar.gz: c7afd745e5f6e68cc83ec9c014ddfa3dfabea721f1b4f7089046b0a166a1f31e0a4bd45575647397d503175ef47ebfc7707d122ecf226d045af759df424f7767
|
@@ -56,7 +56,7 @@ require 'active_support/core_ext/string/filters'
|
|
56
56
|
end
|
57
57
|
end
|
58
58
|
|
59
|
-
::ActiveRecord::Associations::JoinDependency::
|
59
|
+
::ActiveRecord::Associations::JoinDependency::JoinBase.class_eval do
|
60
60
|
def instantiate(row, aliases, column_types = {}, &block)
|
61
61
|
base_klass.instantiate(extract_record(row, aliases), column_types, &block)
|
62
62
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_select_on_includes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- alekseyl
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-02-
|
11
|
+
date: 2017-02-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|