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

Bump Rails from 7.1.5.2 to 7.2.2.1 #206

Merged
merged 4 commits into from
Feb 10, 2025
Merged

Conversation

nicolastemciuc
Copy link
Member

Summary

  • Bump Rails to 7.2
  • Run rails app:update
  • Enable Rails 7.2 defaults

@santiagorodriguez96
Copy link
Contributor

YJIT is enabled by default for Rails 7.2 applications running on Ruby 3.3+ – here are the lines in new_framework_defaults_7_2.rb that turn it on when uncommented:

https://github.com/rails/rails/blob/v7.2.2/railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_7_2.rb.tt#L67-L70

Would you mind disabling it since we run this application in a memory-constrained server?

We are using a memory-constrained server
@nicolastemciuc
Copy link
Member Author

@santiagorodriguez96

Good catch! Done in 01aa0ff! Thank you!

Copy link
Contributor

@santiagorodriguez96 santiagorodriguez96 left a comment

Choose a reason for hiding this comment

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

Great job! thank you ❤️

@nicolastemciuc nicolastemciuc merged commit 21016da into master Feb 10, 2025
1 check passed
@nicolastemciuc nicolastemciuc deleted the nt--bump-rails-to-7-2 branch February 10, 2025 12:54
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