Categories: None [Edit]
factory_boy
Version 2.0.2 is compatible with ActiveRecord < 3.1
Version 2.0.3+ is compatible with ActiveRecord >= 3.1
------
Factory Girl with database accesses stubbed.
The versions 2+ only work with Rails 3 (AR 3+) for stubbing queries.
Now handle Rails 3 (only Rails 3) queries stubbing,
Transform rail3 queries into ruby select on Plants created with factory boy.
Example
user = Plant(:user => 'toto', :addresses => [Plant(:address, :street => 'here')])
User.where(:name => 'toto').where('addresses.street = 'here').joins(:addresses) will be stubbed into
a select ruby on plants and return here, user.
See more on github and in unit tests.
Compatible ruby 1.9.3.
Total
Ranking: 33,679 of 187,638
Downloads: 37,347
Daily
Ranking: 121,503 of 187,621
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | anoiaque |