README.rdoc in rails3-generators-0.17.1 vs README.rdoc in rails3-generators-0.17.2

- old
+ new

@@ -8,9 +8,17 @@ and add the following to your project's Gemfile gem 'rails3-generators' +Activate individual generators in your *config/application.rb* file, like so: + + config.generators do |g| + g.fixture_replacement :factory_girl + end + +Now a factory_girl fixture will be generated by default whenever a model is generated. + == notes The Haml generators have moved to {the haml-rails gem}[http://github.com/indirect/haml-rails]. The jQuery generators have moved to {the jquery-rails gem}[http://github.com/indirect/jquery-rails]. \ No newline at end of file