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

rubaidh's yui_on_rails Feed   feed

erkki123 started watching yui_on_rails 10 days ago
yui_on_rails is at rubaidh/yui_on_rails
maciej forked yui_on_rails 18 days ago
Forked repository is at maciej/yui_on_rails
maciej started watching yui_on_rails 26 days ago
yui_on_rails is at rubaidh/yui_on_rails
felixmcallister started watching yui_on_rails about 1 month ago
yui_on_rails is at rubaidh/yui_on_rails
olbrich started watching yui_on_rails about 1 month ago
yui_on_rails is at rubaidh/yui_on_rails
mathie committed to rubaidh/yui_on_rails about 1 month ago

2687a8db3dddece5e8409c6b34fefd03110232a6

The start of a button helper.

mathie committed to rubaidh/yui_on_rails about 1 month ago

5623c977398087b9149040f9a8fb4fa9e2dd7220

Update to work with edge Rails.

mathie committed to rubaidh/yui_on_rails about 1 month ago

ce0420b610386add9bea2e2ad110c6f21a5cf236

Fix up the failing tests from when I updated the default to minify in production and test.

mathie committed to rubaidh/yui_on_rails about 1 month ago

921b164634b0d0a9972d2f5b5ae938739013d7f9

Create a capistrano recipe to handle symlinking automatically.

mathie committed to rubaidh/yui_on_rails about 1 month ago

01b70d20c03496518b706de8dcd0490dc86fd042

If we're called with :cache => true, set the cache filename to yui.

mathie committed to rubaidh/yui_on_rails about 1 month ago

d03f6829c57ef723d4ff6f903e82080ca545d6c2

Choose the minified versions or the debug versions depending upon the Rails environment.

raebo started watching yui_on_rails 2 months ago
yui_on_rails is at rubaidh/yui_on_rails
mathie committed to rubaidh/yui_on_rails 2 months ago
banshee started watching yui_on_rails 3 months ago
yui_on_rails is at rubaidh/yui_on_rails
pacoguzman started watching yui_on_rails 4 months ago
yui_on_rails is at rubaidh/yui_on_rails
captproton started watching yui_on_rails 4 months ago
yui_on_rails is at rubaidh/yui_on_rails
woodenplane started watching yui_on_rails 4 months ago
yui_on_rails is at rubaidh/yui_on_rails
ryansobol forked yui_on_rails 4 months ago
Forked repository is at ryansobol/yui_on_rails
ryansobol started watching yui_on_rails 4 months ago
yui_on_rails is at rubaidh/yui_on_rails
maciej stopped watching yui_on_rails 4 months ago
yui_on_rails is at rubaidh/yui_on_rails
maciej started watching yui_on_rails 4 months ago
yui_on_rails is at rubaidh/yui_on_rails
joergbattermann stopped watching yui_on_rails 4 months ago
yui_on_rails is at rubaidh/yui_on_rails
tonyvt2005 started watching yui_on_rails 5 months ago
yui_on_rails is at rubaidh/yui_on_rails
mathie committed to rubaidh/yui_on_rails 5 months ago

4ccef76e85b63706e8006b90b63c358bf5b9fe9a

Implement the yui_stylesheet_link_tag.

mathie committed to rubaidh/yui_on_rails 5 months ago

11f5413a0ec281bc286108fb9d95c2a869f7b602

Pass the options back in unadorned. At least allow the user to specify caching behaviour themselves, even if we're not being smart about it.

mathie committed to rubaidh/yui_on_rails 5 months ago

99483b9070bc7012aa1e46dd6338b7f0a8f20a4a

Skeleton for the next stage; the editor helper.

zilkey started watching yui_on_rails 5 months ago
yui_on_rails is at rubaidh/yui_on_rails
mathie committed to rubaidh/yui_on_rails 5 months ago

231002ab49a858e4b17687a704f7f1ec8f745f88

Add an .autotest file to mean I can autotest the plugin.

mathie committed to rubaidh/yui_on_rails 5 months ago

59ec18fb5e76dcd1dc2b4c84c8b9104d6bc16282

Move around the test files to match the source filename.