Git Product home page Git Product logo

Comments (3)

dorianmarie avatar dorianmarie commented on June 23, 2024

The plan is to have a new configuration that will be on by default in the next version of rails that adds dependent: false to has_many_attached in ActionText::RichText. This will prevent the blob from being destroyed and purge_later from being call (and thus the file from being deleted)

from rails.

dorianmarie avatar dorianmarie commented on June 23, 2024

Looks like my issue is fixed on main, it correctly detects occurrences of files

>> message.update!(content: message.content.body.fragment.to_s)
=> true
>> perform_enqueued_jobs
=> 0
>> message.content.body.attachables
=> 
[#<ActiveStorage::Blob:0x00000001658302a0
  id: 1,
  key: "s0pderjy0ixz81nsprljp12bukp4",
  filename: "racecar.jpg",
  content_type: "image/jpeg",
  metadata: {"identified"=>true, "width"=>4104, "height"=>2736, "analyzed"=>true},
  service_name: "test",
  byte_size: 1124062,
  checksum: "7GjDDNEQb4mzMzsW+MS0JQ==",
  created_at: Fri, 12 Jan 2024 13:08:06.395296000 UTC +00:00>]

from rails.

dorianmarie avatar dorianmarie commented on June 23, 2024

Anyway, I'm still going to patch like:

module ActionText
  class RichText < Record
    has_many_attached :embeds, dependent: false
  end
end

from rails.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.