README.md in rails_qx-0.0.2 vs README.md in rails_qx-0.0.4
- old
+ new
@@ -23,9 +23,28 @@
$ bundle
Or install it yourself as:
$ gem install rails_qx
+
+
+## Run the install generator
+
+rails g rails_qx install
+
+- copies all needed resources files to the ./public directory
+- adds a "main" controller to the application
+- adds a "main" view to the application
+- adds "root 'main#index'" to the routes.rb config
+- copies a simple "Hello World!" application to ./app/assets/javascripts
+- removes the file ./app/assets/javascripts/application.js
+
+After running the install generator, there should be a working "Hello World!" Qooxdoo application.
+
+rails -s
+
+Open a browser on localhost:3000
+
## Demo Application using Rails_Qx
http://railsqx.com/