Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't check #present? of ActiveRecord objects because it's always true #341

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robotdana
Copy link
Contributor

@robotdana robotdana commented Feb 4, 2019

(or the variable is assigned nil and it's always false)

While the rails maintainers decide whether it's a good idea
rails/rails#35059

I found this because out of curiosity I ran our test suite with
ApplicationRecord#present? raising in our projects

(or the variable is assigned nil and it's always false)

While the rails maintainers argue about whether it's a good idea
rails/rails#35059

I found this because out of curiosity I ran our test suite with
ApplicationRecord#present? raising in our projects
@kbrock
Copy link
Contributor

kbrock commented Sep 13, 2019

it may also make sense to just look at the parent id

not sure if we're going to make that lookup right afterwards anyway, but it is a thought

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants