Avielle Wolfe
c5d11518d7
Rename all girl -> bot
...
* Rename files and code
* Change factory_girl dependency to factory_bot
This change will bring _rails name in line with factory_bot
c716ce01b4
2017-10-20 18:21:52 -04:00
Kevin Reintjes
5b17b5777b
Add filename_proc option to Factory generator
2015-03-16 09:02:12 -04:00
Joshua Clayton
3ac64d789f
Factories are added after the define block
...
Fixes #150
2015-03-14 21:59:59 -04:00
Rodolfo Spalenza
c761d47c93
Fix when use fixture_replacement with suffix option.
...
Fix #113
2015-03-14 20:53:35 -04:00
Peter Marsh
3a050736f3
Change FactoryGirl::Generators::Base#explicit_class_option to output 1.9 Hashes
2015-03-14 20:30:51 -04:00
Takeo Fujita
3488c767c7
fix indent of generated factory file
2015-03-13 21:32:48 -04:00
Jessie A. Young
da421ce31d
Do not generate new file if factories.rb
exists
...
* Instead, insert factory into `factories.rb`
* Reference: https://github.com/thoughtbot/suspenders/pull/339
* Add info on change to README
2014-08-07 13:15:52 -07:00
Joshua Clayton
079657625d
Require factory_girl_rails explicitly in generator
...
This resolves an issue where factory_girl_rails won't get required if
you only have factory_girl_rails declared in the :test group of a Rails
app.
Closes #89
2013-02-08 12:03:14 -05:00
Eric Hu
e85aa34ace
Add suffix option for Rails config
...
Closes #78
2012-12-07 10:40:51 -05:00
Joshua Clayton
a6ccbcb9f6
Support yardoc
...
This commit renames the .rb template to .erb. With it renamed, yardoc
won't try and parse the file (which was causing the install to break).
Closes #52
2012-03-30 10:27:41 -04:00
Joshua Flanagan
7df9c9b13a
Respect model namespaces when generating factories.
...
The factory name for the model Namespaced::User wil be :namespaced_user.
The :class option is specified as a string to prevent class reloading issues.
Addresses GH-44
2012-02-26 12:58:48 -06:00
Carlos Antonio da Silva
42f5a10554
Update github url in generator template to use https
2012-01-26 22:34:20 -02:00
Jeff Dutil
d364e832d6
Correct whitespace generated by factory template.
...
Closes #36
2011-10-14 10:36:05 -04:00
Mike Gehard
9f26cabfdf
Move generators from rails3-generators gem over to factory_girl_rails.
2011-07-11 21:11:06 -06:00