source: Dev/branches/rest-dojo-ui/client/dojox/rails/README @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 1.4 KB
Line 
1-------------------------------------------------------------------------------
2Project Name:  dojox.rails
3-------------------------------------------------------------------------------
4Version 0.1
5Release date: 03/23/2010
6-------------------------------------------------------------------------------
7Project state:
8        experimental
9-------------------------------------------------------------------------------
10Credits:
11       Bob Remeika (bob.remeika@gmail.com)
12       ttilley (This code is based a lot on what he contributed).
13
14-------------------------------------------------------------------------------
15Project description
16
17This is a dojo plugin for Rails 3.x UJS support
18
19-------------------------------------------------------------------------------
20Dependencies:
21        dojo base
22-------------------------------------------------------------------------------
23Documentation
24        Apparently none
25
26-------------------------------------------------------------------------------
27Installation instructions
28
29Grab the following from the Dojo SVN Repository:
30http://svn.dojotoolkit.org/src/dojox/trunk/rails.js
31
32Install into the following directory structure:
33/dojox/rails.js
34
35...which should be at the same level as your Dojo checkout.
36
37then dojo.require("dojox.rails") in your application to load it.
38
39-------------------------------------------------------------------------------
40
Note: See TracBrowser for help on using the repository browser.