<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Facts of Ruby Programming and Ruby on Rails Framework</title>
	<atom:link href="http://www.programmingfacts.com/2009/12/10/facts-of-ruby-programming-and-ruby-on-rails-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programmingfacts.com/2009/12/10/facts-of-ruby-programming-and-ruby-on-rails-framework/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 16:24:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://www.programmingfacts.com/2009/12/10/facts-of-ruby-programming-and-ruby-on-rails-framework/comment-page-1/#comment-66</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Fri, 25 Dec 2009 13:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmingfacts.com/?p=123#comment-66</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by railsindia: Facts of Ruby Programming and Ruby on Rails Framework http://is.gd/5hPRr...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by railsindia: Facts of Ruby Programming and Ruby on Rails Framework <a href="http://is.gd/5hPRr.." rel="nofollow">http://is.gd/5hPRr..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Hodgson</title>
		<link>http://www.programmingfacts.com/2009/12/10/facts-of-ruby-programming-and-ruby-on-rails-framework/comment-page-1/#comment-56</link>
		<dc:creator>Mike Hodgson</dc:creator>
		<pubDate>Wed, 16 Dec 2009 19:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmingfacts.com/?p=123#comment-56</guid>
		<description>This is in response to Brian&#039;s post.

If you are working with Ruby on Windows, make sure you are using the new MingW-based installer from http://rubyinstaller.org/ . I haven&#039;t run into any problems doing Rails development on Windows with the latest installers.

When you get into stuff that relies heavily on external libraries (OpenGL as noted above, Tcl/Tk, etc) it can get a bit dicey.

Building gems to target Windows has become a lot easier. If you do run into a gem that won&#039;t install cleanly, contact the author and ask them to look into building their gem with rake-compiler, http://github.com/luislavena/rake-compiler .</description>
		<content:encoded><![CDATA[<p>This is in response to Brian&#8217;s post.</p>
<p>If you are working with Ruby on Windows, make sure you are using the new MingW-based installer from <a href="http://rubyinstaller.org/" rel="nofollow">http://rubyinstaller.org/</a> . I haven&#8217;t run into any problems doing Rails development on Windows with the latest installers.</p>
<p>When you get into stuff that relies heavily on external libraries (OpenGL as noted above, Tcl/Tk, etc) it can get a bit dicey.</p>
<p>Building gems to target Windows has become a lot easier. If you do run into a gem that won&#8217;t install cleanly, contact the author and ask them to look into building their gem with rake-compiler, <a href="http://github.com/luislavena/rake-compiler" rel="nofollow">http://github.com/luislavena/rake-compiler</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timir</title>
		<link>http://www.programmingfacts.com/2009/12/10/facts-of-ruby-programming-and-ruby-on-rails-framework/comment-page-1/#comment-52</link>
		<dc:creator>Timir</dc:creator>
		<pubDate>Sat, 12 Dec 2009 10:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmingfacts.com/?p=123#comment-52</guid>
		<description>Hello,

Very nice post. Very helpful.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Very nice post. Very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.programmingfacts.com/2009/12/10/facts-of-ruby-programming-and-ruby-on-rails-framework/comment-page-1/#comment-20</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 12 Dec 2009 04:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmingfacts.com/?p=123#comment-20</guid>
		<description>Brian - Heartly thanks for the detailed information and sharing your knowledge with us. </description>
		<content:encoded><![CDATA[<p>Brian &#8211; Heartly thanks for the detailed information and sharing your knowledge with us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.programmingfacts.com/2009/12/10/facts-of-ruby-programming-and-ruby-on-rails-framework/comment-page-1/#comment-19</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 11 Dec 2009 17:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmingfacts.com/?p=123#comment-19</guid>
		<description>For example: Just after I posted, I attempted to &#039;gem install ruby-opengl&#039; on Windows.  It failed, stating &#039;Failed to build gem native extension&#039;.  Okay, so I googled the problem.  Below is what I found, and is very typical for getting things to work with Ruby and Windows.

Many, many times I have tried to use a third-party gem only to find that I had to monkey with core files in my Ruby installation.  They&#039;ll say &quot;simply update file X&quot; or &quot;replace file Y&quot;.  As if no one else&#039;s gem is doing the same thing.  It&#039;s shameful, really.  Here&#039;s what I found in this case:

&quot;For manual build on Windows you need to have platform SDK and compiler that must match the one which was used for compiling ruby binary (for One-click ruby installer it is MSVC 6.0). You may also need &#039;glut.h&#039; in SDK include directory, as the One-click ruby installer is missing it. You can copy the file from glut package at glut homepage. Alternatively, you can install the precompiled binary gem (see bellow).

Important note: If you are using the One-click installer version 1.8.6-25 or earlier, you must delete or rename files &#039;opengl.so&#039; and &#039;glut.so&#039; in C:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt&quot;</description>
		<content:encoded><![CDATA[<p>For example: Just after I posted, I attempted to &#8216;gem install ruby-opengl&#8217; on Windows.  It failed, stating &#8216;Failed to build gem native extension&#8217;.  Okay, so I googled the problem.  Below is what I found, and is very typical for getting things to work with Ruby and Windows.</p>
<p>Many, many times I have tried to use a third-party gem only to find that I had to monkey with core files in my Ruby installation.  They&#8217;ll say &#8220;simply update file X&#8221; or &#8220;replace file Y&#8221;.  As if no one else&#8217;s gem is doing the same thing.  It&#8217;s shameful, really.  Here&#8217;s what I found in this case:</p>
<p>&#8220;For manual build on Windows you need to have platform SDK and compiler that must match the one which was used for compiling ruby binary (for One-click ruby installer it is MSVC 6.0). You may also need &#8216;glut.h&#8217; in SDK include directory, as the One-click ruby installer is missing it. You can copy the file from glut package at glut homepage. Alternatively, you can install the precompiled binary gem (see bellow).</p>
<p>Important note: If you are using the One-click installer version 1.8.6-25 or earlier, you must delete or rename files &#8216;opengl.so&#8217; and &#8216;glut.so&#8217; in C:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.programmingfacts.com/2009/12/10/facts-of-ruby-programming-and-ruby-on-rails-framework/comment-page-1/#comment-18</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 11 Dec 2009 16:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmingfacts.com/?p=123#comment-18</guid>
		<description>Both ruby and RoR are extremely Linux-centric.  You can get them to work on Windows, but many libraries (gems) don&#039;t work on Windows, because the prevailing attitude in the Ruby community is &quot;switch to Linux&quot;.  You will spend a lot of time trying to find workarounds to basic problems, especially when you start using non-core libraries (gems).</description>
		<content:encoded><![CDATA[<p>Both ruby and RoR are extremely Linux-centric.  You can get them to work on Windows, but many libraries (gems) don&#8217;t work on Windows, because the prevailing attitude in the Ruby community is &#8220;switch to Linux&#8221;.  You will spend a lot of time trying to find workarounds to basic problems, especially when you start using non-core libraries (gems).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: william</title>
		<link>http://www.programmingfacts.com/2009/12/10/facts-of-ruby-programming-and-ruby-on-rails-framework/comment-page-1/#comment-17</link>
		<dc:creator>william</dc:creator>
		<pubDate>Fri, 11 Dec 2009 14:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmingfacts.com/?p=123#comment-17</guid>
		<description>thanks a lot....

I am working on cakephp right now..

I hope in near time I study Ruby and could find difference between cake &amp; ruby.

also i will wait for more articles over here and hope that those will help me in future when i will start ruby.</description>
		<content:encoded><![CDATA[<p>thanks a lot&#8230;.</p>
<p>I am working on cakephp right now..</p>
<p>I hope in near time I study Ruby and could find difference between cake &amp; ruby.</p>
<p>also i will wait for more articles over here and hope that those will help me in future when i will start ruby.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 15/25 queries in 0.170 seconds using disk

Served from: www.programmingfacts.com @ 2010-07-29 15:09:48 -->