-
Notifications
You must be signed in to change notification settings - Fork 0
Fix Rails 8.1.1 compatibility for unit tests #363
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
Conversation
- Updated Ruby version from 3.2.0 to 3.2.3 in Gemfile - Upgraded sqlite3 from ~> 1.7 to >= 2.1 (required by Rails 8.1.1) - Fixed serialize syntax in User model for Rails 8 compatibility - Fixed enum syntax in Post model for Rails 8 compatibility - Added monkey patch in boot.rb to prevent FrozenError with autoload_paths - Updated application.rb with Rails 8 compatibility settings All 97 tests now passing successfully. Co-authored-by: tuanle03 <66480375+tuanle03@users.noreply.github.com>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot still failed test
|
The CI environment uses Ruby 3.2.0, not 3.2.3. Reverting to match CI configuration. Co-authored-by: tuanle03 <66480375+tuanle03@users.noreply.github.com>
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.