rails_select_on_includes 0.4.11 → 0.4.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/rails_select_on_includes.rb +2 -0
- data/lib/rails_select_on_includes/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 37eb178e85b211db899f8fe04370ba20c23acdec
|
4
|
+
data.tar.gz: 554f55e820e660f39f6e5ed9c3f265bd4475d54d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4be073c1decfabe90d26d6333e0b7e4fb07b20eb57116256e75bd6af74981f2f2244fa4ed113346c0bb1ed7ae1a745b54f7fe71c2353ee393ba660cf7e12bb81
|
7
|
+
data.tar.gz: 02bb83258ee385cd0e80c82fbe88aa1456212660d232b1f4f7d3f6d9a65df344cd8bc5905990a8835bfe7ca1b45f3af65ac20db425d01c9ac4eaf0fbc715947e
|
data/CHANGELOG.md
ADDED
@@ -40,6 +40,8 @@ require 'active_support/core_ext/string/filters'
|
|
40
40
|
end
|
41
41
|
when Arel::Nodes::As
|
42
42
|
add_virtual_attribute(sv.right)
|
43
|
+
when Arel::Nodes::TableAlias
|
44
|
+
add_virtual_attribute(sv.right)
|
43
45
|
when Arel::Nodes::Function
|
44
46
|
add_virtual_attribute(sv.alias) if sv.alias.present?
|
45
47
|
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.4.
|
4
|
+
version: 0.4.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- alekseyl
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-04-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -61,6 +61,7 @@ extensions: []
|
|
61
61
|
extra_rdoc_files: []
|
62
62
|
files:
|
63
63
|
- ".gitignore"
|
64
|
+
- CHANGELOG.md
|
64
65
|
- Gemfile
|
65
66
|
- LICENSE.txt
|
66
67
|
- README.md
|