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
Search Repo:
name age message
folder .autotest Wed Apr 16 10:14:32 -0700 2008 Add an .autotest file to mean I can autotest th... [mathie]
folder .gitmodules Fri Apr 11 10:22:30 -0700 2008 Pull in my mirror of the YUI source. [mathie]
folder MIT-LICENSE Sun Apr 13 00:55:15 -0700 2008 Update the documentation and license a little. [mathie]
folder README Sun Apr 13 00:55:15 -0700 2008 Update the documentation and license a little. [mathie]
folder Rakefile Fri Apr 11 09:02:32 -0700 2008 script/generate plugin yui_on_rails. [mathie]
folder TODO Thu Apr 17 09:36:47 -0700 2008 Doned. :-) [mathie]
folder init.rb Fri Aug 08 08:16:51 -0700 2008 The start of a button helper. [mathie]
folder install.rb Fri Apr 11 09:02:32 -0700 2008 script/generate plugin yui_on_rails. [mathie]
folder lib/ Fri Aug 08 08:16:51 -0700 2008 The start of a button helper. [mathie]
folder recipes/ Fri Aug 08 06:33:28 -0700 2008 Create a capistrano recipe to handle symlinking... [mathie]
folder resources/ Tue Jul 01 07:43:23 -0700 2008 Update to YUI 2.5.2. [mathie]
folder tasks/ Fri Apr 11 11:06:10 -0700 2008 Don't create the symlink inside the symlinked f... [mathie]
folder test/ Fri Aug 08 08:16:51 -0700 2008 The start of a button helper. [mathie]
folder uninstall.rb Fri Apr 11 09:02:32 -0700 2008 script/generate plugin yui_on_rails. [mathie]
README
= 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.