<?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>&#124;\&#124; &#124; &#124;-&#124; € [) &#187; Ruby</title>
	<atom:link href="http://blog.nihed.com/category/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nihed.com</link>
	<description>Linux, Formula1, OpenSource ...</description>
	<lastBuildDate>Tue, 24 Jan 2012 19:44:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Apprendre Ruby et Rails</title>
		<link>http://blog.nihed.com/2011/09/apprendre-ruby-rails/</link>
		<comments>http://blog.nihed.com/2011/09/apprendre-ruby-rails/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 19:52:31 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=777</guid>
		<description><![CDATA[Pour apprendre un nouveau langage de programmation rien de mieux que de l&#8217;installer mais par la suite il faudrait penser à chercher un bon livre et de bons tutoriels sur internet. Aujourd&#8217;hui, je vais partager avec vous deux liens que je trouve très intéréssant et indispensable pour commencer. Le premier, http://tryruby.org/ est un interpréteur en [...]]]></description>
		<wfw:commentRss>http://blog.nihed.com/2011/09/apprendre-ruby-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails Support Discontinued in NetBeans IDE</title>
		<link>http://blog.nihed.com/2011/01/ruby-rails-support-discontinued-netbeans-ide/</link>
		<comments>http://blog.nihed.com/2011/01/ruby-rails-support-discontinued-netbeans-ide/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 06:14:12 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=682</guid>
		<description><![CDATA[I just receive an email : Dear NetBeans Community: After thorough consideration, we have taken the difficult step to discontinue support for Ruby on Rails in the NetBeans IDE. Two main issues underpin this decision: Java SE 7 and Java Development Kit 7 (JDK 7) are the next major releases of the Java SE platform, [...]]]></description>
		<wfw:commentRss>http://blog.nihed.com/2011/01/ruby-rails-support-discontinued-netbeans-ide/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to retrieve Twitter account followers</title>
		<link>http://blog.nihed.com/2011/01/retrieve-twitter-account-followers/</link>
		<comments>http://blog.nihed.com/2011/01/retrieve-twitter-account-followers/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 08:17:36 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[programmation]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=668</guid>
		<description><![CDATA[With Ruby, Imagination is your limit. Our example is a way to retrieve a list of followers for an account. For this sample, I&#8217;m using the twitter Gem. $ sudo gem install twitter Now, we can explore our code. First we must call our libraries (Gem). require &#34;rubygems&#34; require &#34;twitter&#34; Next, we should configure an [...]]]></description>
		<wfw:commentRss>http://blog.nihed.com/2011/01/retrieve-twitter-account-followers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Facebook Graph with Ruby</title>
		<link>http://blog.nihed.com/2010/11/facebook-graph-ruby/</link>
		<comments>http://blog.nihed.com/2010/11/facebook-graph-ruby/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 17:18:57 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=659</guid>
		<description><![CDATA[The Open Graph protocol enables developers to integrate their pages into the social graph. These pages gain the functionality of other graph objects including profile links and stream updates for connected users. Documentations for facebook api are available on this link. Ruby offer a library to communicate with Facebook Graph named &#8220;rfgraph&#8221;. To install : [...]]]></description>
		<wfw:commentRss>http://blog.nihed.com/2010/11/facebook-graph-ruby/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Foursquare API with Ruby</title>
		<link>http://blog.nihed.com/2010/11/foursquare-api-ruby/</link>
		<comments>http://blog.nihed.com/2010/11/foursquare-api-ruby/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 07:58:19 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[foursquare]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=645</guid>
		<description><![CDATA[Foursquare now is the most important location-based social network and used by many of my contacts. And Ruby, like for every social network offer libraries that can help developer to be more productive. Foursquare is now available as an API using basic authentication or Oauth, for more information documentation. For Library, GEM&#8217;s are available, one [...]]]></description>
		<wfw:commentRss>http://blog.nihed.com/2010/11/foursquare-api-ruby/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Twitter Search with Ruby</title>
		<link>http://blog.nihed.com/2010/11/twitter-search-ruby/</link>
		<comments>http://blog.nihed.com/2010/11/twitter-search-ruby/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 11:56:41 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=635</guid>
		<description><![CDATA[Ruby is one of the most powerful language with the number of GEM&#8217;s (Packages) that can be used to connect on every component of internet. For twitter, GEM&#8217;s are available, one of them &#8220;twitter&#8221; can do for you what you want. To install : $ sudo gem install twitter Next, you can write your code [...]]]></description>
		<wfw:commentRss>http://blog.nihed.com/2010/11/twitter-search-ruby/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tunisia on Rails 1.0</title>
		<link>http://blog.nihed.com/2010/05/tunisia-on-rails-1-0/</link>
		<comments>http://blog.nihed.com/2010/05/tunisia-on-rails-1-0/#comments</comments>
		<pubDate>Sun, 16 May 2010 19:28:52 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=394</guid>
		<description><![CDATA[Le 15 Mai 2010 a eu lieu en Tunisie la première conférence rails ( j&#8217;espère que ce ne sera pas la dernière) organisé par JCI. Durant cet événement, nous avons eu le plaisir d&#8217;assister à deux présentations majeurs, celle de Ruby suivi celle de Rails toutes faites par Mr Richard Piacenti que nous saluons au [...]]]></description>
		<wfw:commentRss>http://blog.nihed.com/2010/05/tunisia-on-rails-1-0/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Ruby + Postgres on fedora</title>
		<link>http://blog.nihed.com/2009/11/ruby-postgres-on-fedora/</link>
		<comments>http://blog.nihed.com/2009/11/ruby-postgres-on-fedora/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 13:50:55 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=293</guid>
		<description><![CDATA[For persons who want to use postgres database on a Ruby program, a package are available. To install this package use this command : yum install ruby-postgres You can use this sample of code to test installation : #!/usr/bin/ruby require &#8216;postgres&#8217; &#160; conn = PGconn.connect&#40;&#34;host&#34;, 5432, &#8221;, &#8221;, &#34;database&#34;, &#34;user&#34;, &#34;password&#34;&#41; &#160; res &#160;= conn.exec&#40;&#8216;select [...]]]></description>
		<wfw:commentRss>http://blog.nihed.com/2009/11/ruby-postgres-on-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ma rencontre avec Ruby</title>
		<link>http://blog.nihed.com/2009/04/ma-rencontre-avec-ruby/</link>
		<comments>http://blog.nihed.com/2009/04/ma-rencontre-avec-ruby/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 21:43:28 +0000</pubDate>
		<dc:creator>nihed</dc:creator>
				<category><![CDATA[perso]]></category>
		<category><![CDATA[programmation]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.nihed.com/?p=215</guid>
		<description><![CDATA[J&#8217;ai rencontré le mec qui a fait ruby le langage de programmation, je ne sais pas pour vous mais moi, c&#8217;est comme rencontrer une star. je lui ai même demandé une photo. http://www.ruby-lang.org]]></description>
		<wfw:commentRss>http://blog.nihed.com/2009/04/ma-rencontre-avec-ruby/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

