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

add a code reload interceptor for rails #194

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Conversation

ximus
Copy link
Contributor

@ximus ximus commented Dec 9, 2023

Currently only controller code gets reloaded when using rails.

Code reload has worked well for me using this patch. Both controllers and other rails code get reloaded well.

@splittingred
Copy link
Member

Hi @ximus - this generally looks good, as .reloader has been in Rails since 6.0, so I think we're OK to support it here.

Can you rebase from latest? Also, I think you're hitting this issue regarding CircleCI: https://support.circleci.com/hc/en-us/articles/12504745606171-Why-am-I-seeing-the-Could-not-find-a-usable-config-yml-you-may-have-revoked-the-CircleCI-OAuth-app-message

@ximus
Copy link
Contributor Author

ximus commented Feb 20, 2024

@splittingred rebased

looks like I was able to fix the circleci thing, thanks for the link.

lmk if you want to deal with the code climate issue and refactor reset here.

Copy link
Member

@splittingred splittingred left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we're fine with the CC thing, it's subjective. Thanks for doing this. 👍

@splittingred splittingred merged commit e3d20d9 into bigcommerce:main Feb 20, 2024
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants