<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>config/database.yml</filename>
    </added>
    <added>
      <filename>public/javascripts/json2.js</filename>
    </added>
    <added>
      <filename>public/javascripts/tutorial-js.js</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 Both a testing and tutorial application for Rails Open Flash Chart Plugin.
 
-Version 0.2.4
-Use OFC version with last commit on 12/09/2008
+Version 0.2.5
+Use OFC version with last commit on 03/02/2009
 
 1) Install with: 
 git clone git://github.com/harryseldon/ofc_test_app.git
@@ -13,6 +13,7 @@ git submodules update --init
 You will see all the graphs.
 
 More info about this app:
+http://harryseldon.thinkosphere.com/2009/03/09/open-flash-charts-examples-with-rails
 http://harryseldon.thinkosphere.com/2008/11/07/a-test-and-example-app-for-open-flash-chart-rails-plugin
 
 Live example:</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -254,6 +254,25 @@ class TestItController &lt; ApplicationController
   
   def index_js_4
   end
+
+  def tuto_5
+    #include '../php-ofc-library/open-flash-chart.php';
+    
+    title = Title.new(&quot;tuto_5&quot;)
+    #$title = new title( date(&quot;D M d Y&quot;) );
+    
+    #$chart = new open_flash_chart();
+    @chart = OpenFlashChart.new
+    
+    #$bar = new bar();
+    bar = BarGlass.new
+    #$bar-&gt;set_values( array(9,8,7,6,5,4,3,2,1) );
+    bar.set_values([1,2,3,4,5,6,7,8,9])
+    #$chart-&gt;set_title( $title );
+    @chart.set_title(title)
+    #$chart-&gt;add_element( $bar );
+    @chart.add_element(bar)        
+  end
   
   def index_scatterline
     @graph = open_flash_chart_object(600,300,&quot;/test_it/graph_code_scatterline&quot;)</diff>
      <filename>app/controllers/test_it_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>227a71048f95b9285fe65ba8297ab3f4b0dd9fba</id>
    </parent>
    <parent>
      <id>54d89761f2e82ee2154f08975e27bd027fd82a93</id>
    </parent>
  </parents>
  <author>
    <name>Harry Seldon</name>
    <email>harry.seldon.f@gmail.com</email>
  </author>
  <url>http://github.com/harryseldon/ofc_test_app/commit/88e1a2094fd003fdde2b780256d97c07d8460252</url>
  <id>88e1a2094fd003fdde2b780256d97c07d8460252</id>
  <committed-date>2009-03-16T11:18:53-07:00</committed-date>
  <authored-date>2009-03-16T11:18:53-07:00</authored-date>
  <message>Merge branch 'master' into private_local</message>
  <tree>b2ad738c762854bdaeca90b22120d97423245b18</tree>
  <committer>
    <name>Harry Seldon</name>
    <email>harry.seldon.f@gmail.com</email>
  </committer>
</commit>
