From beingthexemplary at gmail.com Tue Jun 26 14:50:45 2007 From: beingthexemplary at gmail.com (aaron smith) Date: Tue, 26 Jun 2007 14:50:45 -0400 Subject: [Rubyamf-discussion] Announcements. Message-ID: Hey All, I'm going to start putting announcements on this list. For anyone who is subscribed; if there is anyone subscribed. The latest announcement is Ruby-0.9.7 was released. Major updates have been made, code optimizations and a new license - MIT. See the release log at wiki.rubyamf.org/wiki/show/ReleaseLog (0.9.5,0.9.6,0.9.7) has the latest release updates. Also, for anyone who keeps up to date with the SVN repository, note that my SVN is not always the latest "stable" release. I use SVN as a place to keep the code and development efforts.. The latest stable builds are always released on RubyForge. With the latest SVN unit testing is broken because of the 0.9.7 overhaul of de/serializers. As soon as unit testing capabilities are back in I'll send out another email. Yeah, I don't usually do unit testing as the de/serializers are done and it all works fine. But i'm making sure to add those capabilities for those who want it. Also, for those who aren't on the Flexible Rails mailing list (flexiblerails.com). RubyAMF is going to have a chapter in the Flexible Rails book. Awesome! Check out the latest rubyamf.org and blog.rubyamf.org. I branded RubyAMF with a logo / colors. I will be updating the wiki skin soon as well. Stay tuned and thanks for any support! Aaron From beingthexemplary at gmail.com Tue Jun 26 16:34:27 2007 From: beingthexemplary at gmail.com (aaron smith) Date: Tue, 26 Jun 2007 16:34:27 -0400 Subject: [Rubyamf-discussion] Unit testing fixed in SVN. Message-ID: The latest SVN has unit testing capabilities fixed. -Aaron From beingthexemplary at gmail.com Thu Jun 28 22:32:04 2007 From: beingthexemplary at gmail.com (aaron smith) Date: Thu, 28 Jun 2007 22:32:04 -0400 Subject: [Rubyamf-discussion] RubyAMF-0.9.8 Message-ID: RubyAMF-0.9.8 Released. Release Notes: #Fix RecordSet with Flash 9 issue. Results sets were being returned to Flash 9 as mx.remoting.RecordSet. Now it's returned as fl.data.DataProvider. ( http://blog.rubyamf.org/?p=22) #Added custom recordset_format header support. You can change the recordset format by adding the appropriate header to the netconnection. EX: service.addHeader('recordset_format: fl.data.DataProvider',false,false); OR service.addHeader('recordset_format: mx.remoting.RecordSet',false,false); #Made sure the _explicitType member variable isn't being written in the actionscript object when serializing AF3 or AMF0 #added db_error_logger helper class. Use for easily logging errors in services #added error_notification class. Use for sending emails when errors happen, Note this is just stub code for now -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rubyamf-discussion/attachments/20070628/2c89fa54/attachment-0001.html From beingthexemplary at gmail.com Thu Jun 28 22:43:49 2007 From: beingthexemplary at gmail.com (aaron smith) Date: Thu, 28 Jun 2007 22:43:49 -0400 Subject: [Rubyamf-discussion] Wiki Skin Message-ID: Check out the new wiki skin. wiki.rubyamf.org -Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rubyamf-discussion/attachments/20070628/637cd4e9/attachment.html