Sri Vishnu Totakura
Sri Vishnu Totakura
The attachments in ActionText::RichText rely on `attachable_gid`. The [ActionText::Attachable#attachable_sgid](https://github.com/rails/rails/blob/v7.0.8.1/actiontext/lib/action_text/attachable.rb#L42) value on objects returns different values based for version 1.1.0 and 1.2.0 Example: on v1.1.0 ``` pry(main)> SignedGlobalID.create(OpenStruct.new(id: 1), { for:...
Whenever `rake assets:clean` is run, the assets in `public/assets` with `.digest` in their name are not cleaned at all. This causes assets to accumulate on production and drastic increase in...