README.rdoc in handy-generators-0.0.1 vs README.rdoc in handy-generators-0.0.2
- old
+ new
@@ -1,7 +1,18 @@
= handy-generators
-Description goes here.
+handy-generators consists of two generators:
+* handy_setup: creates the initial structure of a rails project with users, authentication (with authlogic) and admin area (in a namespace/subdomain, with subdomain-fu).
+* hscaffold: namespaced scaffold generator that works as expected. If you're using the namespace in a subdomain you'll have to update the routes file though.
+
+== Installation
+
+ sudo gem install handy-generators
+
+== Usage
+
+ script/generate handy_setup
+ script/generate hscaffold [namespace_name/]model_name ...
== Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.