mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Add section to README about project naming history
This commit is contained in:
parent
ec491192e5
commit
903d4325fe
2 changed files with 13 additions and 0 deletions
11
NAME.md
Normal file
11
NAME.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Why is this project called "Factory Girl"?
|
||||
|
||||
The name "Factory Girl" might be confusing to some developers who encounter this
|
||||
library.
|
||||
|
||||
[We chose the name](https://robots.thoughtbot.com/waiting-for-a-factory-girl) 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.
|
|
@ -5,6 +5,8 @@ factory_girl is a fixtures replacement with a straightforward definition syntax,
|
|||
If you want to use factory_girl with Rails, see
|
||||
[factory_girl_rails](https://github.com/thoughtbot/factory_girl_rails).
|
||||
|
||||
_[Interested in the project name?](NAME.md)._
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue