<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,9 +27,10 @@
 	&lt;/mx:request&gt;
 &lt;/mx:HTTPService&gt;		  		
 &lt;mx:HTTPService id=&quot;noteUpdate&quot;
-	     		url=&quot;http://localhost:3000/notes/{id}.xml?_method=put&quot;
+	     		url=&quot;http://localhost:3000/notes/{id}.xml&quot;
 		  		method=&quot;POST&quot;
 				resultFormat=&quot;e4x&quot;
-				contentType=&quot;application/xml&quot;			  		
+				contentType=&quot;application/xml&quot;	
+				headers=&quot;{{X_HTTP_METHOD_OVERRIDE:'put'}}&quot;		  		
 		  		/&gt;			  			
 &lt;/EventDispatcher&gt;</diff>
      <filename>04_Using_Fluint_to_Test_a_Flex_with_Rails_Application/flex/src/NotesResource.mxml</filename>
    </modified>
    <modified>
      <diff>@@ -41,7 +41,7 @@ package flexonrails.examples.notetaker.business
       call.addResponder(this.responder);      
     }
     public function update(note:XML):void {
-      this.noteUpdateService.url = &quot;http://localhost:3000/notes/&quot;+note.id.toString()+&quot;.xml?_method=put&quot;
+      this.noteUpdateService.url = &quot;http://localhost:3000/notes/&quot;+note.id.toString()+&quot;.xml&quot;
       var call:AsyncToken = this.noteUpdateService.send(note);
       call.addResponder(this.responder);      
     }</diff>
      <filename>04_Using_Fluint_to_Test_a_Flex_with_Rails_Application/flex/src/flexonrails/examples/notetaker/business/NoteDelegate.as</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>01b6430e41a567e9d28fdce016f959223f7a0fa3</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Wanja</name>
    <email>daniel@daniel-wanjas-macbook.local</email>
  </author>
  <url>http://github.com/danielwanja/flexonrails/commit/ae9aa71829c5ddb364e810d14c504c0315bc29f5</url>
  <id>ae9aa71829c5ddb364e810d14c504c0315bc29f5</id>
  <committed-date>2009-05-03T14:25:16-07:00</committed-date>
  <authored-date>2009-05-03T14:25:16-07:00</authored-date>
  <message>Repalced method=put by X_HTTP_METHOD_OVERRIDE request header</message>
  <tree>fae5b2bf2809501a277951a0d81583261273d07b</tree>
  <committer>
    <name>Daniel Wanja</name>
    <email>daniel@daniel-wanjas-macbook.local</email>
  </committer>
</commit>
