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)
Fri Aug 08 07:24:34 -0700 2008
commit  5623c977398087b9149040f9a8fb4fa9e2dd7220
tree    61c4e2852233636b9acf9f9a3603e09f7840e1c3
parent  ce0420b610386add9bea2e2ad110c6f21a5cf236
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 Tue Apr 15 01:24:55 -0700 2008 It might work with the test suite, but it's not... [mathie]
file install.rb Fri Apr 11 09:02:32 -0700 2008 script/generate plugin yui_on_rails. [mathie]
directory lib/ Fri Aug 08 07:24:34 -0700 2008 Update to work with edge Rails. [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 07:19:54 -0700 2008 Fix up the failing tests from when I updated th... [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.