Filter
Exclude
Time range
-
Near
そういえばRailsのActiveStorageのAzure Blob Storageの対応状況ってどうなってたっけ。依存してるgemがAzure Blob StorageのAPIの過去のバージョン以降対応してなかったような記憶がある。
80
Générer des og:image dynamiques dans Rails 8 sans API tierce : une vue HTML 1200×630, Ferrum pour le screenshot, ActiveStorage pour stocker, Solid Queue pour ne pas bloquer. norvilis.com/rails-8-how-to-…
7
1,034
⚡ ActiveStorage Disk Service Path Traversal via Custom Blob Key Injection 👨🏻‍💻 ksw9722 ➟ Ruby on Rails 🟧 Medium 💰 None 🔗 hackerone.com/reports/358051… #bugbounty #bugbountytips #cybersecurity #infosec
5
250
Teaching Rails to beginners, "brew install vips" is where a lot of them give up. So I wrote pura-image — pure Ruby image processing, drops into Active Storage with a one-line config. No system libs, no C compiler. It's not faster than libvips. It's just there. dev.to/komagata/active-stora… #ruby #rails #activestorage
1
4
656
yep miroring, but dobt forger to update the provider (or how it's called) column in ActiveStorage::Base table once you ready to disable the old provider
1
3
259
Railsの練習帳、900♥️いただきました!励みになります。ありがとうございます! 地道に最近もActibeJobとActiveStorageについて加筆したりしていますので、よかったら読んでみてください。 zenn.dev/igaiga/books/rails-…
4
26
878
I think I’m filing ActiveStorage under The Good Parts of Rails. Haven’t dove into the source yet, but it really does a great job associating objects with records.
2
13
1,641
Most people debug with Claude Code like this: "Fix this error." Claude fixes the symptom. The bug comes back 2 days later in a different form. Here's what I do instead — borrowed from Toyota's production line, adapted for AI coding: The 5 Whys Skill. Rule 1: Tolerate a failure only once. First time it breaks, fine. Second time, stop everything. Rule 2: Don't ask Claude to fix it. Ask Claude to run 5 Whys. i. Why did the page crash? → signed_id was called on an ActiveStorage blob that didn't exist in the database yet. ii. Why was the blob unpersisted? → Validation failed on create, but the attachment was already in memory. iii. Why did the form render it? → The template calls image_tag on any attached blob without checking if it's persisted. iv. Why didn't this surface earlier? → The edit form always has persisted blobs. This only fires on create validation failure. v. Why wasn't that path tested? → We tested the happy path (valid create) and edit. Never tested "create with attachment bad input." Now you have 5 fixes, not 1. Each is at a different level of the system. Rule 3: Implement proportional fixes at EVERY level. Not just the deepest root cause. The shallow fix prevents the immediate recurrence. The deep fix prevents the entire class of bugs. Claude Code is the best pair programmer I've ever had. But only if you stop treating it like autocomplete and start treating it like a systems thinker. What's your best Claude Code workflow hack?
2
1
9
581
RubyLLM 1.14.1 is out. I've removed ~400 lines of legacy capabilities code. Now we only augment modes.dev's capabilities and pricing when it doesn't have them, i.e. on old models. This means more accurate capabilities and pricing moving forward. There's also a contributed fix for ActiveStorage. github.com/crmne/ruby_llm/re…

1
25
1,238
RubySec ➜ CVE-2026-33658 (activestorage): Rails Active Storage has a possible DoS vulnerability in proxy mode via multi-range requests rubysec.com/advisories/CVE-2…

2
93
I watched Opus 4.6 Thinking do some of the dumbest things this week. The worst was a problem I was working through with ActiveStorage and it re-invented half the framework, pretending like it discovered something new. Is the Dunning-Kruger effect a thing with models?
Mar 14
I just watched Opus 4.6 pretend to modify the codebase for 5 minutes to implement a new thing, literally said it was done with 0 edits What the hell did Anthropic do to opus
1
1
9
1,696
Day122:3/2(水) Today:1.7h(Total:404.2h) Day123:3/3木) Today:4.3h(Total:408.5h) ■ 学習内容 各一覧画面の作成 論理削除 Activestorageのアイコン実装 資格勉強の分も学習時間に入れていいとのことで先週から記録したけど、今までの分が含まれてないから中途半端な学習記録になってるな、。
2
30
Also messed up ActiveStorage configuration for prod. Claude fixed it in a single shot. Kimi: "It's so over" Claude: "We're so back"
It messed up a Rails migration. Twice. No data loss but confidence is going down.
1
3
407
📝 A walkthrough of building a GitHub-style Markdown editor in Ruby on Rails with Turbo Streams previews, Stimulus UI toggling, and image uploads via ActiveStorage. #Rails blog.appsignal.com/2025/12/1…
15
662
Replying to @Tantp261
ImageMagickもActiveStorageもルールが決まってるので、設計はあまり意識しなくても大丈夫かとー
1
4
314
16 Dec 2025
How do you handle image uploads in 2025? ActiveStorage, Shrine, or CarrierWave?
9
12
2,797