https://github.com/aergonaut/join_conflict_example
https://github.com/aergonaut/join_conflict_example
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aergonaut/join_conflict_example
- Owner: aergonaut
- Created: 2016-11-06T22:48:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-06T22:51:25.000Z (over 8 years ago)
- Last Synced: 2025-02-09T19:29:47.175Z (3 months ago)
- Language: Ruby
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ambiguous Column Name when mixing `joins` and `left_outer_joins`
This app demonstrates a bug in ActiveRecord that arises from mixing `join` and
`left_outer_joins` on the same association.To observe the error run `rails test` and/or see [`test/models/post_test.rb`](test/models/post_test.rb).