public
Description: A Rails plugin to make it easy to use YUI on Rails instead of (or along with, I suppose) Prototype and scriptaculous
Clone URL: git://github.com/rubaidh/yui_on_rails.git
mathie (author)
Tue Jul 01 07:43:23 -0700 2008
commit  c1f23dd7511f7c0a61a66a10d9d549bdc8c09b3f
tree    2c3b6f4fba8dcab74cc215acc597ca895a81c1c2
parent  7e9a0727a3745581b482006163c738fea324b630
yui_on_rails / README
100644 13 lines (10 sloc) 0.622 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
= YUI On Rails
 
Here is a lovely little plugin which makes it less painful to use YUI with
Rails. Coming from a Rails background, we rather like all the helpers that
make it easy to use Prototype and Scriptaculous without actually having to
write Javascript code, don't we? This will be the equivalent (as I need to use
bits of it!) for the Yahoo! UI library.
 
Copyright (c) 2008 Rubaidh Ltd, released under the MIT license. The Yahoo! UI
library itself, which is included with this plugin, is copyright (c) 2008
Yahoo! Inc, released under the BSD license. See
http://developer.yahoo.net/yui/license.txt for full details.