<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,7 +10,7 @@ module Facebooker
       def self.create_with_offset(name,offset)
         define_method name do |field,*args|
           options = args[offset] || {}
-          build_shell(field,options) do
+          build_shell(field,options.with_indifferent_access) do
             super
           end
         end    
@@ -42,6 +42,7 @@ module Facebooker
       
       
       def text_field(method, options = {})
+        options = options.with_indifferent_access
         options[:label] ||= label_for(method,options)
         add_default_name_and_id(options,method)
         options[&quot;value&quot;] ||= value_before_type_cast(object,method)</diff>
      <filename>lib/facebooker/rails/facebook_form_builder.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1079,7 +1079,7 @@ class RailsHelperTest &lt; Test::Unit::TestCase
   
   def test_init_fb_connect_with_features_and_options_js_jquery
     assert @h.init_fb_connect(&quot;XFBML&quot;, :js =&gt; :jquery).match(/XFBML.*/)
-    assert @h.init_fb_connect(&quot;XFBML&quot;, :js =&gt; :jquery).match(/\$\(document\).ready\(/)
+    assert @h.init_fb_connect(&quot;XFBML&quot;, :js =&gt; :jquery).match(/\jQuery\(document\).ready\(/)
   end
 
   def test_init_fb_connect_without_options_app_settings</diff>
      <filename>test/facebooker/rails_integration_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e47e5b8f53d4d60fc5c835649dfaf286292729fd</id>
    </parent>
  </parents>
  <author>
    <name>Mike Mangino</name>
    <email>mmangino@elevatedrails.com</email>
  </author>
  <url>http://github.com/mmangino/facebooker/commit/a41912e9673f651453e1160ecdc4b87728528986</url>
  <id>a41912e9673f651453e1160ecdc4b87728528986</id>
  <committed-date>2009-11-06T07:59:26-08:00</committed-date>
  <authored-date>2009-11-06T07:59:26-08:00</authored-date>
  <message>Fix up some tests</message>
  <tree>252ac1c0859f439648b333258751131d45882799</tree>
  <committer>
    <name>Mike Mangino</name>
    <email>mmangino@elevatedrails.com</email>
  </committer>
</commit>
