Description In Rails 7.1+, accessing `schema_format` via `ActiveRecord::Base` is no longer supported, causing a method error. The correct approach is to use `ActiveRecord.schema_format`, which aligns with the public API. This issue occurs locally because the environment uses newer versions of Ruby and Rails than others. Fixes: https://github.com/chatwoot/chatwoot/issues/11594 Co-authored-by: Sojan Jose <sojan@pepalo.com> |
||
|---|---|---|
| .. | ||
| .keep | ||
| asset_clean.rake | ||
| auto_annotate_models.rake | ||
| build.rake | ||
| db_enhancements.rake | ||
| generate_test_data.rake | ||
| instance_id.rake | ||
| ip_lookup.rake | ||
| sidekiq_tasks.rake | ||
| swagger.rake | ||