-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
Summary
Rails 7 changed how custom attribute types are registered. Workarea uses Mongoid (not ActiveRecord), but may have AR compatibility shims or test helpers affected.
Approach
- Search codebase for
ActiveRecord::Type.register - Search for custom attribute type classes
- Check test/dummy apps for AR usage
- Update to Rails 7 attribute type API if needed
Objective
Ensure any ActiveRecord usage (test helpers, compatibility layers) works with Rails 7.
Client Impact
None expected (Workarea uses Mongoid). This is defensive.
Acceptance Criteria
- Grep finds all
ActiveRecord::Typeusage - No deprecated attribute type registration found
- Test dummy apps boot clean on Rails 7
Verification Plan
Run test dummy apps under Rails 7.0 and 7.1.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels