<?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"
	>

<channel>
	<title>YAB &#187; ruby</title>
	<atom:link href="http://blog.alexgirard.com/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alexgirard.com</link>
	<description>Yet Another Blog</description>
	<pubDate>Wed, 26 Nov 2008 23:44:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>[Ruby] Comic books to PDF</title>
		<link>http://blog.alexgirard.com/ruby-comic-books-to-pdf/</link>
		<comments>http://blog.alexgirard.com/ruby-comic-books-to-pdf/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 14:20:35 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

		<category><![CDATA[comic book]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.alexgirard.com/?p=212</guid>
		<description><![CDATA[
Moebius is a script to convert Comic Book files (.cbr and .cbz) in PDF for portable reading.
Download last version of Moebius, or view its code on Github.
Usage


	cd moebius_installation
	./moebius.rb comic_file.cbr


It&#8217;ll output a comic_file.pdf file in your current directory.
Requirements

Ruby 1.8
Gem: prawn
Unzip
Unrar

]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.alexgirard.com/wp-content/uploads/2008/08/imagen-1-193x300.png" alt="" title="The Last Man" width="193" height="300" class="size-medium wp-image-214" /></p>
<p>Moebius is a script to convert Comic Book files (.cbr and .cbz) in PDF for portable reading.</p>
<p><a href="http://github.com/alx/moebius/tarball/master">Download last version of Moebius</a>, or <a href="http://github.com/alx/moebius/tree/master">view its code</a> on Github.</p>
<p><strong>Usage</strong></p>
<pre>
<code>
	cd moebius_installation
	./moebius.rb comic_file.cbr
</code>
</pre>
<p>It&#8217;ll output a <em>comic_file.pdf</em> file in your current directory.</p>
<p><strong>Requirements</strong></p>
<ul>
<li>Ruby 1.8</li>
<li>Gem: <a href="http://prawn.majesticseacreature.com/">prawn</a></li>
<li>Unzip</li>
<li>Unrar</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/ruby-comic-books-to-pdf/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[Script] SSH connect shortcut</title>
		<link>http://blog.alexgirard.com/script-ssh-connect-shortcut/</link>
		<comments>http://blog.alexgirard.com/script-ssh-connect-shortcut/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 10:42:33 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

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

		<guid isPermaLink="false">http://blog.alexgirard.com/?p=166</guid>
		<description><![CDATA[With dozens of ssh connections each days, you better need a shortcut way to make it faster. Frustation comes to a end with this script:

Put this ruby script in your bin directory, make it executable, add your servers info hash in the array, and eventually copy your ssh public key in the various servers to [...]]]></description>
			<content:encoded><![CDATA[<p>With dozens of ssh connections each days, you better need a shortcut way to make it faster. Frustation comes to a end with this script:</p>
<p><script src="http://gist.github.com/24556.js"></script></p>
<p>Put this <em>ruby script</em> in your bin directory, make it executable, <strong>add your servers info hash</strong> in the array, and eventually <a href="http://pkeck.myweb.uga.edu/ssh/">copy your ssh public key in the various servers to never be asked for password</a>.</p>
<p>When executing it, you can give it the &#8216;<em>id</em>&#8216; as an argument, and it will connect automatically to the server with the corresponding id!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/script-ssh-connect-shortcut/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[Jabber] Delicious Bot</title>
		<link>http://blog.alexgirard.com/jabber-delicious-bot/</link>
		<comments>http://blog.alexgirard.com/jabber-delicious-bot/#comments</comments>
		<pubDate>Sat, 03 May 2008 12:00:42 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

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

		<guid isPermaLink="false">http://blog.alexgirard.com/?p=155</guid>
		<description><![CDATA[Because when I see a good link, my main pleasure is to send it to as many friends as possible on IM, here is a simple jabber bot I could use to also save these links to my delicious account:
Download from github.com
It uses jabber-bot and rdelicious gem for ruby, you just need to configure the [...]]]></description>
			<content:encoded><![CDATA[<p>Because when I see a good link, my main pleasure is to send it to as many friends as possible on IM, here is a simple jabber bot I could use to also save these links to my delicious account:</p>
<p><a href="http://github.com/alx/delicious-bot/tarball/master">Download from github.com</a></p>
<p>It uses <a href="http://socket7.net/software/jabber-bot">jabber-bot</a> and <a href="http://rdelicious.rubyforge.org">rdelicious</a> gem for ruby, you just need to configure the config.yml with your jabber and delicious login information and maje it run with:</p>
<p><code>ruby delicious-bot.rb</code></p>
<p>The bot will connect to the master jabber you&#8217;ve configured in the config.yml, and you just need to send him the bookmark command:</p>
<p><code>bookmark url description</code></p>
<p>You can add your commands easily inside the bot, and fork the project from Github.com:</p>
<p><a href="http://github.com/alx/delicious-bot/tree/master">Delicious-bot project on github.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/jabber-delicious-bot/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[Ruby] Behaviour Driven Development with RSpec</title>
		<link>http://blog.alexgirard.com/ruby-behaviour-driven-development-with-rspec/</link>
		<comments>http://blog.alexgirard.com/ruby-behaviour-driven-development-with-rspec/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 21:50:23 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

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

		<guid isPermaLink="false">http://blog.alexgirard.com/2008/02/24/ruby-behaviour-driven-development-with-rspec/</guid>
		<description><![CDATA[During the rewritting of Feevy.com with Merb, I&#8217;m discovering RSpec, a framework to be sure your code behave nicely.
Follow and join Feevy rewrite on Gitorious
Instead of normal test-units, you describe how your app/model should behave, which give a more-human conversation when you read your test:

  it "should create a feed from website http://blog.feevy.com" do

 [...]]]></description>
			<content:encoded><![CDATA[<p>During the rewritting of <a href="http://feevy.com">Feevy.com</a> with <a href="http://merbivore.com">Merb</a>, I&#8217;m discovering <a href="http://rspec.info">RSpec</a>, a framework to be sure your code behave nicely.</p>
<p><a href="http://gitorious.org/projects/feevy">Follow and join Feevy rewrite on Gitorious</a></p>
<p>Instead of normal test-units, you describe how your app/model should behave, which give a more-human conversation when you read your test:</p>
<pre class="prettyprint">
  it "should create a feed from website http://blog.feevy.com" do

    feed = Feed.new :website => "http://blog.feevy.com"

    feed.valid?(:save).should == true

    feed.link.should == "http://blog.feevy.com/feed/"
    feed.website.should == "http://blog.feevy.com"
    feed.title.should == "Feevy Blog"

  end
</pre>
<p>To re-initialize your database between each test:</p>
<pre class="prettyprint">
  before(:each) do
      Feed.delete_all
  end
</pre>
<p>Next step: <a href="http://dannorth.net/whats-in-a-story">writing Feevy stories</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/ruby-behaviour-driven-development-with-rspec/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[Ruby] TwittLine</title>
		<link>http://blog.alexgirard.com/ruby-twittline/</link>
		<comments>http://blog.alexgirard.com/ruby-twittline/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 03:32:03 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://blog.alexgirard.com/2007/11/12/ruby-twittline/</guid>
		<description><![CDATA[There&#8217;s always a nice thing to do during insomnia: close all the open ideas you&#8217;ve got in mind!
So I wanted to have something working about yesterday Twitter Timezone idea, here is the result after using Twitter4R and Sparklines gems:

The sparkline is only created from my friends last 20 twitts. With so few samples, we can&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s always a nice thing to do during insomnia: close all the open ideas you&#8217;ve got in mind!</p>
<p>So I wanted to have something working about yesterday Twitter Timezone idea, here is the result after using <a href="http://twitter4r.rubyforge.org/">Twitter4R</a> and <a href="http://sparklines.rubyforge.org/">Sparklines</a> gems:</p>
<div style="text-align:center;border:1px solid #ddd;"><img src='http://blog.alexgirard.com/wp-content/uploads/2007/11/twittline.png' alt='TwittLine' height='321px' style='padding:3px' width='317px' /></div>
<p>The sparkline is only created from my friends last 20 twitts. With so few samples, we can&#8217;t really see any &#8216;<em>timezone</em>&#8216; effect, but some social behaviors appear:</p>
<ul>
<li>Rush hours: some people twitts mostly during the evening;</li>
<li>Exclusives: others have only one or two big peaks, it would mean most of their 20 twitts were written in the same period of the day;</li>
<li>Flat twitting: twitts seems equally reparted all along the day.</li>
</ul>
<p>This experience might be extend in the next days, opening it more to public test, and it&#8217;s still looking for your suggestions to improve by itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/ruby-twittline/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[Ruby] rFeedReader 1.0</title>
		<link>http://blog.alexgirard.com/ruby-rfeedreader-10/</link>
		<comments>http://blog.alexgirard.com/ruby-rfeedreader-10/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 23:15:13 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://blog.alexgirard.com/2007/11/09/ruby-rfeedreader-10/</guid>
		<description><![CDATA[rFeedReader is finally ready for its first major release. After a lot of bugs correction, and a big testing cleaning today thank to Pere&#8217;s Google Reader OPML, 99% of feeds should be readable now.
rFeedReader is a feed parser to read feed and return first posts of this feed. Special parsing from sources like Flickr, Jumcut, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rfeedreader.rubyforge.org/">rFeedReader</a> is finally ready for its first major release. After a lot of bugs correction, and a big testing cleaning today thank to <a href="http://bits.quintanasegui.com/">Pere</a>&#8217;s Google Reader OPML, 99% of feeds should be readable now.</p>
<p>rFeedReader is a feed parser to read feed and return first posts of this feed. Special parsing from sources like Flickr, Jumcut, Google video, &#8230;</p>
<p>I invite you to <a href="http://rubyforge.org/frs/download.php/27739/rfeedreader-1.0.0.gem">download and test it</a> in your Rails application, all new bug reports are welcomed!</p>
<pre class="prettyprint">
sudo gem install rfeedreader
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/ruby-rfeedreader-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[Ruby] Delicious gem to play with bookmarks</title>
		<link>http://blog.alexgirard.com/ruby-delicious-gem-to-play-with-bookmarks/</link>
		<comments>http://blog.alexgirard.com/ruby-delicious-gem-to-play-with-bookmarks/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 18:00:08 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

		<category><![CDATA[del.icio.us]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.alexgirard.com/2007/10/31/ruby-delicious-gem-to-play-with-bookmarks/</guid>
		<description><![CDATA[One of my favorite tool is Del.icio.us, simply adding list of bookmarks to be shared with anybody, it&#8217;s easy enough to scrap a big list of HTML links to quickly make something more shareable, like Freeduino.org becoming http://del.icio.us/freeduino
So here is a quick ruby gem to play even more, just install it:

sudo gem install rdelicious

Then play [...]]]></description>
			<content:encoded><![CDATA[<p>One of my favorite tool is <a href="http://Del.icio.us">Del.icio.us</a>, simply adding list of bookmarks to be shared with anybody, it&#8217;s easy enough to scrap a big list of HTML links to quickly make something more shareable, like <a href="http://Freeduino.org">Freeduino.org</a> becoming <a href="http://del.icio.us/freeduino">http://del.icio.us/freeduino</a></p>
<p>So here is a quick ruby gem to play even more, just install it:</p>
<pre class="prettyprint">
sudo gem install rdelicious
</pre>
<p>Then play with it:</p>
<pre class="prettyprint">
require 'rubygems'
require 'rdelicious'

@delicious = Rdelicious.new("delicious_login", "delicious_password")

print "Correct login" if @delicious.is_connected?

@delicious.add("http://rdelicious.rubyforge.net/", "Rdelicious Gem")

if @delicious.url_exists?("http://rdelicious.rubyforge.net/")
	print "Url inserted into delicious"
end

@delicious.delete("http://rdelicious.rubyforge.net")

unless @delicious.url_exists?("http://rdelicious.rubyforge.net/")
	print "Url deleted from delicious"
end
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/ruby-delicious-gem-to-play-with-bookmarks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[Ruby] One line to save God</title>
		<link>http://blog.alexgirard.com/ruby-one-line-to-save-god/</link>
		<comments>http://blog.alexgirard.com/ruby-one-line-to-save-god/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 22:05:55 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

		<guid isPermaLink="false">http://blog.alexgirard.com/2007/10/25/ruby-one-line-to-save-god/</guid>
		<description><![CDATA[We&#8217;ve had unexpecting interruptions in our Feevy updaters last weeks, and the error (which is still strange) came from inside God, it was unable to decide if a process was still running.
If you&#8217;ve the same kind of problem, with your god logging showing &#8220;kill: 1: No such process&#8220;, then change the exists? method in /usr/local/lib/ruby/gems/1.8/gems/god-0.5.0/lib/god/system/process.rb [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve had unexpecting interruptions in our Feevy updaters last weeks, and the error (which is still strange) came from inside God, it was unable to decide if a process was still running.</p>
<p>If you&#8217;ve the same kind of problem, with your god logging showing &#8220;<em>kill: 1: No such process</em>&#8220;, then change the <strong>exists?</strong> method in <strong>/usr/local/lib/ruby/gems/1.8/gems/god-0.5.0/lib/god/system/process.rb</strong> file, gem path might not be the same on your system.</p>
<pre class="prettyprint">
# Return true if this process is running, false otherwise
def exists?
    # system("kill -0 #{@pid} &#038;> /dev/null")
    ps_int('rss') != 0
end
</pre>
<p>Here is our configuration if some people can find where this line is causing problem: Ubuntu Gutsy, Ruby 1.8.6, God 0.5</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/ruby-one-line-to-save-god/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[Ruby] God monitor</title>
		<link>http://blog.alexgirard.com/ruby-god-monitor/</link>
		<comments>http://blog.alexgirard.com/ruby-god-monitor/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 17:00:43 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://blog.alexgirard.com/2007/09/10/ruby-god-monitor/</guid>
		<description><![CDATA[Update: this script, from September 2007, is a bit out-dated, you can get more info on official God gem website.
Looking for a ruby programmer? Contact me
After many ways to monitor Feevy updaters, we&#8217;re finally using God gem today to manage everything with Ruby on many platforms.
Documentation is really clear, and it&#8217;s easy to adapt it [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update</strong>: this script, from September 2007, is a bit out-dated, you can get more info on <a href="http://god.rubyforge.org/">official God gem website</a>.</p>
<p><strong>Looking for a ruby programmer?</strong> <a href="mailto:alx.girard@gmail.com">Contact me</a></p>
<p>After many ways to monitor Feevy updaters, we&#8217;re finally using <a href="http://god.rubyforge.org/">God gem</a> today to manage everything with Ruby on many platforms.</p>
<p>Documentation is really clear, and it&#8217;s easy to adapt it to your own code. The nicest point was to be able to control our non-daemonized updaters, and monitor them all in the same tool.</p>
<p>Here is our script:</p>
<pre class="prettyprint">
require 'rubygems'
require 'god'

ROOT = File.dirname(__FILE__)

God.init do |god|
  god.pid_file_directory = "#{ROOT}/pids"
end

[*0...20].each do |updater|
  God.watch do |w|
    # watch with no pid_file attribute set
    w.name = "updater_#{updater}"
    w.interval = 30.seconds # default
    w.start = "ruby #{ROOT}/updater.rb"
    w.grace = 10.seconds

    w.behavior(:clean_pid_file)

    w.start_if do |start|
      start.condition(:process_running) do |c|
        c.interval = 5.seconds
        c.running = false
      end
    end

    w.restart_if do |restart|
      restart.condition(:memory_usage) do |c|
        c.above = 150.megabytes
        c.times = [3, 5] # 3 out of 5 intervals
      end

      restart.condition(:cpu_usage) do |c|
        c.above = 50.percent
        c.times = 5
      end
    end
  end
end
</pre>
<p>[updated]: thanks to apeiros on irc://#ruby@irc.freenode.net for quick array initialization tips!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/ruby-god-monitor/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[Ruby] RFeedFinder and RFeedReader</title>
		<link>http://blog.alexgirard.com/ruby-rfeedfinder-and-rfeedreader/</link>
		<comments>http://blog.alexgirard.com/ruby-rfeedfinder-and-rfeedreader/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 10:43:31 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://blog.alexgirard.com/2007/09/04/ruby-rfeedfinder-and-rfeedreader/</guid>
		<description><![CDATA[In the refactoring process of Feevy.com (mostly to remove dirty spaghetti code), I&#8217;ve write my first 2 ruby gems, with some time to learn and practice with new toys for ruby.
Rubyforge
http://www.rubyforge.org
That&#8217;s the place that hosted most of rubygems and is the most useful to deploy your own, it comes with all you need to start [...]]]></description>
			<content:encoded><![CDATA[<p>In the refactoring process of <a href="http://www.feevy.com">Feevy.com</a> (mostly to remove dirty spaghetti code), I&#8217;ve write my first 2 ruby gems, with some time to learn and practice with new toys for ruby.</p>
<h1>Rubyforge</h1>
<p><a href="http://www.rubyforge.org">http://www.rubyforge.org</a></p>
<p>That&#8217;s the place that hosted most of rubygems and is the most useful to deploy your own, it comes with all you need to start and deploy a project: svn, webspace, bug tracker, forum&#8230;<br />
But it would be a pain to deploy everything by hand, a gem is available to do it quicker.</p>
<h1>New Gem</h1>
<p><a href="http://newgem.rubyforge.org/">http://newgem.rubyforge.org/</a></p>
<p>It&#8217;s a simple gem that would generate for you an environment where to build your gem, with a few rake tasks to easily deploy it locally and on rubyforge.</p>
<p>Configuration is simple, just replace &#8216;<em>FIXME</em>&#8216; in code with what is needed and start coding your new gem.</p>
<p>To deploy on Rubyforge, don&#8217;t forget to <a href="http://newgem.rubyforge.org/rubyforge.html">setup your access</a> on your local machine.</p>
<h1>RFeedFinder</h1>
<p><a href="http://rfeedfinder.rubyforge.org/">http://rfeedfinder.rubyforge.org/</a></p>
<p>Main purpose of RFeedFinder is to locate the feed url inside a webpage. It can be really tricky, sometimes using recursion or lucky guesses, but it should work 95% of the time.</p>
<h1>RFeedReader</h1>
<p><a href="http://rfeedreader.rubyforge.org/">http://rfeedreader.rubyforge.org/</a></p>
<p>Once we&#8217;ve got a feed to parse on Feevy, we want to read its first item. That the purpose of this gem.</p>
<p>Another purpose is to use this gem to update Feevy posts from external clients. Feevy server was doing all the job when a feed was updated, now updater clients can parse the feeds too, and return the complete info to Feevy server, so we&#8217;ve another performance boost on the central server.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/ruby-rfeedfinder-and-rfeedreader/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

