<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Robust Lunchbox</title>
	<atom:link href="http://blog.robustlunchbox.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.robustlunchbox.com</link>
	<description></description>
	<pubDate>Mon, 10 Mar 2008 03:46:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>[ANN] ruby-wmi 0.2.2 Released</title>
		<link>http://blog.robustlunchbox.com/2008/01/14/ann-ruby-wmi-022-released/</link>
		<comments>http://blog.robustlunchbox.com/2008/01/14/ann-ruby-wmi-022-released/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 22:42:00 +0000</pubDate>
		<dc:creator>Gordon</dc:creator>
		
		<category><![CDATA[1]]></category>

		<category><![CDATA[Releases]]></category>

		<category><![CDATA[ruby]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://robustlunchbox.wordpress.com/2008/01/14/ann-ruby-wmi-022-released/</guid>
		<description><![CDATA[ruby-wmi version 0.2.2 has been released!

by Gordon Thiesfeld
http://ruby-wmi.rubyforge.org/
gthiesfeld@gmail.com

ruby-wmi is an ActiveRecord style interface for Microsoft&#8217;s Windows
Management Instrumentation provider.
Many of the methods in WMI::Base are borrowed directly, or with some
modification from ActiveRecord.
http://api.rubyonrails.org/classes/ActiveRecord/Base.html
The major tool in this library is the #find method.  For more
information, see WMI::Base.
There is also a WMI.sublasses method included for reflection purposes.
Changes:
## 0.2.2 [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>ruby-wmi version 0.2.2 has been released!</p>
<ul>
<li>by Gordon Thiesfeld</li>
<li>http://ruby-wmi.rubyforge.org/</li>
<li>gthiesfeld@gmail.com</li>
</ul>
<p>ruby-wmi is an ActiveRecord style interface for Microsoft&#8217;s Windows<br />
Management Instrumentation provider.</p>
<p>Many of the methods in WMI::Base are borrowed directly, or with some<br />
modification from ActiveRecord.<br />
http://api.rubyonrails.org/classes/ActiveRecord/Base.html</p>
<p>The major tool in this library is the #find method.  For more<br />
information, see WMI::Base.</p>
<p>There is also a WMI.sublasses method included for reflection purposes.</p>
<p>Changes:</p>
<p>## 0.2.2 / 2008-01-11</p>
<p>* 1 major enhancement<br />
* supports privileges</p>
<blockquote><p> events = WMI::Win32_NTLogEvent.find(<br />
:all,<br />
:privileges =&gt; [WMI::Privilege::Security],<br />
:conditions =&gt; {:logfile =&gt; &#8216;Security&#8217;, :eventcode =&gt; &#8216;517&#8242;} )</p></blockquote>
<p>* minor enhancements<br />
* added error handling for invalid queries and class name typos<br />
* better documentation</p>
<ul>
<li>by Gordon Thiesfeld</li>
<li>http://ruby-wmi.rubyforge.org/</li>
<li>gthiesfeld@gmail.com</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/robustlunchbox.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/robustlunchbox.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/robustlunchbox.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/robustlunchbox.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/robustlunchbox.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/robustlunchbox.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/robustlunchbox.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/robustlunchbox.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/robustlunchbox.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/robustlunchbox.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/robustlunchbox.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/robustlunchbox.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.robustlunchbox.com&blog=3066513&post=4&subd=robustlunchbox&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.robustlunchbox.com/2008/01/14/ann-ruby-wmi-022-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A replacement for Pimki</title>
		<link>http://blog.robustlunchbox.com/2007/10/08/a-replacement-for-pimki/</link>
		<comments>http://blog.robustlunchbox.com/2007/10/08/a-replacement-for-pimki/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 15:53:00 +0000</pubDate>
		<dc:creator>Gordon</dc:creator>
		
		<category><![CDATA[1]]></category>

		<category><![CDATA[merb]]></category>

		<category><![CDATA[ruby]]></category>

		<category><![CDATA[vaporware]]></category>

		<guid isPermaLink="false">http://robustlunchbox.wordpress.com/2007/10/08/a-replacement-for-pimki/</guid>
		<description><![CDATA[I&#8217;m a big fan of Pimki, but I think it&#8217;s starting to show it&#8217;s age.  Pimki is based on Instiki, which was built on top of ruby on rails, before it was even called rails.  I think it&#8217;s time for something new, and I intend to write it.  I&#8217;m sure this won&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m a big fan of <a href="http://pimki.rubyforge.org/">Pimki</a>, but I think it&#8217;s starting to show it&#8217;s age.  Pimki is based on Instiki, which was built on top of ruby on rails, before it was even called rails.  I think it&#8217;s time for something new, and I intend to write it.  I&#8217;m sure this won&#8217;t set the world on fire.  It&#8217;s not the sexiest project in the world, but I think as a learning exercise, it&#8217;s got a lot of potential. So, here is my plan to create Pimki&#8217;s replacement.</p>
<p>I&#8217;m going to use <a href="http://merb.devjavu.com/">Merb</a>, because it is ORM agnostic.  Rails has a lot more bells and whistles, that would probably make writing this a heck of a lot easier for a guy like me.  The problem is that Rails depends too heavily on ActiveRecord.  My problem with ActiveRecord is that it expects a SQL database.  I want this thing to be installed via gem, and i don&#8217;t want the user to have to install anything else.</p>
<p>Pimki uses <a href="http://madeleine.rubyforge.org/">Madeleine</a> for object persistence, and while I don&#8217;t have anything against it, I&#8217;d like to use an RDBMS.  I want to keep the structure as close to a normal crud app as possible.  So I&#8217;m going to give <a href="http://www.netpromi.com/kirbybase_ruby.html">KirbyBase </a>a try.  This will keep the database in ruby, so there is nothing extra for the user to install.</p>
<p>So, that&#8217;s what I know so far.  I&#8217;ve got some other ideas for tasklists and such that I&#8217;ll probably write about at a later time, but I have to get something started first.</p>
<p>The first step is going to be to write a Merb ORM plugin for KirbyBase.  The plugin will need to handle migrations, validations, and configuration, as well as model relationships.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/robustlunchbox.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/robustlunchbox.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/robustlunchbox.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/robustlunchbox.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/robustlunchbox.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/robustlunchbox.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/robustlunchbox.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/robustlunchbox.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/robustlunchbox.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/robustlunchbox.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/robustlunchbox.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/robustlunchbox.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.robustlunchbox.com&blog=3066513&post=3&subd=robustlunchbox&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.robustlunchbox.com/2007/10/08/a-replacement-for-pimki/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>