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

Fix Rails 6.0 load_server incompatibility #2399

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

nickcharlton
Copy link
Member

Back when we upgraded Rails, we added this as it's now standard. But we still support 6.0 which doesn't have this.

This was noticed when running bundle exec appraisal rails60 rails rspec locally where the tests all fail for this version of Rails. Running rails s hinted that this might be the problem and not calling it means the tests now run.

#1841

Back when we upgraded Rails, we added this as it's now standard. But we
still support 6.0 which doesn't have this.

This was noticed when running `bundle exec appraisal rails60 rails rspec`
locally where the tests all fail for this version of Rails. Running
`rails s` hinted that this might be the problem and not calling it means
the tests now run.

#1841
@nickcharlton nickcharlton merged commit 74d511d into main Jul 14, 2023
@nickcharlton nickcharlton deleted the nc-fix-rails-6-load-server-incompatibility branch July 14, 2023 16:01
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.

2 participants