summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/rails/README
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dojox/rails/README
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo/dojox/rails/README')
-rw-r--r--js/dojo/dojox/rails/README40
1 files changed, 40 insertions, 0 deletions
diff --git a/js/dojo/dojox/rails/README b/js/dojo/dojox/rails/README
new file mode 100644
index 0000000..44c8a32
--- /dev/null
+++ b/js/dojo/dojox/rails/README
@@ -0,0 +1,40 @@
+-------------------------------------------------------------------------------
+Project Name: dojox.rails
+-------------------------------------------------------------------------------
+Version 0.1
+Release date: 03/23/2010
+-------------------------------------------------------------------------------
+Project state:
+ experimental
+-------------------------------------------------------------------------------
+Credits:
+ Bob Remeika (bob.remeika@gmail.com)
+ ttilley (This code is based a lot on what he contributed).
+
+-------------------------------------------------------------------------------
+Project description
+
+This is a dojo plugin for Rails 3.x UJS support
+
+-------------------------------------------------------------------------------
+Dependencies:
+ dojo base
+-------------------------------------------------------------------------------
+Documentation
+ Apparently none
+
+-------------------------------------------------------------------------------
+Installation instructions
+
+Grab the following from the Dojo SVN Repository:
+http://svn.dojotoolkit.org/src/dojox/trunk/rails.js
+
+Install into the following directory structure:
+/dojox/rails.js
+
+...which should be at the same level as your Dojo checkout.
+
+then dojo.require("dojox.rails") in your application to load it.
+
+-------------------------------------------------------------------------------
+