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

Update to rails 7 #171

Merged
merged 7 commits into from
Mar 14, 2024
Merged

Update to rails 7 #171

merged 7 commits into from
Mar 14, 2024

Conversation

rnestler
Copy link
Contributor

No description provided.

# Eager loading loads your whole application. When running a single test locally,
# this probably isn't necessary. It's a good idea to do in a continuous integration
# system, or in some way before deploying your code.
config.eager_load = ENV['CI'].present?
Copy link
Contributor Author

@rnestler rnestler Mar 14, 2024

Choose a reason for hiding this comment

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

It seems spring and eager loading lead to code coverage being broken... See simplecov-ruby/simplecov#381

It's not worth the trouble for saving a second of boot time.
@rnestler rnestler force-pushed the update-to-rails-7 branch from e93f2d3 to ea5fdba Compare March 14, 2024 17:52
@rnestler rnestler mentioned this pull request Mar 14, 2024
3 tasks
@rnestler rnestler self-assigned this Mar 14, 2024
@rnestler rnestler merged commit a0de8ba into master Mar 14, 2024
1 check passed
@rnestler rnestler deleted the update-to-rails-7 branch March 14, 2024 18:14
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.

1 participant