<?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: Getting MySQL 5.0 to work in Ruby 1.9.1 on Windows 7</title>
	<atom:link href="http://www.haslo.ch/blog/getting-mysql-5-0-to-work-in-ruby-1-9-1-on-windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.haslo.ch/blog/getting-mysql-5-0-to-work-in-ruby-1-9-1-on-windows-7/</link>
	<description>We believe that people with passion can change the world for the better.</description>
	<lastBuildDate>Thu, 22 Jul 2010 11:19:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: haslo</title>
		<link>http://www.haslo.ch/blog/getting-mysql-5-0-to-work-in-ruby-1-9-1-on-windows-7/#comment-1135</link>
		<dc:creator>haslo</dc:creator>
		<pubDate>Tue, 07 Jul 2009 07:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.haslo.ch/blog/?p=2768#comment-1135</guid>
		<description>Very nice, thanks :) Those fat binary gems sure do look handy, and with your better tutorial, the MySQL support is still bundled as a gem, too.</description>
		<content:encoded><![CDATA[<p>Very nice, thanks <img src='http://www.haslo.ch/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Those fat binary gems sure do look handy, and with your better tutorial, the MySQL support is still bundled as a gem, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Lavena</title>
		<link>http://www.haslo.ch/blog/getting-mysql-5-0-to-work-in-ruby-1-9-1-on-windows-7/#comment-1134</link>
		<dc:creator>Luis Lavena</dc:creator>
		<pubDate>Tue, 07 Jul 2009 03:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.haslo.ch/blog/?p=2768#comment-1134</guid>
		<description>Hey Guido.

As I promised, simplified steps for your tutorial:

http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-mysql/

Also, a SQLite3 one:

http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-sqlite3/

Cheers.</description>
		<content:encoded><![CDATA[<p>Hey Guido.</p>
<p>As I promised, simplified steps for your tutorial:</p>
<p><a href="http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-mysql/">http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-mysql/</a></p>
<p>Also, a SQLite3 one:</p>
<p><a href="http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-sqlite3/">http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-sqlite3/</a></p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haslo</title>
		<link>http://www.haslo.ch/blog/getting-mysql-5-0-to-work-in-ruby-1-9-1-on-windows-7/#comment-1129</link>
		<dc:creator>haslo</dc:creator>
		<pubDate>Sun, 05 Jul 2009 11:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.haslo.ch/blog/?p=2768#comment-1129</guid>
		<description>Thanks Couchy for that comment of yours :) I&#039;d be interested in hearing if installing RoR worked for you.

Sorry for my spam filter being overly strict, I blame all the spam I&#039;m getting :( Good thing I manually double-check before actually deleting things marked as spam :)</description>
		<content:encoded><![CDATA[<p>Thanks Couchy for that comment of yours <img src='http://www.haslo.ch/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;d be interested in hearing if installing RoR worked for you.</p>
<p>Sorry for my spam filter being overly strict, I blame all the spam I&#8217;m getting <img src='http://www.haslo.ch/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Good thing I manually double-check before actually deleting things marked as spam <img src='http://www.haslo.ch/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guido</title>
		<link>http://www.haslo.ch/blog/getting-mysql-5-0-to-work-in-ruby-1-9-1-on-windows-7/#comment-1125</link>
		<dc:creator>Guido</dc:creator>
		<pubDate>Fri, 03 Jul 2009 08:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.haslo.ch/blog/?p=2768#comment-1125</guid>
		<description>@Frank: Thanks a lot for your comment :)

Refactoring an entire CMS or blogging platform to use a completely different language altogether is a very daunting task - particularly when the two languages have different design paradigms. php and Ruby on Rails couldn&#039;t be much more different there - essentially, not only would every last bit of code have to be rewritten, but fundamental application design concepts would have to be re-evaluated. It&#039;s improbable that somebody ever undertakes that task, particularly because maintaining support for plugins (that are written in php, too) would be hard as well.

It would of course be perfectly possible to write a CMS on RoR from scratch. As a matter of fact, a simple blog (out of thin air) can be created in about 15 minutes:

http://rubyonrails.org/screencasts

I&#039;d like to see something like that with php, guess it&#039;d be more like 15 hours :P

As far as I&#039;m aware, there are no such elaborate platforms like WordPress out yet that are written in RoR - the plugin and themes support, widgets, the advanced admin interface, are quite a lot more than the bare blogging necessities. No clue if we&#039;ll see something like that with RoR in the future though :)

The main obstacle for Ruby on Rails, currently, is that every web hoster out there supports php, but only very few host Rails applications. There are Rails hosters, and I&#039;m currently evaluating some for a project we&#039;re working on, but they&#039;re far less common than LAMP (Linux/Apache/MySQL/php) ones.</description>
		<content:encoded><![CDATA[<p>@Frank: Thanks a lot for your comment <img src='http://www.haslo.ch/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Refactoring an entire CMS or blogging platform to use a completely different language altogether is a very daunting task &#8211; particularly when the two languages have different design paradigms. php and Ruby on Rails couldn&#8217;t be much more different there &#8211; essentially, not only would every last bit of code have to be rewritten, but fundamental application design concepts would have to be re-evaluated. It&#8217;s improbable that somebody ever undertakes that task, particularly because maintaining support for plugins (that are written in php, too) would be hard as well.</p>
<p>It would of course be perfectly possible to write a CMS on RoR from scratch. As a matter of fact, a simple blog (out of thin air) can be created in about 15 minutes:</p>
<p><a href="http://rubyonrails.org/screencasts">http://rubyonrails.org/screencasts</a></p>
<p>I&#8217;d like to see something like that with php, guess it&#8217;d be more like 15 hours <img src='http://www.haslo.ch/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>As far as I&#8217;m aware, there are no such elaborate platforms like WordPress out yet that are written in RoR &#8211; the plugin and themes support, widgets, the advanced admin interface, are quite a lot more than the bare blogging necessities. No clue if we&#8217;ll see something like that with RoR in the future though <img src='http://www.haslo.ch/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The main obstacle for Ruby on Rails, currently, is that every web hoster out there supports php, but only very few host Rails applications. There are Rails hosters, and I&#8217;m currently evaluating some for a project we&#8217;re working on, but they&#8217;re far less common than LAMP (Linux/Apache/MySQL/php) ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Couchy</title>
		<link>http://www.haslo.ch/blog/getting-mysql-5-0-to-work-in-ruby-1-9-1-on-windows-7/#comment-1124</link>
		<dc:creator>Couchy</dc:creator>
		<pubDate>Fri, 03 Jul 2009 07:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.haslo.ch/blog/?p=2768#comment-1124</guid>
		<description>Excellent post mate, yours is the first result in google when I searched for ror on windows 7. I&#039;m in the exact same boat as you re win 7 and ruby noob, will post back when I have finished all the steps :&gt;.</description>
		<content:encoded><![CDATA[<p>Excellent post mate, yours is the first result in google when I searched for ror on windows 7. I&#8217;m in the exact same boat as you re win 7 and ruby noob, will post back when I have finished all the steps :&gt;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Schulte-Ladbeck</title>
		<link>http://www.haslo.ch/blog/getting-mysql-5-0-to-work-in-ruby-1-9-1-on-windows-7/#comment-1123</link>
		<dc:creator>Frank Schulte-Ladbeck</dc:creator>
		<pubDate>Fri, 03 Jul 2009 01:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.haslo.ch/blog/?p=2768#comment-1123</guid>
		<description>I have been thinking of experimenting with Ruby on Rails, since you introduced it to me. I noticed there are quite a few posts or information coming out about this language. I wonder if this can be substituted for the php in Wordpress or such other content management systems?</description>
		<content:encoded><![CDATA[<p>I have been thinking of experimenting with Ruby on Rails, since you introduced it to me. I noticed there are quite a few posts or information coming out about this language. I wonder if this can be substituted for the php in Wordpress or such other content management systems?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
