19
I Use This!
Inactive

Commits : Listings

Analyzed 13 days ago. based on code collected 13 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Simplify association syntax when defining new factory. More... about 14 years ago
Added 'to_create' to factory definitions, allowing a factory to use something besides #save! More... over 14 years ago
Split up the acceptance spec; removed the acceptance model fixtures in favor of fresh definitions in each spec More... over 14 years ago
Moved aliases out of the definition body into the definition arguments More... over 14 years ago
Use rspec2 More... over 14 years ago
Use appraisal for testing across ActiveRecord versions More... over 14 years ago
Fix step definitions with case sensitive factory name and attributes More... over 14 years ago
Fixed a mistake in the README More... over 14 years ago
Allow recursive associations from cucumber table arguments More... over 14 years ago
Renamed Factory#factory_name to Factory#name; cleaned up Factory#human_name; bumped version More... over 14 years ago
Updated documentation for new syntax More... over 14 years ago
Removed some todos More... over 14 years ago
Attributes without arguments/blocks look for a sequence More... over 14 years ago
Evaulate dynamic attribute blocks without arguments in the context of the proxy More... over 14 years ago
Added factory aliases More... over 14 years ago
Add the attributes for the parent factory before those for the child, so that the child can reference parent attributes; fixes gh-15 More... over 14 years ago
Fixed update_attribute on Factory.stub instances for Rails 3.0.0.rc More... over 14 years ago
Allow sequences to iterate over non Integers More... over 14 years ago
Perform a sort on files loaded from the factories/ directory. More... over 14 years ago
Fixed misinformation in the README More... over 14 years ago
Factory.aliases should not alias attributes like "_id" More... over 14 years ago
Build an association without arguments in a definition proxy More... over 14 years ago
Added a new definition syntax using instance_eval More... over 14 years ago
Check for undefined constants/methods on Factory on FactoryGirl to preserve backwards compatibility More... over 14 years ago
Add support back in for subdirectory requires. More... over 14 years ago
Moved definition loading syntax out of the factory class; moved everything into a FactoryGirl module More... over 14 years ago
Fixed definition autoloading support for rails 2.x when config.gem is in config/environments/test.rb More... over 14 years ago
Restored the rake gem package tasks More... over 14 years ago
Fix a few spelling errors in docs More... over 14 years ago
Changed internal methods to use the internal api More... over 14 years ago