Skip to content

Commit

Permalink
version 0.2.1. readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
garysweaver committed Nov 2, 2012
1 parent 6a97fcf commit db34165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -69,12 +69,12 @@ Uses the Ruby 1.9 hash syntax in generated factories. If you don't have 1.9, it


If you are using STI, you'll need to manually fix the value that goes into the `type` attribute, or remove it. If you are using STI, you'll need to manually fix the value that goes into the `type` attribute, or remove it.


If you specify `--associations`, you might run into issue with circular associations, so you could easily end up with: If you specify `--associations`, you might get circular associations and could easily end up with:


SystemStackError: SystemStackError:
stack level too deep stack level too deep


Some suggestions from ThoughtBot's Josh Clayton provided include using methods to generate more complex object structures: ThoughtBot's Josh Clayton provided some suggestions for this, including using methods to generate more complex object structures:


def post_containing_comment_by_author def post_containing_comment_by_author
author = FactoryGirl.create(:user) author = FactoryGirl.create(:user)
Expand Down
2 changes: 1 addition & 1 deletion lib/stepford/version.rb
@@ -1,3 +1,3 @@
module Stepford module Stepford
VERSION = '0.2.0' VERSION = '0.2.1'
end end

0 comments on commit db34165

Please sign in to comment.