issues
search
khiav223577
/
deep_pluck
Allow you to pluck attributes from nested associations without loading a bunch of records.
MIT License
460
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support Ruby 3.2 and Rails 7.2
#66
khiav223577
closed
2 months ago
0
Rails 7.2 support: `undefined method "to_sym" for nil`
#65
yosiat
closed
2 months ago
2
Support Rails 7.1
#64
khiav223577
closed
10 months ago
0
Deal with the parameter handling which was changed in Rails 7.0.6
#63
khiav223577
closed
10 months ago
0
Support for rails 7.0.8
#62
oztofer
closed
10 months ago
1
Skip the step of publishing code coverage for the PR from forked repos
#61
khiav223577
closed
1 year ago
0
Eager load support
#60
sys0pp
opened
1 year ago
1
Fix: missing data caused by wrong association definition in test cases
#59
khiav223577
closed
1 year ago
0
add frozen_string_literal
#58
khiav223577
closed
1 year ago
0
Always show the association key even if there is no data
#57
khiav223577
closed
1 year ago
0
Fix: deep_pluck at has_many association with primary_key options will fail
#56
khiav223577
closed
1 year ago
0
Drop the support of ruby 2.2
#55
khiav223577
closed
1 year ago
0
Refactor: use gem to setup autoload paths in tests
#54
khiav223577
closed
2 years ago
0
Support Rails 7.0
#53
khiav223577
closed
2 years ago
0
Support Ruby 3.1
#52
khiav223577
closed
2 years ago
0
Support Ruby 3.0
#51
khiav223577
closed
3 years ago
0
Support `globalize` gem
#50
khiav223577
closed
3 years ago
0
does'nt load translations
#49
blazetango
closed
3 years ago
2
Fix: joins incorrect table when doing inverse lookup for HABTM associations with custom name
#48
khiav223577
closed
3 years ago
0
HABTM STI parent and child referencing the same table
#47
TaylorMerritt
closed
3 years ago
1
Cannot deep_pluck HABTM association with different name not working when doing inverse lookup.
#46
TaylorMerritt
closed
3 years ago
3
Do not publish code coverage for PRs from forks
#45
moon-moon-husky
closed
3 years ago
1
Issue with STI and polymorphism
#44
TaylorMerritt
closed
3 years ago
2
Fix has_and_belongs_to_many issues when it does not specify "through" table
#43
khiav223577
closed
3 years ago
0
Migrating from Travis CI to GitHub Actions
#42
khiav223577
closed
3 years ago
0
has_and_belongs_to_many issue
#41
TaylorMerritt
closed
3 years ago
5
Exclude tests from coverage
#40
klausbadelt
closed
3 years ago
1
Compatibility with Rails 6.1.1
#39
klausbadelt
closed
3 years ago
3
Rails 6.1 `map!` deprecation warning
#38
klausbadelt
closed
3 years ago
1
Could this be used with GraphQL?
#37
vfonic
opened
4 years ago
5
A workaround to fix mismatched association named
#36
khiav223577
closed
4 years ago
0
Support Ruby 2.7
#35
khiav223577
closed
4 years ago
0
Support for plucking directly on a has_one through association
#34
khiav223577
closed
4 years ago
0
Don't add association name as key to returned json
#33
byt3pool
closed
4 years ago
9
Remove unneeded `PreloadedModel`
#32
khiav223577
closed
5 years ago
0
Support Rails 6.0
#31
khiav223577
closed
5 years ago
0
Lock sqlite3 version to 1.3.x
#30
khiav223577
closed
5 years ago
0
Strange results when a model joins multiple tables
#29
MasashiYokota
closed
5 years ago
14
Fix: broken test cases after bundler 2.0 was released
#28
khiav223577
closed
5 years ago
0
Remove deprecated codeclimate-test-reporter gem and update travis config
#27
khiav223577
closed
6 years ago
0
Fix: `id` may disappear when plucking at model instance
#26
khiav223577
closed
6 years ago
0
Refactor - move models definition to separate files
#25
khiav223577
closed
6 years ago
0
test Rails 5.2
#24
khiav223577
closed
6 years ago
0
It should test both 5.0.x and 5.1.x
#23
khiav223577
closed
6 years ago
0
#deep_pluck at active model without plucking deeply will cause ArgumentError
#22
khiav223577
closed
6 years ago
0
Support for Mongoid
#21
berniechiu
closed
1 year ago
4
[ENHANCE] Eliminate Extra Select Loop in Hash Lookup
#20
berniechiu
closed
6 years ago
1
Support deep_pluck at active model
#19
khiav223577
closed
6 years ago
0
Add rubocop and Improve code quality
#18
khiav223577
closed
6 years ago
0
need only one record support
#17
kakas
closed
6 years ago
1
Next