Add section to README about project naming history

This commit is contained in:
Matt Jankowski 2016-08-30 11:45:43 -04:00 committed by Joshua Clayton
parent ec491192e5
commit 903d4325fe
No known key found for this signature in database
GPG Key ID: 5B6558F77E9A8118
2 changed files with 13 additions and 0 deletions

11
NAME.md Normal file
View 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.

View File

@ -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
-------------