<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: IronNails : Rails like development for IronRuby with WPF/Silverlight</title>
	<atom:link href="http://flanders.co.nz/2008/08/07/ironnails-introduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://flanders.co.nz/2008/08/07/ironnails-introduction/</link>
	<description>thoughts.each { &#38;:propagandise }</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:25:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ivan</title>
		<link>http://flanders.co.nz/2008/08/07/ironnails-introduction/comment-page-1/#comment-555</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Mon, 25 May 2009 08:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2008/08/07/ironnails-introduction/#comment-555</guid>
		<description>&lt;p&gt;I define the classes in C# because ironruby types still lack support for certain things. What you&#039;re actually doing is work that will eventually be done by IronRuby itself. If IronRuby, when it goes 1.0, still doesn&#039;t support databinding in WPF I&#039;ll put it in IronNails. There are a couple more workarounds in there that I can remove and I will do that when I&#039;m done writing samples and texts for my book.
For my personally my priority at the moment is getting a mocking framework so I can do proper testing on IronRuby for Ruby to CLR integration and the ironruby mvc thing which is as good as done. I need those for my book after which I&#039;m building a commercial product based on the ironnails framework. So the IronNails framework will continue to evolve as it is to be the base framework for many of my own applications.&lt;/p&gt;

&lt;p&gt;In your case you would need to create a collection class yes (you need the NotifyCollectionChangedEvent which IronRuby can&#039;t override yet at this moment) and you would need to define the models you&#039;re going to bind to, from xaml, in C# too because of the NotifyPropertyChanged event and the property implementations).&lt;/p&gt;

&lt;p&gt;I hope this helps :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I define the classes in C# because ironruby types still lack support for certain things. What you&#8217;re actually doing is work that will eventually be done by IronRuby itself. If IronRuby, when it goes 1.0, still doesn&#8217;t support databinding in WPF I&#8217;ll put it in IronNails. There are a couple more workarounds in there that I can remove and I will do that when I&#8217;m done writing samples and texts for my book.<br />
For my personally my priority at the moment is getting a mocking framework so I can do proper testing on IronRuby for Ruby to CLR integration and the ironruby mvc thing which is as good as done. I need those for my book after which I&#8217;m building a commercial product based on the ironnails framework. So the IronNails framework will continue to evolve as it is to be the base framework for many of my own applications.</p>
<p>In your case you would need to create a collection class yes (you need the NotifyCollectionChangedEvent which IronRuby can&#8217;t override yet at this moment) and you would need to define the models you&#8217;re going to bind to, from xaml, in C# too because of the NotifyPropertyChanged event and the property implementations).</p>
<p>I hope this helps <img src='http://flanders.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cruizer</title>
		<link>http://flanders.co.nz/2008/08/07/ironnails-introduction/comment-page-1/#comment-554</link>
		<dc:creator>cruizer</dc:creator>
		<pubDate>Mon, 25 May 2009 07:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2008/08/07/ironnails-introduction/#comment-554</guid>
		<description>&lt;p&gt;neat idea, we definitely need stuff like this on the .NET platform!&lt;/p&gt;

&lt;p&gt;it seems for the view model, you are to use a CLR object to wrap over the Ruby object that is the actual model. is my understanding correct? for controls like the DataGrid (WPF Toolkit in CodePlex), will that mean I will have to have some CLR object wrap over my collection object/array in Ruby, then have another set of CLR objects to wrap over each individual item in the collection?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>neat idea, we definitely need stuff like this on the .NET platform!</p>
<p>it seems for the view model, you are to use a CLR object to wrap over the Ruby object that is the actual model. is my understanding correct? for controls like the DataGrid (WPF Toolkit in CodePlex), will that mean I will have to have some CLR object wrap over my collection object/array in Ruby, then have another set of CLR objects to wrap over each individual item in the collection?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James S</title>
		<link>http://flanders.co.nz/2008/08/07/ironnails-introduction/comment-page-1/#comment-228</link>
		<dc:creator>James S</dc:creator>
		<pubDate>Sat, 09 Aug 2008 01:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2008/08/07/ironnails-introduction/#comment-228</guid>
		<description>This is wonderful idea.</description>
		<content:encoded><![CDATA[<p>This is wonderful idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - August 8, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://flanders.co.nz/2008/08/07/ironnails-introduction/comment-page-1/#comment-227</link>
		<dc:creator>Dew Drop - August 8, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Fri, 08 Aug 2008 12:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2008/08/07/ironnails-introduction/#comment-227</guid>
		<description>[...] IronNails: Rails-Like Development for IronRuby with WPF/Silverlight (Ivan Porto Carrero) [...]</description>
		<content:encoded><![CDATA[<p>[...] IronNails: Rails-Like Development for IronRuby with WPF/Silverlight (Ivan Porto Carrero) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IronNails = IronRuby + Silverlight : Accidental Technologist</title>
		<link>http://flanders.co.nz/2008/08/07/ironnails-introduction/comment-page-1/#comment-225</link>
		<dc:creator>IronNails = IronRuby + Silverlight : Accidental Technologist</dc:creator>
		<pubDate>Thu, 07 Aug 2008 17:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2008/08/07/ironnails-introduction/#comment-225</guid>
		<description>[...] seeing new projects pop-up as well.&#160; One such project I have noticed and wanted to share is IronNails, created and opensourced by Ivan Carrero.&#160; IronNails brings IronRuby and Silverlight together [...]</description>
		<content:encoded><![CDATA[<p>[...] seeing new projects pop-up as well.&nbsp; One such project I have noticed and wanted to share is IronNails, created and opensourced by Ivan Carrero.&nbsp; IronNails brings IronRuby and Silverlight together [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rubydoes.net &#187; Blog Archive &#187; IronNails: Rails like development for IronRuby with WPF/Silverlight</title>
		<link>http://flanders.co.nz/2008/08/07/ironnails-introduction/comment-page-1/#comment-224</link>
		<dc:creator>rubydoes.net &#187; Blog Archive &#187; IronNails: Rails like development for IronRuby with WPF/Silverlight</dc:creator>
		<pubDate>Thu, 07 Aug 2008 14:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://flanders.co.nz/2008/08/07/ironnails-introduction/#comment-224</guid>
		<description>[...] You can read more about it on my blog: http://flanders.co.nz/2008/08/07/ironnails-introduction/ [...]</description>
		<content:encoded><![CDATA[<p>[...] You can read more about it on my blog: <a href="http://flanders.co.nz/2008/08/07/ironnails-introduction/" rel="nofollow">http://flanders.co.nz/2008/08/07/ironnails-introduction/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
