thoughtbot/factory_bot

Refactor internal references to ignored (attributes) to transient attributes

Open

#1,825 opened on Jul 15, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Ruby (2,563 forks)batch import
good first issue

Repository metrics

Stars
 (8,166 stars)
PR merge metrics
 (Avg merge 10h 15m) (1 merged PR in 30d)

Description

I've recently realized there are old internal variables and method names that reference ignored which was the historical syntax for setting up transient attributes. It'd be nice to change the language internally to match the external syntax

Contributor guide