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
commit  d03f6829c57ef723d4ff6f903e82080ca545d6c2
tree    23a4069de62d74197ff5c4dc5a4cb14d87ce5900
parent  c1f23dd7511f7c0a61a66a10d9d549bdc8c09b3f
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 05:19:21 -0700 2008 Choose the minified versions or the debug versi... [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/ Wed Apr 16 11:12:39 -0700 2008 Implement the yui_stylesheet_link_tag. [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.