Added the RoR Login-Engine and activated it on the site.
[selectricity-live] / vendor / plugins / engines / generators / engine / USAGE
diff --git a/vendor/plugins/engines/generators/engine/USAGE b/vendor/plugins/engines/generators/engine/USAGE
new file mode 100644 (file)
index 0000000..f5970a3
--- /dev/null
@@ -0,0 +1,26 @@
+Description:
+  The Engine Generator creates the directories and files you need
+  to create your own engine.
+
+Example:
+  ./script/generate engine MyEngine
+
+  This will generate:
+  RAILS_ROOT
+    |- vendor
+        |-plugins
+            |- my_engine             <-- our example engine
+                  |- init_engine.rb
+                  |- app
+                  |     |- controllers
+                  |     |- model
+                  |     |- helpers
+                  |     |- views
+                  |- db
+                  |- tasks
+                  |- lib
+                  |- public
+                  |     |- javascripts
+                  |     |- stylesheets
+                  |- test
+

Benjamin Mako Hill || Want to submit a patch?