python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Rails Active Storage: Remove a picture and upload a new one
I am using Rails 6.1 and Active Storage and have a model movies that has a poster attached.
Everything works fine but I cannot seem to attach a new poster after I have deleted an old one - I get
Froze...

tkhobbes
Votes: 0
Answers: 1
ActiveStorage Analyzer job latency too high
I use ActiveJob, backed by Sidekiq. In the sidekiq web UI, I could see a large number of jobs enqueued to the active_storage_analysis queue, but the latency is very high and I don't see these jobs bei...
user3579726
Votes: 0
Answers: 1
activestorage image_tag shows missing image in webkit
Thought I would start here before going to the rails team. After uploading an attachment and redirecting back to the page to see it, or navigating to the page normally to see it, it briefly displays t...
Chris A.
Votes: 0
Answers: 1
What does this rails task ‘rails active_storage:update’ do?
Since rails 6, it seems we can update active_record configuration with this command rails active_storage:update.
Does anyone can explain what this task do exactly and why it has been introduced ?
Moussa
Votes: 0
Answers: 0