Skip to content

Commit

Permalink
Updated the Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Nov 28, 2008
1 parent af928c3 commit 408d9b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Changelog
@@ -1,3 +1,13 @@
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
factories/person_factory.rb (thanks to Josh Nichols)
Factory definitions are now loaded after the environment in a Rails project
(fixes some issues with dependencies being loaded too early) (thanks to
Josh Nichols)
Factory names ending in 's' no longer cause problems (thanks to Alex Sharp
and Josh Owens)

1.1.3 (September 12, 2008)
Automatically pull in definitions from factories.rb, test/factories.rb, or
spec/factories.rb
Expand Down

1 comment on commit 408d9b0

@AlekSi
Copy link

@AlekSi AlekSi commented on 408d9b0 Aug 20, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guys, how about update it again?

Please sign in to comment.