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

Delegated referrer could be nil #38

Merged
merged 1 commit into from
Nov 28, 2024
Merged

Conversation

avinashjoshi
Copy link
Contributor

Pull Request

Summary:
Fix error when accessing user.referrer for users who signed up without a referral code.

Description:
Currently, an ActiveSupport::DelegationError is raised when trying to access the referrer for a user without a referral:

ActiveSupport::DelegationError: referrer delegated to referral, but referral is nil

Steps to Reproduce:

app(dev)> u = User.first
app(dev)> u.referrer
# Raises ActiveSupport::DelegationError

Checklist:

  • Code follows the project's coding standards
  • Tests have been added or updated to cover the changes
  • Documentation has been updated (if applicable)
  • All existing tests pass
  • Conforms to the contributing guidelines

@excid3 excid3 merged commit 4234804 into excid3:main Nov 28, 2024
@excid3
Copy link
Owner

excid3 commented Nov 28, 2024

Thanks @avinashjoshi 👍

@JamesChevalier
Copy link
Contributor

JamesChevalier commented Jan 6, 2025

Hi @excid3 it looks like this was merged after the latest release (1.0.1 on November 12, 2024), and I'm running into the issue.
I figured I'd mention it, in case this slipped your mind over the holidays.

In the meantime, I can work around the issue by pointing my Gemfile to the main branch here. 👍

Edit: v1.0.2 was just released to prevent self-referrals & also includes this fix 🙌

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.

3 participants