public
Description: a Ruby on Rails plugin for easier integration of the YUI library into a Ruby on Rails application. It will include helpers for generating widgets and including the YUI file dependencies.
Homepage: http://rubyforge.org/projects/yui4rails/
Clone URL: git://github.com/mghaught/yui4rails.git
yui4rails / CHANGELOG
100644 11 lines (10 sloc) 0.57 kb
1
2
3
4
5
6
7
8
9
10
11
=== 0.1.1 (Apr 18, 2008)
* Added CONTRIBUTORS and CHANGELOG files to plugin
* Added comment on chart widget to indicate it is not ready for public use due to hard-coded values
* Removed unused methods from datatable.
* Updated datatable widget to work with 2.5.1 changes -- significant changes to tfoot css style needs
* Updated yui resources to 2.5.1
* Applied patch from Bryan Donovan to enhance Datatable widget to use an existing html element. [Bryan Donovan]
* Updated the charts and datatable widget code to work with 2.5
 
=== 0.0.1 (Feb 8, 2008)
* Initial Release