<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <id>tag:www.mattup.com:tagruby</id>
  <link href="http://www.mattup.com" type="text/html" rel="alternate"/>
  <title>CodeCloud : Tag ruby, everything about ruby</title>
  <updated>2008-12-21T07:55:26-05:00</updated>
  <generator uri="http://www.typosphere.org" version="4.x">Typo</generator>
  <entry>
    <id>tag:www.mattup.com:Article8</id>
    <published>2008-12-21T07:46:20-05:00</published>
    <updated>2008-12-21T07:55:26-05:00</updated>
    <link href="http://codecloud.com/2008/12/21/engine_yard_releases_vertebra" type="text/html" rel="alternate"/>
    <author>
      <name>Matt Smith</name>
    </author>
    <title type="html">Congrats to EngineYard on Releasing Vertebra</title>
    <category term="ruby" label="Ruby" scheme="http://codecloud.com/category/ruby"/>
    <category term="erlang" label="Erlang" scheme="http://codecloud.com/category/erlang"/>
    <category term="ruby" scheme="http://codecloud.com/tag/ruby"/>
    <category term="erlang" scheme="http://codecloud.com/tag/erlang"/>
    <category term="vertebra" scheme="http://codecloud.com/tag/vertebra"/>
    <summary type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
<a href="http://www.engineyard.com">Engine Yard</a> has release <a href="http://www.engineyard.com/vertebra/">Vertebra</a>.  I am looking forward to doing some digging with this.  You can get the code at <a href="http://github.com/engineyard/vertebra/tree/master">github</a>.  Links to the source and <a href="http://www.engineyard.com/vertebra/documentation">documentation</a> can be found on Engine Yard's site.        </div>
    </summary>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
<a href="http://www.engineyard.com">Engine Yard</a> has release <a href="http://www.engineyard.com/vertebra/">Vertebra</a>.  I am looking forward to doing some digging with this.  You can get the code at <a href="http://github.com/engineyard/vertebra/tree/master">github</a>.  Links to the source and <a href="http://www.engineyard.com/vertebra/documentation">documentation</a> can be found on Engine Yard's site.  

      </div>
    </content>
  </entry>
  <entry>
    <id>tag:www.mattup.com:Article6</id>
    <published>2008-11-29T03:08:54-05:00</published>
    <updated>2008-11-29T03:12:30-05:00</updated>
    <link href="http://codecloud.com/2008/11/29/rubyconf-2008-videos" type="text/html" rel="alternate"/>
    <author>
      <name>Matt Smith</name>
    </author>
    <title type="html">RubyConf 2008 videos</title>
    <category term="ruby" label="Ruby" scheme="http://codecloud.com/category/ruby"/>
    <category term="general" label="General" scheme="http://codecloud.com/category/general"/>
    <category term="ruby" scheme="http://codecloud.com/tag/ruby"/>
    <category term="Talks" scheme="http://codecloud.com/tag/talks"/>
    <summary type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
The <a href="confreaks.com">confreaks</a> have released the <a href="http://rubyconf2008.confreaks.com/">RubyConf 2008 videos</a>.  Looking forward to watching as I was not able to attend.        </div>
    </summary>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
The <a href="confreaks.com">confreaks</a> have released the <a href="http://rubyconf2008.confreaks.com/">RubyConf 2008 videos</a>.  Looking forward to watching as I was not able to attend.  

      </div>
    </content>
  </entry>
  <entry>
    <id>tag:www.mattup.com:Article5</id>
    <published>2008-08-22T00:37:23-04:00</published>
    <updated>2010-05-10T15:30:47-04:00</updated>
    <link href="http://codecloud.com/2008/08/22/ruleby-at-the-ruby-hoedown" type="text/html" rel="alternate"/>
    <author>
      <name>Matt Smith</name>
    </author>
    <title type="html">Ruleby at the Ruby Hoedown</title>
    <category term="Ruleby" scheme="http://codecloud.com/tag/ruleby"/>
    <category term="Treetop" scheme="http://codecloud.com/tag/treetop"/>
    <category term="DSL" scheme="http://codecloud.com/tag/dsl"/>
    <category term="Talks" scheme="http://codecloud.com/tag/talks"/>
    <category term="ruby" scheme="http://codecloud.com/tag/ruby"/>
    <summary type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
<p><a href="http://www.confreaks.com">Confreaks</a> have posted the <a href="http://rubyhoedown2008.confreaks.com">talks</a> from this year's Ruby Hoedown.  Of special interest to me was Joe Kutner's talk on <a href="http://ruleby.org">Ruleby</a>, the <a href="http://rubyhoedown2008.confreaks.com/10-joe-kutner-ruleby-the-rule-engine-for-ruby.html">Rule Engine</a> for Ruby.</p>
<p>
A question from the crowd asked about if there were plans for an external DSL and the answer is "yes".  We are building an external DSL based on the internal String based DSL in Ruleby with parsing handled by <a href="http://treetop.rubyforge.org">Treetop</a>.  It has been a while in the making or not making, but work has begun again...</p>      </div>
    </summary>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
<p><a href="http://www.confreaks.com">Confreaks</a> have posted the <a href="http://rubyhoedown2008.confreaks.com">talks</a> from this year's Ruby Hoedown.  Of special interest to me was Joe Kutner's talk on <a href="http://ruleby.org">Ruleby</a>, the <a href="http://rubyhoedown2008.confreaks.com/10-joe-kutner-ruleby-the-rule-engine-for-ruby.html">Rule Engine</a> for Ruby.</p>
<p>
A question from the crowd asked about if there were plans for an external DSL and the answer is "yes".  We are building an external DSL based on the internal String based DSL in Ruleby with parsing handled by <a href="http://treetop.rubyforge.org">Treetop</a>.  It has been a while in the making or not making, but work has begun again...</p>

      </div>
    </content>
  </entry>
</feed>
