README.rdoc in rails3-generators-0.17.3 vs README.rdoc in rails3-generators-0.17.4
- old
+ new
@@ -1,27 +1,27 @@
= rails3-generators
Rails 3 compatible generators for gems that don't have them yet
-== install
+== Install
gem install rails3-generators
and add the following to your project's Gemfile
gem 'rails3-generators'
+== Notes/Use
+
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].
To avoid overriding the rails built-in Erb template generators this project uses the namespace Erubis for *.erb templates
@@ -41,21 +41,13 @@
* Send me a pull request. Bonus points for topic branches.
== Contributors
DataMapper: José Valim
-
Factory Girl: Paul Barry
-
Authlogic: Jeff Tucker
-
Mongomapper: Jai-Gouk Kim
-
MongoMapper: Kristian Mandrup (for 0.8) - needs testing
-
-Mongoid: Kristian Mandrup (for 2.0.beta) - needs testing
-
Shoulda: Peter Haza
-
SimpleForm: Peter Gumeson
and more[http://github.com/indirect/rails3-generators/contributors]
\ No newline at end of file