<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/attribute_fu/associated_form_builder.rb</filename>
    </added>
    <added>
      <filename>lib/attribute_fu/associated_form_helper.rb</filename>
    </added>
    <added>
      <filename>test/test/unit/associated_form_helper_test.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1,2 @@
-ActiveRecord::Base.class_eval { include AttributeFu::Associations }
\ No newline at end of file
+ActiveRecord::Base.class_eval { include AttributeFu::Associations }
+ActionView::Helpers::FormBuilder.class_eval { include AttributeFu::AssociatedFormHelper }
\ No newline at end of file</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,36 +1,10 @@
 ENV[&quot;RAILS_ENV&quot;] = &quot;test&quot;
 require File.expand_path(File.dirname(__FILE__) + &quot;/../config/environment&quot;)
 require 'test_help'
+require 'mocha'
 
 class Test::Unit::TestCase
-  # Transactional fixtures accelerate your tests by wrapping each test method
-  # in a transaction that's rolled back on completion.  This ensures that the
-  # test database remains unchanged so your fixtures don't have to be reloaded
-  # between every test method.  Fewer database queries means faster tests.
-  #
-  # Read Mike Clark's excellent walkthrough at
-  #   http://clarkware.com/cgi/blosxom/2005/10/24#Rails10FastTesting
-  #
-  # Every Active Record database supports transactions except MyISAM tables
-  # in MySQL.  Turn off transactional fixtures in this case; however, if you
-  # don't care one way or the other, switching from MyISAM to InnoDB tables
-  # is recommended.
   self.use_transactional_fixtures = true
-
-  # Instantiated fixtures are slow, but give you @david where otherwise you
-  # would need people(:david).  If you don't want to migrate your existing
-  # test cases which use the @david style and don't mind the speed hit (each
-  # instantiated fixtures translates to a database query per test method),
-  # then set this back to true.
   self.use_instantiated_fixtures  = false
-
-  # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order.
-  # If you need to control the loading order (due to foreign key constraints etc), you'll
-  # need to change this line to explicitly name the order you desire.
-  #
-  # Note: You'll currently still have to declare fixtures explicitly in integration tests
-  # -- they do not yet inherit this setting
   fixtures :all
-
-  # Add more helper methods to be used by all tests here...
 end</diff>
      <filename>test/test/test_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b9608076418cba6e089876f2458b71bb17fe4e35</id>
    </parent>
  </parents>
  <author>
    <name>james</name>
    <email>james@80b79608-713f-0410-8737-d8c0d0c1b50c</email>
  </author>
  <url>http://github.com/giraffesoft/attribute_fu/commit/1ea4983a4f1349fef812dcb74fd31890c3d404b4</url>
  <id>1ea4983a4f1349fef812dcb74fd31890c3d404b4</id>
  <committed-date>2007-11-21T16:25:54-08:00</committed-date>
  <authored-date>2007-11-21T16:25:54-08:00</authored-date>
  <message>basic fields_for_associated helper

git-svn-id: http://svn.jamesgolick.com/attribute_fu/trunk@17 80b79608-713f-0410-8737-d8c0d0c1b50c</message>
  <tree>a582b364f9b4cacba863b6c7c342ba24a53bf392</tree>
  <committer>
    <name>james</name>
    <email>james@80b79608-713f-0410-8737-d8c0d0c1b50c</email>
  </committer>
</commit>
