<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -79,9 +79,7 @@ class RowsController &lt; ApplicationController
 
   def destroy
     @row.destroy
-
-    flash[:notice] = 'rows was successfully destroyed.'
-    redirect_to datab_table_path(@datab, @table)
+    render :nothing =&gt; true
   end
   
   private</diff>
      <filename>app/controllers/rows_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -27,7 +27,8 @@
 	&lt;% for row in rows %&gt;
 	&lt;tr&gt;
 	  &lt;td&gt;&lt;%= link_to image_tag('edit.png', :title =&gt; 'edit this row'), edit_datab_table_row_path(@datab, @table, row) %&gt;&lt;/td&gt;
-	  &lt;td&gt;&lt;%= link_to image_tag('delete.png', :title =&gt; 'destroy this row'), datab_table_row_path(@datab, @table, row), :method =&gt; :delete %&gt;&lt;/td&gt;
+	  &lt;td&gt;&lt;%= link_to_remote image_tag('delete.png', :title =&gt; 'destroy this row'),
+	    :url =&gt; datab_table_row_path(@datab, @table, row), :method =&gt; :delete, :before =&gt; 'parentRow(this).remove()' %&gt;&lt;/td&gt;
 	  &lt;% for rel in relations %&gt;
 	    &lt;td&gt;
 	     &lt;%= link_to image_tag('table_go.png', :title =&gt; &quot;see all #{rel} for this #{@table.name.singularize}&quot; ), datab_table_rows_path(@datab, rel,</diff>
      <filename>app/views/tables/_browse.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -0,0 +1,5 @@
+function parentRow(elt){
+	while (elt.tagName != 'TR')
+		elt = elt.parentNode
+	return elt
+}
\ No newline at end of file</diff>
      <filename>public/javascripts/application.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bd20dc40dc45653a3590eabea36544f842d4fae9</id>
    </parent>
  </parents>
  <author>
    <name>Ivan Schneider - ivan</name>
    <email>ivan.tailorluv@gmail.com</email>
  </author>
  <url>http://github.com/redox/rbdb/commit/6c5595f8060efbea8b03417e7be62984828e8c3b</url>
  <id>6c5595f8060efbea8b03417e7be62984828e8c3b</id>
  <committed-date>2009-01-23T07:22:10-08:00</committed-date>
  <authored-date>2009-01-23T07:22:10-08:00</authored-date>
  <message>ajax link for row deletion</message>
  <tree>7e8cf662a58b030bb7bb3fe5e2a2f566f4371cb3</tree>
  <committer>
    <name>Ivan Schneider - ivan</name>
    <email>ivan.tailorluv@gmail.com</email>
  </committer>
</commit>
