0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The start of a button helper. More... over 15 years ago
Update to work with edge Rails. More... over 15 years ago
Fix up the failing tests from when I updated the default to minify in production and test. More... over 15 years ago
Create a capistrano recipe to handle symlinking automatically. More... over 15 years ago
If we're called with :cache => true, set the cache filename to yui. More... over 15 years ago
Choose the minified versions or the debug versions depending upon the Rails environment. More... over 15 years ago
Update to YUI 2.5.2. More... almost 16 years ago
Doned. :-) More... about 16 years ago
Implement the yui_stylesheet_link_tag. More... about 16 years ago
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. More... about 16 years ago
Skeleton for the next stage; the editor helper. More... about 16 years ago
Add an .autotest file to mean I can autotest the plugin. More... about 16 years ago
Move around the test files to match the source filename. More... about 16 years ago
When a JS component that has associated CSS is included, include the CSS link too. More... about 16 years ago
Implement yui_stylesheet_path. More... about 16 years ago
Namespace those methods a little better. They were overly generic for being included in ActionView::Base. More... about 16 years ago
Rename yui_javascript_include to yui_javascript_include_tag to match Rails API. More... about 16 years ago
* Fix whitespace. More... about 16 years ago
Set the current version of the YUI library that we're building the plugin against. More... about 16 years ago
It might work with the test suite, but it's not going to work in reality unless you incorporate the helpers into ActionView::Base... More... about 16 years ago
This file is deliberately left blank. More... about 16 years ago
Add in a couple more todo items for the asset tag helper before I forget. More... about 16 years ago
Add in a couple of todo items for the asset tag stuff lest I forget. More... about 16 years ago
Allow specification of minified or debug versions of components. More... about 16 years ago
Do dependency checking and automatically add in dependencies in the 'right' order. More... about 16 years ago
Remember to stringify the incoming list of components because we're using strings internally and chances are I'll pass in symbols. More... about 16 years ago
Take note of all the component dependencies. More... about 16 years ago
Initial implementation of asset tag helper for pulling in JS files. More... about 16 years ago
Add in some tests to demonstrate the calendar control renders. More... about 16 years ago
First stab at some documentation. Still to actually document most of it... More... about 16 years ago