<?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:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Flowdock &#187; Ruby</title>
	<atom:link href="http://blog.flowdock.com/category/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flowdock.com</link>
	<description></description>
	<lastBuildDate>Thu, 19 Jan 2012 16:12:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>APIdock in Textmate</title>
		<link>http://blog.flowdock.com/2009/02/23/apidock-in-textmate/</link>
		<comments>http://blog.flowdock.com/2009/02/23/apidock-in-textmate/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 17:21:16 +0000</pubDate>
		<dc:creator>Mikael Roos</dc:creator>
				<category><![CDATA[APIdock]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Rails-doc]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.nodeta.fi/?p=77</guid>
		<description><![CDATA[First came Vim, and next Gaizka added APIdock integration to Emacs. Now perhaps the biggest favorite of most Ruby and Rails developers, myself included: Textmate! Courtesy of one of Nodeta&#8217;s own, Ville Lautanala aka Lautis, you can get the Textmate bundles with APIdock goodness for Ruby and Rails from github with just a couple of [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://blog.nodeta.fi/wp-content/uploads/2009/02/textmate-bundle.png'><img src="http://blog.nodeta.fi/wp-content/uploads/2009/02/textmate-bundle-300x114.png" alt="" title="Textmate with APIdock" width="300" height="114" style="float: right; margin: 1em;" /></a></p>
<p>First came <a href="http://blog.nodeta.fi/2009/02/19/apidock-vim-integration/">Vim</a>, and next <a href="http://github.com/gaizka">Gaizka</a> added <a href="http://github.com/gaizka/misc-scripts/blob/3a60c2cd41ba1e331e4fa6539d0c70b522a64dd4/dot-emacs/rails-apidock.el">APIdock integration to Emacs</a>. Now perhaps the biggest favorite of most Ruby and Rails developers, myself included: Textmate! Courtesy of one of Nodeta&#8217;s own, <a href="http://github.com/lautis">Ville Lautanala aka Lautis</a>, you can get the Textmate bundles with APIdock goodness for <a href="http://github.com/lautis/ruby-tmbundle/tree">Ruby</a> and <a href="http://github.com/lautis/ruby-on-rails-tmbundle/tree">Rails</a> from github with just a couple of simple git commands:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">% mkdir -p ~/Library/Application\ Support/Textmate/Bundles<br />
% cd ~/Library/Application\ Support/Textmate/Bundles<br />
% git clone git://github.com/lautis/ruby-on-rails-tmbundle.git &quot;Ruby on Rails.tmbundle&quot;<br />
% git clone git://github.com/lautis/ruby-tmbundle.git &quot;Ruby.tmbundle&quot;<br />
% osascript -e 'tell app &quot;TextMate&quot; to reload bundles'</div></div>
<p>Now, the keyboard shortcut</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Control+h</div></div>
<p>gets you the page for the current word from APIdock.</p>
<p><img src="http://blog.nodeta.fi/wp-content/uploads/2009/02/apidock-textmate.png" alt="" title="APIdock Textmate Integration" class="alignnone size-medium wp-image-79" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flowdock.com/2009/02/23/apidock-in-textmate/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Ruby 1.8.7 imported</title>
		<link>http://blog.flowdock.com/2009/01/16/ruby-187-imported/</link>
		<comments>http://blog.flowdock.com/2009/01/16/ruby-187-imported/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 15:29:52 +0000</pubDate>
		<dc:creator>Otto Hilska</dc:creator>
				<category><![CDATA[APIdock]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.nodeta.fi/?p=73</guid>
		<description><![CDATA[I just finished importing Ruby 1.8.7 to APIdock. It&#8217;s also the new default version, because usually it is better documented. However, there&#8217;re some incompatibilities between 1.8.6 and 1.8.7, so be sure to check the older documentation when something seems to be wrong.]]></description>
			<content:encoded><![CDATA[<p>I just finished importing Ruby 1.8.7 to APIdock. It&#8217;s also the new default version, because usually it is better documented. However, there&#8217;re some incompatibilities between 1.8.6 and 1.8.7, so be sure to check the older documentation when something seems to be wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flowdock.com/2009/01/16/ruby-187-imported/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby 1.8.6 is not compatible with Ruby 1.8.6</title>
		<link>http://blog.flowdock.com/2008/05/29/ruby-release-compatibility/</link>
		<comments>http://blog.flowdock.com/2008/05/29/ruby-release-compatibility/#comments</comments>
		<pubDate>Thu, 29 May 2008 14:40:25 +0000</pubDate>
		<dc:creator>Otto Hilska</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[matz]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blog.nodeta.fi/?p=20</guid>
		<description><![CDATA[In Euruko 2008 Matz was participating in a panel discussion about Ruby/Win32 support. That&#8217;s where we heard one of the best Matz quotes: &#8220;I don&#8217;t use Windows, so I don&#8217;t care&#8221; We already had this picture on our scrum board to remind us about the driving forces of Ruby programming language, but today it hit [...]]]></description>
			<content:encoded><![CDATA[<p>In Euruko 2008 Matz was participating in a panel discussion about Ruby/Win32 support. That&#8217;s where we heard one of the best Matz quotes: &#8220;I don&#8217;t use Windows, so I don&#8217;t care&#8221;</p>
<p><a href='http://blog.nodeta.fi/wp-content/uploads/2008/05/matz_idoncare.jpg'><img src="http://blog.nodeta.fi/wp-content/uploads/2008/05/matz_idoncare-300x300.jpg" alt="" title="Matz doesn\&#039;t care" width="300" height="300" class="alignnone size-medium wp-image-21" /></a></p>
<p>We already had this picture on our scrum board to remind us about the driving forces of Ruby programming language, but today it hit my face again: it&#8217;s not guaranteed that all Ruby 1.8.6 installations are compatible with other Ruby 1.8.6 installations.</p>
<p>The first release of 1.8.6 is quite old now, but there&#8217;re already 114 patches silently added to the release. None of these made it to the news section of <a href="http://ruby-lang.org/">ruby-lang.org</a>.</p>
<p>This was concretized today when I was deploying rails-doc.org to a new server: the REXML library (which is a part of standard Ruby library) didn&#8217;t have REXML::Formatters available. The whole REXML library had gone through some major refactoring between different 1.8.6 patch releases. Well, &#8220;I don&#8217;t use XML, so I don&#8217;t care&#8221;.</p>
<p>By the way, <a href="http://docs.codehaus.org/display/JRUBY/2008/05/27/JRuby+1.1.2+Released">JRuby 1.1.2</a> was released a couple of days ago. Go grab it. They even seem to have some kind of a release process. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flowdock.com/2008/05/29/ruby-release-compatibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Living on the edge: JRuby + Merb + Glassfish</title>
		<link>http://blog.flowdock.com/2008/05/22/living-on-the-edge-jruby-merb-glassfish/</link>
		<comments>http://blog.flowdock.com/2008/05/22/living-on-the-edge-jruby-merb-glassfish/#comments</comments>
		<pubDate>Thu, 22 May 2008 17:29:55 +0000</pubDate>
		<dc:creator>Otto Hilska</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[glassfish]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[merb]]></category>

		<guid isPermaLink="false">http://blog.nodeta.fi/?p=18</guid>
		<description><![CDATA[I spent practically my whole evening setting up JRuby + Merb + Glassfish, so I thought I&#8217;d share my experience with those of you who are wondering if JRuby (with real threading) + Merb could be what you&#8217;re looking for in terms of scalability and ease of deployment. Btw, everything was done on a pretty [...]]]></description>
			<content:encoded><![CDATA[<p>I spent practically my whole evening setting up JRuby + Merb + Glassfish, so I thought I&#8217;d share my experience with those of you who are wondering if JRuby (with real threading) + Merb could be what you&#8217;re looking for in terms of scalability and ease of deployment.</p>
<p>Btw, everything was done on a pretty standard <a href="http://www.ubuntu.com/">Ubuntu</a> server. You&#8217;re going to need at least git, rubygems and sun-java-jre before starting.</p>
<p><strong>Setting up JRuby</strong></p>
<p>This is the easiest part. Just download it from <a href="http://www.jruby.org/">JRuby.org</a> and extract it somewhere:</p>
<pre>vodka:~% tar zxvf jruby-bin-1.1.1.tar.gz
vodka:~% mv jruby-1.1.1 jruby
vodka:~% export PATH="/home/mutru/jruby/bin:$PATH"
vodka:~% jirb
irb(main):001:0&gt; puts "This must be JRuby"
This must be JRuby</pre>
<p><strong>Setting up Merb</strong></p>
<p>This was not as straight-forward as it could&#8217;ve been. I had no luck with Merb 0.9.3 (gem), so I had to get it manually. But first, some dependencies:</p>
<pre>vodka:~% jruby -S gem install erubis rake json_pure rspec rack hpricot mime-types rubigen
JRuby limited openssl loaded. gem install jruby-openssl for full support.

http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL

Updating metadata for 380 gems from http://gems.rubyforge.org/
complete
Successfully installed abstract-1.0.0
Successfully installed erubis-2.6.0
Successfully installed rake-0.8.1
Successfully installed json_pure-1.1.2
Successfully installed rspec-1.1.3
Successfully installed rack-0.3.0
Successfully installed hpricot-0.6-java
Successfully installed mime-types-1.15
Successfully installed activesupport-2.0.2
Successfully installed rubigen-1.3.2
10 gems installed</pre>
<p>Now let&#8217;s get to the beef:</p>
<pre>vodka:~% git clone git://github.com/wycats/merb-core.git
vodka:~% cd merb-core
vodka:merb-core% jruby -S rake package
vodka:merb-core% jruby -S gem install --local pkg/merb-core-0.9.4.gem</pre>
<p>That was core. But we still have some more&#8230; Unfortunately the Rakefile seems to be broken at the moment, but you can always replace <em>rake</em> with some manual work. :)</p>
<pre>
vodka:~% git clone git://github.com/wycats/merb-more.git
vodka:~% cd merb-more
vodka:merb-more% for i in merb-*; do cd $i; jruby -S rake package; cd ..; done
vodka:merb-more% jruby -S rake package
vodka:merb-more% jruby -S gem install --local **/*.gem</pre>
<p>Some of the gems depend on other libraries. Consult the error message if you want to install everything.</p>
<p>Anyways, now you should have <em>merb</em> installed:</p>
<pre>vodka:merb-core% jruby -S merb help
Usage: merb [uGdcIpPhmailLerkKX] [argument]
Merb. Pocket rocket web framework</pre>
<p><strong>Creating a Merb project</strong></p>
<p>Now let&#8217;s create our very own Hello world wannabe.</p>
<pre>vodka:tmp% jruby -S merb-gen app hello_nodeta
RubiGen::Scripts::Generate
      create  log
      create  gems
      create  autotest
      create  config
      create  app
      create  spec
      create  public
      create  config/environments
      create  app/helpers
      create  app/views
      create  app/controllers
      create  app/views/layout
      create  app/views/exceptions
      create  public/images
      create  public/stylesheets
      create  autotest/merb.rb
      create  autotest/discover.rb
      create  autotest/merb_rspec.rb
      create  config/rack.rb
      create  config/router.rb
      create  config/init.rb
      create  spec/spec_helper.rb
      create  spec/spec.opts
      create  public/merb.fcgi
      create  config/environments/production.rb
      create  config/environments/test.rb
      create  config/environments/rake.rb
      create  config/environments/development.rb
      create  app/helpers/global_helpers.rb
      create  app/controllers/application.rb
      create  app/controllers/exceptions.rb
      create  app/views/layout/application.html.erb
      create  app/views/exceptions/not_found.html.erb
      create  app/views/exceptions/internal_server_error.html.erb
      create  app/views/exceptions/not_acceptable.html.erb
      create  public/images/merb.jpg
      create  public/stylesheets/master.css
      create  /Rakefile</pre>
<p>Generating controllers works the same way as in Rails:</p>
<pre>vodka:hello_nodeta% jruby -S merb-gen controller testing</pre>
<p>After that we can add our greetings to <em>app/views/testing/index.html.erb</em>.</p>
<p>That&#8217;s it, now let&#8217;s get it running.</p>
<p><strong>Installing Glassfish</strong></p>
<p>You can use whatever application server you want. I haven&#8217;t been doing Java projects for a while, but I&#8217;ve heard <a href="https://glassfish.dev.java.net/">Glassfish</a> is hot today. So let&#8217;s use it.</p>
<p>I downloaded the Linux installer:</p>
<pre>vodka:tmp% java -Xmx256m -jar glassfish-installer-v2ur2-b04-linux.jar</pre>
<p>Somehow Ruby software is never this easy to install&#8230; Anyways, we&#8217;re going to need <em>ant</em> before going to the next step. You can usually find it using your package manager. Let&#8217;s continue:</p>
<pre>vodka:tmp% cd glassfish
vodka:glassfish% ant -f setup.xml
...
create.domain:
     [exec] Using port 4848 for Admin.
     [exec] Using port 8080 for HTTP Instance.
     [exec] Using port 7676 for JMS.
     [exec] Using port 3700 for IIOP.
     [exec] Using port 8181 for HTTP_SSL.
     [exec] Using default port 3820 for IIOP_SSL.
     [exec] Using default port 3920 for IIOP_MUTUALAUTH.
     [exec] Using default port 8686 for JMX_ADMIN.
     [exec] Domain being created with profile:developer, as specified by variable
AS_ADMIN_PROFILE in configuration file.
     [exec] Security Store uses: JKS
     [exec] Domain domain1 created.
     [exec] Login information relevant to admin user name [admin] for this domain [domain1]
stored at [/home/mutru/.asadminpass] successfully.
     [exec] Make sure that this file remains protected. Information stored in this file will be
used by asadmin commands to manage this domain.
   [delete] Deleting: /home/mutru/tmp/glassfish/passfile

BUILD SUCCESSFUL
Total time: 31 seconds</pre>
<p>There it is. We can already start the server:</p>
<pre>vodka:glassfish% ./bin/asadmin start-domain domain1</pre>
<p>We can leave it running when preparing the next step.</p>
<p><strong>Deploying your Merb application to Glassfish</strong></p>
<p>The key here is a gem called <a href="http://caldersphere.rubyforge.org/warbler/">Warbler</a>. It comes bundled with <a href="http://blog.nicksieger.com/articles/2008/05/08/introducing-jruby-rack">JRuby-Rack</a>. We can install it normally, but it happens to need <a href="http://www.rubyonrails.org/">Rails</a> by default, so let&#8217;s install it too. And ActiveRecord with JRuby of course needs a JDBC adapter.</p>
<pre>vodka:~% jruby -S gem install rails warbler activerecord-jdbc-adapter</pre>
<p>Now we can start setting up our project. First we can create a Warble configuration file and try to build our first WAR archive:</p>
<pre>vodka:hello_nodeta% jruby -S warble config
vodka:hello_nodeta% jruby -S warble war
jar cf hello_nodeta.war -C tmp/war .</pre>
<p>Without even trying (well, actually after a couple of iterations) we realize that the default configuration is very Rails specific. So let&#8217;s edit the configuration file:</p>
<pre>vodka:hello_nodeta% cp tmp/war/WEB-INF/web.xml config/web.xml</pre>
<p>At the bottom of the file there&#8217;s something that seems to be tied to Rails. Use this instead:</p>
<pre>  &lt;listener&gt;
    &lt;listener-class&gt;org.jruby.rack.merb.MerbServletContextListener&lt;/listener-class&gt;
  &lt;/listener&gt;</pre>
<p><em>config/warble.rb</em> also needs to know about our gems.</p>
<pre>config.gems = ["activerecord-jdbc-adapter", "merb-core"]</pre>
<p>Before deploying, let&#8217;s add one more route to your config/router.rb:</p>
<pre>  r.match("/hello_nodeta/testing").to(:controller =&gt; "testing", :action =&gt; "index")</pre>
<p>Now we&#8217;re ready to deploy:</p>
<pre>vodka:hello_nodeta% cp hello_nodeta.war ~/tmp/glassfish/domains/domain1/autodeploy/</pre>
<p>You can see that Java is starting to eat all of your CPU time. It means that Glassfish has noticed your WAR file and is deploying it.</p>
<p>You can take your browser to http://127.0.0.1:8080/hello_nodeta/testing and see the fancy index.html.erb you wrote earlier.</p>
<p>I&#8217;ll do some benchmarking later when I can set up a real benchmarking environment, but at least Glassfish seems to handle concurrent connections nicely out-of-the-box:</p>
<pre>vodka:~% ab -c 400 -n 5000 http://127.0.0.1:8080/hello_nodeta/testing
This is ApacheBench, Version 2.0.40-dev &lt;$Revision: 1.146 $&gt; apache-2.0
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Copyright 2006 The Apache Software Foundation, http://www.apache.org/

Benchmarking 127.0.0.1 (be patient)
Completed 500 requests
Completed 1000 requests
Completed 1500 requests
Completed 2000 requests
Completed 2500 requests
Completed 3000 requests
Completed 3500 requests
Completed 4000 requests
Completed 4500 requests
Finished 5000 requests

Server Software:
Server Hostname:        127.0.0.1
Server Port:            8080

Document Path:          /hello_nodeta/testing
Document Length:        495 bytes

Concurrency Level:      400
Time taken for tests:   13.471622 seconds
Complete requests:      5000
Failed requests:        0
Write errors:           0
Total transferred:      3150000 bytes
HTML transferred:       2475000 bytes
Requests per second:    371.15 [#/sec] (mean)
Time per request:       1077.730 [ms] (mean)
Time per request:       2.694 [ms] (mean, across all concurrent requests)
Transfer rate:          228.33 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    2  10.5      0      64
Processing:    32 1043 302.5    982    1893
Waiting:       31 1042 302.6    982    1893
Total:         36 1046 299.3    984    1893

Percentage of the requests served within a certain time (ms)
  50%    984
  66%   1067
  75%   1111
  80%   1151
  90%   1551
  95%   1685
  98%   1743
  99%   1759
 100%   1893 (longest request)</pre>
<p>Stay tuned. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flowdock.com/2008/05/22/living-on-the-edge-jruby-merb-glassfish/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Why you really need to let your tests fail first</title>
		<link>http://blog.flowdock.com/2008/05/13/why-you-really-need-to-let-your-tests-fail-first/</link>
		<comments>http://blog.flowdock.com/2008/05/13/why-you-really-need-to-let-your-tests-fail-first/#comments</comments>
		<pubDate>Tue, 13 May 2008 13:50:38 +0000</pubDate>
		<dc:creator>Otto Hilska</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[rspec]]></category>

		<guid isPermaLink="false">http://blog.nodeta.fi/?p=16</guid>
		<description><![CDATA[Test-driven development (or even Behaviour-driven development) is increasingly popular, but sometimes old habits make you write tests afterwards &#8211; just to keep your test coverage up. This is just plain wrong. If you&#8217;ve never seen your test fail, how can you know that you&#8217;re testing the right thing? Let&#8217;s imagine we were trying out XMLBuilder [...]]]></description>
			<content:encoded><![CDATA[<p>Test-driven development (or even <a href="http://rspec.info/">Behaviour-driven development</a>) is increasingly popular, but sometimes old habits make you write tests <strong>afterwards</strong> &#8211; just to keep your <a href="http://eigenclass.org/hiki.rb?rcov">test coverage</a> up.</p>
<p><strong>This is just plain wrong.</strong></p>
<p>If you&#8217;ve never seen your test fail, how can you know that you&#8217;re testing the right thing? Let&#8217;s imagine we were trying out XMLBuilder for the first time:</p>
<pre lang="ruby">
module Demo
  def self.build_xml(xml)
    xml.parent do
      xml.child :id => 1
    end
  end
end
</pre>
<p>Could it get any easier. We already have a <i>parent</i> tag. Now let&#8217;s write the test afterwards:</p>
<pre lang="ruby">
require 'demo'

require 'rubygems'
gem 'builder'
require 'builder'

describe Demo do
  before(:each) do
    @xml = Builder::XmlMarkup.new(:indent => 2, :encoding => 'UTF-8')

    Demo::build_xml(@xml)
  end

  it 'should have a parent' do
    @xml.should match(/
<parent/)
  end
end
</pre>
<p>Indeed, it seems that we have a parent. And our test coverage is blasting 100%.</p>
<p>However, just out of curiosity, let's try writing an invalid test:</p>
<pre lang="ruby">
it 'should not behave like this' do
  @xml.should match(/THIS WAS NOT IN MY XML/)
end
</pre>
<p>It still passes. Why? Well, XMLBuilder's <i>method_missing</i> happens to catch RSpec's <i>should</i> method. All possible matchers just pass. When outputting XML everything could seem to be in order.</p>
<p>And this is not the only problem. I've even seen cases, where someone is using a clever <strong>do_as(:user_name)</strong> helper to run tests under a certain user. Too bad that the helper method itself happened to be broken and even the craziest tests passed.</p>
<p>I pretty much assume that if a certain code block is not unit tested, it's broken. The same goes with tests: if you haven't seen a spec failing before implementing the feature, there's usually something wrong with the spec.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flowdock.com/2008/05/13/why-you-really-need-to-let-your-tests-fail-first/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nodeta at Euruko 2008</title>
		<link>http://blog.flowdock.com/2008/04/09/nodeta-at-euruko-2008/</link>
		<comments>http://blog.flowdock.com/2008/04/09/nodeta-at-euruko-2008/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 10:11:53 +0000</pubDate>
		<dc:creator>Mikael Roos</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[event]]></category>

		<guid isPermaLink="false">http://blog.nodeta.fi/?p=3</guid>
		<description><![CDATA[Nodeta was a silver sponsor at this year&#8217;s European Ruby Conference, EURUKO 2008. The event was a hit success and the turnout was almost double the expected at over 300 rubyists. Huge thanks goes to the organizers, the guys from CSRUG. The event garnered the biggest names in the Ruby world ranging form the creator [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.nodeta.fi/wp-content/uploads/2008/04/2370868776_fa1d555348_o.jpg"><br />
</a></p>
<p><a href="http://blog.nodeta.fi/wp-content/uploads/2008/04/2370868776_fa1d555348_o.jpg"><img class="alignnone size-medium wp-image-14" style="margin-left: 5px; margin-right: 5px; margin-top: 20px; margin-bottom: 20px;" title="Nodeta at EURUKO 2008" src="http://blog.nodeta.fi/wp-content/uploads/2008/04/2370868776_fa1d555348_o-300x200.jpg" alt="Nodeta at EURUKO 2008" width="300" height="200" /></a></p>
<p>Nodeta was a silver sponsor at this year&#8217;s European Ruby Conference, <a title="Euruko 2008" href="http://www.euruko2008.com" target="_self">EURUKO 2008</a>. The event was a hit success and the turnout was almost double the expected at over 300 rubyists. Huge thanks goes to the organizers, the guys from CSRUG. The event garnered the biggest names in the Ruby world ranging form the creator of Ruby, Yukihiro &#8220;Matz&#8221; Matsumoto to David Heinemeier Hansson, the creator of Rails.</p>
<p>Six Nodetans where on location when the bleeding edge of the Ruby world was divulged. In fact, the Euruko crowd was the first to learn about the publication of <a href="http://http//docs.codehaus.org/display/JRUBY/2008/04/05" target="_self">JRuby 1.1</a>. All of the presentations are going to be available as video on the <a href="http://www.euruko2008.com" target="_self">Euruko web site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flowdock.com/2008/04/09/nodeta-at-euruko-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

