<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -20,7 +20,7 @@ class Video &lt; ActiveRecord::Base
   end
   
   def update_panda_status(panda_video)
-    if encoding = panda_video.encoding_for_profile(PANDA_ENCODING)
+    if encoding = panda_video.find_encoding(PANDA_ENCODING)
       if encoding.status == 'success'
         self.filename = encoding.filename
         self.original_filename = encoding.original_filename</diff>
      <filename>app/models/video.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-&lt;p&gt;Video uploaded! It will appear on the &lt;%= link_to 'video page' video_path(@video) %&gt; once it has finished encoding.&lt;/p&gt;
\ No newline at end of file
+&lt;p&gt;Video uploaded! It will appear on the &lt;%= link_to 'video page', video_path(@video) , :target =&gt; &quot;_parent&quot; %&gt; once it has finished encoding.&lt;/p&gt;
\ No newline at end of file</diff>
      <filename>app/views/videos/done.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ ActionController::Routing::Routes.draw do |map|
   # You can have the root of your site routed by hooking up '' 
   # -- just remember to delete public/index.html.
   # map.connect '', :controller =&gt; &quot;welcome&quot;
-  map.resource :videos, :member =&gt; {:status =&gt; :post, :upload =&gt; :get, :done =&gt; :get}
+  map.resources :videos, :member =&gt; {:status =&gt; :post, :upload =&gt; :get, :done =&gt; :get}
 
   # Allow downloading Web Service WSDL as a file with an extension
   # instead of a file named 'wsdl'</diff>
      <filename>config/routes.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3905e51f5c4c687a02abb2992f6dc751ffbdfcdd</id>
    </parent>
    <parent>
      <id>ca313faf873bf247bac33a284af555a8efdec3da</id>
    </parent>
  </parents>
  <author>
    <name>Damien Tanner</name>
    <email>damien@new-bamboo.co.uk</email>
  </author>
  <url>http://github.com/newbamboo/panda_example_rails/commit/01bab7eb0d04a5dbb3c9dde7a9e35c26949af290</url>
  <id>01bab7eb0d04a5dbb3c9dde7a9e35c26949af290</id>
  <committed-date>2009-03-30T05:08:52-07:00</committed-date>
  <authored-date>2009-03-30T05:08:52-07:00</authored-date>
  <message>Merge branch 'master' of git@github.com:newbamboo/panda_example_rails</message>
  <tree>e07bf04baa81a7df7e83b387e5680807b2b0e149</tree>
  <committer>
    <name>Damien Tanner</name>
    <email>damien@new-bamboo.co.uk</email>
  </committer>
</commit>
