1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00
thoughtbot--factory_bot/Changelog

20 lines
666 B
Text
Raw Normal View History

2008-09-12 15:59:58 -04:00
1.1.3 (September 12, 2008)
Automatically pull in definitions from factories.rb, test/factories.rb, or
spec/factories.rb
2008-07-30 10:10:54 -04:00
1.1.2 (July 30, 2008)
Improved error handling for invalid and undefined factories/attributes
Improved handling of strings vs symbols vs classes
Added a prettier syntax for handling associations
Updated documentation and fixed compatibility with Rails 2.1
2008-06-23 18:23:36 -04:00
1.1.1 (June 23, 2008)
The attribute "name" no longer requires using #add_attribute
1.1.0 (June 3, 2008)
Added support for dependent attributes
Fixed the attributes_for build strategy to not build associations
Added support for sequences
1.0.0 (May 31, 208)
First version