<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>helpers/accordions_helper.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+== 03-07-2009
+
+ * big change: removed the 2nd param for concat, rails no longer requires the binding be passed.
+ * added a helper for creating accordions
+
 == 09-04-2008
 
  * big change: renamed classes, and helper 'tabs_for' now requires a block</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@ These are some view helpers I use in Rails to better integrate JQuery UI in my s
 
 Maybe you will find them useful as well.
 
-These include ... (just one helper for now)
+These include: TabsHelper and AccordionsHelper
 
 
 TabsHelper
@@ -66,4 +66,16 @@ The default DOM ID for the parent div is ... id=&quot;tabs&quot; ... unless you pass in an
 option with a different value.
 
 
+AccordionsHelper
+----------------------------------------------------------------	
+
+This helper simplifies the code required to use JQuery UIs Accordion plugin.
+
+Usage is identical to the tabs helper.
+
+	&lt;% accordions_for do |accordion| %&gt;
+		&lt;% accordion.create(&quot;dom_id&quot;, &quot;accordion_title&quot;) do %&gt;
+			# ... insert accordion contents
+		&lt;% end %&gt;
+	&lt;% end %&gt;
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ module TabsHelper
 
     tabs = TabsHelper::TabsRenderer.new( *options, &amp;block )
     tabs_html = tabs.render
-    concat tabs_html, block.binding
+    concat tabs_html
   end
   
   class TabsRenderer</diff>
      <filename>helpers/tabs_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a21b663a51d3a6ce3b4b2f494f3eac8e7fa319bf</id>
    </parent>
  </parents>
  <author>
    <name>Russell Jones</name>
    <email>spam@codeofficer.com</email>
  </author>
  <url>http://github.com/CodeOfficer/jquery-ui-rails-helpers/commit/19d4e08db74d19c812a52d0bc89648579066db97</url>
  <id>19d4e08db74d19c812a52d0bc89648579066db97</id>
  <committed-date>2009-03-07T20:56:16-08:00</committed-date>
  <authored-date>2009-03-07T20:56:16-08:00</authored-date>
  <message>Added a helper for working with jquery ui accordions, and removed the 2nd param for concat as its no longer required in new versions o rails.</message>
  <tree>5a165c7ba187ab6ae7bea1ec9872e732aeb2ed87</tree>
  <committer>
    <name>Russell Jones</name>
    <email>spam@codeofficer.com</email>
  </committer>
</commit>
