-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Allow Rails 7.2 #5843
Allow Rails 7.2 #5843
Commits on Oct 31, 2024
-
We need at least v3.7 of awesome_nested_set for Rails 7.2 support
Configuration menu - View commit details
-
Copy full SHA for 83f76a4 - Browse repository at this point
Copy the full SHA 83f76a4View commit details -
Fix pending migration check for Rails 7.2
Rails 7.2 removed migration_context from ActiveRecord::Base.connection
Configuration menu - View commit details
-
Copy full SHA for 36db12a - Browse repository at this point
Copy the full SHA 36db12aView commit details -
Mark Dummy App's ApplicationRecord as abstract class
Without that ActiveRecord 7.2 expects a DB table for it.
Configuration menu - View commit details
-
Copy full SHA for 977ac53 - Browse repository at this point
Copy the full SHA 977ac53View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6e3a0a - Browse repository at this point
Copy the full SHA a6e3a0aView commit details -
Use rails-7.2 branch of solidus_starter_frontend
This installs the master branch of canonical-rails. Necessary for Rails 7.2 compatibility.
Configuration menu - View commit details
-
Copy full SHA for bf1de64 - Browse repository at this point
Copy the full SHA bf1de64View commit details -
CI: Bump solidus-installer cache key
We updated to Rails 7.2 and need to update the cache version.
Configuration menu - View commit details
-
Copy full SHA for aab4eea - Browse repository at this point
Copy the full SHA aab4eeaView commit details -
Use positional arguments for defining enums
Rails 8.0 removes the option to remove keyword arguments for defingin enums.
Configuration menu - View commit details
-
Copy full SHA for f761108 - Browse repository at this point
Copy the full SHA f761108View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4c03f2 - Browse repository at this point
Copy the full SHA b4c03f2View commit details -
Test: Give "Receive" button more time to render
This is a flaky test, so give Capybara it bit more time to find the button.
Configuration menu - View commit details
-
Copy full SHA for e0b78d0 - Browse repository at this point
Copy the full SHA e0b78d0View commit details