File: NAME.md

package info (click to toggle)
ruby-factory-bot 6.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,372 kB
  • sloc: ruby: 7,827; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 777 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Project Naming History

## Factory Girl

This library was [initially released](https://robots.thoughtbot.com/waiting-for-a-factory-girl)
in 2008 with the name "Factory Girl".

We chose the name as a nod in the direction of the [Factory method](https://en.wikipedia.org/wiki/Factory_method_pattern)
and [Object Mother](http://martinfowler.com/bliki/ObjectMother.html) software
patterns from the _Design Patterns_ book, and as a reference to the
[Rolling Stones song](https://www.youtube.com/watch?v=4jKix2DFlnA) of the same
name.

## Factory Bot

The name "Factory Girl" was confusing to some developers who encountered this
library, and offensive or problematic to others. In October 2017 we [renamed the library](https://robots.thoughtbot.com/factory_bot)
to "Factory Bot".