<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -29,33 +29,11 @@ coll.insert({:_id =&gt; Mongo::ObjectID.new, :artist =&gt; 'Thomas Dolby', :album =&gt; '
 coll.insert({:_id =&gt; Mongo::ObjectID.new, :artist =&gt; 'Thomas Dolby', :album =&gt; 'The Golden Age of Wireless', :song =&gt; 'Europa and the Pirate Twins'})
 coll.insert({:_id =&gt; Mongo::ObjectID.new, :artist =&gt; 'XTC', :album =&gt; 'Oranges &amp; Lemons', :song =&gt; 'Garden Of Earthly Delights', :track =&gt; 1})
 coll.insert({:_id =&gt; Mongo::ObjectID.new, :artist =&gt; 'XTC', :album =&gt; 'Oranges &amp; Lemons', :song =&gt; 'The Mayor Of Simpleton', :track =&gt; 2})
-coll.insert({:_id =&gt; Mongo::ObjectID.new, :artist =&gt; 'XTC', :album =&gt; 'Oranges &amp; Lemons', :song =&gt; 'Foo town McFoo', :fooey =&gt; 'bar'})
 song_id = Mongo::ObjectID.new
 coll.insert({:_id =&gt; song_id, :artist =&gt; 'XTC', :album =&gt; 'Oranges &amp; Lemons', :song =&gt; 'King For A Day', :track =&gt; 3})
 puts &quot;Data created. One song_id = #{song_id}.&quot;
 puts &quot;There are #{coll.count()} records in the tracks collection.&quot;
 
-puts &quot;\nto_a&quot;
-puts Track.all(conditions: {artist: /^Thomas/}).to_a
-puts &quot;\nfirst&quot;
-puts Track.first(conditions: {artist: /^Thomas/})
-
-puts &quot;\nattrs&quot;
-puts Track.first(conditions: {artist: /^Thomas/}).attributes
-
-puts &quot;\nvalue&quot;
-puts Track.first(conditions: {artist: /^Thomas/}).to_mongo_value
-
-puts &quot;\nfooey&quot;
-foo = Track.first(conditions: {fooey: 'bar'})
-puts foo.attributes
-puts foo.fooey
-puts foo.fooey?
-
-puts &quot;\nnew field&quot;
-puts track = Track.first
-
-exit
 
 puts &quot;\nSimple find&quot;
 puts Track.find(song_id).to_s</diff>
      <filename>examples/tracks.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>220e884701580b7e23b43a21757c7e9ad9a4f87e</id>
    </parent>
  </parents>
  <author>
    <name>Nate Wiger</name>
    <email>nate@wiger.org</email>
  </author>
  <url>http://github.com/mongodb/mongo-activerecord-ruby/commit/c3c21a233f555d202a8b614ac768f6f94c872bd0</url>
  <id>c3c21a233f555d202a8b614ac768f6f94c872bd0</id>
  <committed-date>2009-10-28T12:43:01-07:00</committed-date>
  <authored-date>2009-10-28T12:43:01-07:00</authored-date>
  <message>Reverted bad checkin to examples/track.rb</message>
  <tree>2fd5c18aca80f2fb05b972f28dc8a506e48e18d0</tree>
  <committer>
    <name>Nate Wiger</name>
    <email>nate@wiger.org</email>
  </committer>
</commit>
