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

32 commits

Author SHA1 Message Date
Joe Ferris
7cafa4451b Corrected a mistake in the documentation for Factory#method_missing 2008-06-10 15:38:18 -04:00
Joe Ferris
3cde84a1a6 Converted the README to textile 2008-06-06 11:46:39 -04:00
Joe Ferris
8354b8ddd6 Renamed README to README.textile 2008-06-06 11:43:27 -04:00
Joe Ferris
eb2389d1df Added the gemspec for 1.1 2008-06-03 12:35:02 -04:00
Joe Ferris
c6884a0e5e Added a task to generate the gemspec file 2008-06-03 11:41:06 -04:00
Joe Ferris
8d3124aeff Added a license file 2008-06-01 11:27:59 -07:00
Joe Ferris
330f04db15 Added author/copyright info to the readme 2008-06-01 11:26:18 -07:00
Joe Ferris
282de5edea Added a task to clean files generated by rake 2008-06-01 11:17:26 -07:00
Joe Ferris
57d03303be Updating to version 1.1 2008-06-01 11:15:19 -07:00
Joe Ferris
9dbd8cc606 Added autotest mappings 2008-06-01 11:14:21 -07:00
Joe Ferris
c701ae5e55 Moved models into their own file 2008-06-01 11:13:53 -07:00
Joe Ferris
47a6b731cc Added the missing models file 2008-06-01 11:12:40 -07:00
Joe Ferris
fa36b1da4a Added support for sequences 2008-06-01 10:46:50 -07:00
Joe Ferris
6ee6c0282b Fixed the attributes_for build strategy to not build associations 2008-05-31 22:54:19 -07:00
Joe Ferris
f128e87121 Added an integration test 2008-05-31 17:12:57 -07:00
Joe Ferris
05766cc8e9 Added support for dependent attributes 2008-05-31 17:12:33 -07:00
Joe Ferris
7b3936b611 Added the AttributeProxy class and an association method, and added functionality for using AttributeProxy from Factory. This allows lazy generation of associations using the appropriate method. 2008-05-31 15:16:59 -07:00
Joe Ferris
0a6a54c6b9 Added a Gemspec and a Rake task to build the gem 2008-05-31 10:46:33 -07:00
Joe Ferris
6fb322f169 Added activesupport as a dependency 2008-05-30 17:10:55 -07:00
Joe Ferris
4baf467002 Cleaned up documentation and the README 2008-05-29 01:11:33 -04:00
Joe Ferris
7dcb2241c6 Renamed #attributes to #attributes_for 2008-05-28 22:22:48 -04:00
Joe Ferris
4985bea035 Implemented the top-level Factory method 2008-05-28 22:20:10 -04:00
Joe Ferris
218ed9a055 Added the create, build, and attributes class methods on Factory 2008-05-28 22:09:30 -04:00
Joe Ferris
f6db21769d Defined method_missing on Factory so that attributes can be defined by calling the attribute name as a method 2008-05-28 21:14:57 -04:00
Joe Ferris
312bfa3528 Implemented build and create for Factory 2008-05-28 21:07:51 -04:00
Joe Ferris
d3a5d85485 Implemented add_attribute and attributes for Factory 2008-05-28 20:00:46 -04:00
Joe Ferris
b01006cf37 Created a basic Factory class and implemented Factory.define 2008-05-28 18:54:54 -04:00
Joe Ferris
6f663a7740 Added a blank README and a simple rake file 2008-05-28 18:40:32 -04:00
Joe Ferris
f453b6467f Added mocha and test/unit as dependencies in test_helper 2008-05-28 18:39:42 -04:00
Joe Ferris
8e63972e6b Added a schema to test with 2008-05-28 18:28:02 -04:00
Joe Ferris
00479742db Ignoring Vim swap files 2008-05-28 18:20:38 -04:00
Joe Ferris
6a553ca10d Created a project skeleton with the Factory class 2008-05-28 18:20:25 -04:00