README
1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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.
-------------------------------------------------------------------------------