public
Description: A Rails plugin to make it easy to use YUI on Rails instead of (or along with, I suppose) Prototype and scriptaculous
Homepage:
Clone URL: git://github.com/rubaidh/yui_on_rails.git
name age message
file .autotest Wed Apr 16 10:14:32 -0700 2008 Add an .autotest file to mean I can autotest th... [mathie]
file .gitmodules Fri Apr 11 10:22:30 -0700 2008 Pull in my mirror of the YUI source. [mathie]
file MIT-LICENSE Sun Apr 13 00:55:15 -0700 2008 Update the documentation and license a little. ... [mathie]
file README Sun Apr 13 00:55:15 -0700 2008 Update the documentation and license a little. ... [mathie]
file Rakefile Fri Apr 11 09:02:32 -0700 2008 script/generate plugin yui_on_rails. [mathie]
file TODO Thu Apr 17 09:36:47 -0700 2008 Doned. :-) [mathie]
file init.rb Fri Aug 08 08:16:51 -0700 2008 The start of a button helper. [mathie]
file install.rb Fri Apr 11 09:02:32 -0700 2008 script/generate plugin yui_on_rails. [mathie]
directory lib/ Fri Aug 08 08:16:51 -0700 2008 The start of a button helper. [mathie]
directory recipes/ Fri Aug 08 06:33:28 -0700 2008 Create a capistrano recipe to handle symlinking... [mathie]
directory resources/ Tue Jul 01 07:43:23 -0700 2008 Update to YUI 2.5.2. [mathie]
directory tasks/ Fri Apr 11 11:06:10 -0700 2008 Don't create the symlink inside the symlinked f... [mathie]
directory test/ Fri Aug 08 08:16:51 -0700 2008 The start of a button helper. [mathie]
file 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.