mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Update changelog with v2.1.0 changes (from 2.0.5)
This commit is contained in:
parent
27c4b21e6b
commit
306e51b91d
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2.1.0 (September 02, 2011)
|
||||
Bugfix: created_at now defined for stubbed models
|
||||
Gemspec updated for use with Rails 3.1
|
||||
Factories can now be modified post-definition (useful for overriding defaults from gems/plugins)
|
||||
All factories can now be reloaded with Factory.reload
|
||||
Add :method => build to factory associations to prevent saving of associated objects
|
||||
Factories defined in {Rails.root}/factories are now loaded by default
|
||||
Various documentation updates
|
||||
|
||||
1.1.4 (November 28, 2008)
|
||||
Factory.build now uses Factory.create for associations of the built object
|
||||
Factory definitions are now detected in subdirectories, such as
|
||||
|
|
Loading…
Add table
Reference in a new issue