Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / rails / README @ 12

History | View | Annotate | Download (1.43 KB)

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