<?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: Ruby on Rails for a .NET Developer &#8211; Part 1</title>
	<atom:link href="http://www.emadibrahim.com/2008/04/25/ruby-on-rails-for-a-net-developer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emadibrahim.com/2008/04/25/ruby-on-rails-for-a-net-developer/</link>
	<description>web development, tech reviews, tips, tricks, blogging</description>
	<lastBuildDate>Tue, 15 Jun 2010 18:48:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Free IT Consultation in the DC Metro Area &#124; Emad Ibrahim</title>
		<link>http://www.emadibrahim.com/2008/04/25/ruby-on-rails-for-a-net-developer/comment-page-1/#comment-272</link>
		<dc:creator>Free IT Consultation in the DC Metro Area &#124; Emad Ibrahim</dc:creator>
		<pubDate>Fri, 27 Jun 2008 12:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/?p=404#comment-272</guid>
		<description>[...] platform (yonkly.com), a couple of contracts for a couple of clients and not to mention all the learning, blogging, writing and speaking that I have been doing.&#160; In the process I have learned a lot [...]</description>
		<content:encoded><![CDATA[<p>[...] platform (yonkly.com), a couple of contracts for a couple of clients and not to mention all the learning, blogging, writing and speaking that I have been doing.&nbsp; In the process I have learned a lot [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emad Ibrahim</title>
		<link>http://www.emadibrahim.com/2008/04/25/ruby-on-rails-for-a-net-developer/comment-page-1/#comment-196</link>
		<dc:creator>Emad Ibrahim</dc:creator>
		<pubDate>Tue, 29 Apr 2008 01:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/?p=404#comment-196</guid>
		<description>@Jonatha thanks.  It&#039;s a little challenging being that everything is different, OS, tools, platform, syntax, language, etc...  I am lucky I have been playing with asp.net mvc because the transition is a little easier.

@Antonio great tips.  thanks...

One thing that sucks so far has been the documentation.</description>
		<content:encoded><![CDATA[<p>@Jonatha thanks.  It&#8217;s a little challenging being that everything is different, OS, tools, platform, syntax, language, etc&#8230;  I am lucky I have been playing with asp.net mvc because the transition is a little easier.</p>
<p>@Antonio great tips.  thanks&#8230;</p>
<p>One thing that sucks so far has been the documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emad Ibrahim</title>
		<link>http://www.emadibrahim.com/2008/04/25/ruby-on-rails-for-a-net-developer/comment-page-1/#comment-473</link>
		<dc:creator>Emad Ibrahim</dc:creator>
		<pubDate>Mon, 28 Apr 2008 23:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/?p=404#comment-473</guid>
		<description>@Jonatha thanks.  It&#039;s a little challenging being that everything is different, OS, tools, platform, syntax, language, etc...  I am lucky I have been playing with &lt;a href=&quot;http://asp.net&quot;&gt;asp.net&lt;/a&gt; mvc because the transition is a little easier.&lt;br&gt;&lt;br&gt;@Antonio great tips.  thanks...&lt;br&gt;&lt;br&gt;One thing that sucks so far has been the documentation.</description>
		<content:encoded><![CDATA[<p>@Jonatha thanks.  It&#8217;s a little challenging being that everything is different, OS, tools, platform, syntax, language, etc&#8230;  I am lucky I have been playing with <a href="http://asp.net">asp.net</a> mvc because the transition is a little easier.</p>
<p>@Antonio great tips.  thanks&#8230;</p>
<p>One thing that sucks so far has been the documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio Cangiano</title>
		<link>http://www.emadibrahim.com/2008/04/25/ruby-on-rails-for-a-net-developer/comment-page-1/#comment-195</link>
		<dc:creator>Antonio Cangiano</dc:creator>
		<pubDate>Mon, 28 Apr 2008 09:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/?p=404#comment-195</guid>
		<description>Hi Emad,

welcome to Rails-land! :) A few things to consider:

1) When creating a project, you can specify a &quot;-d mysql&quot; option in order to have the config/database.yml file filled with MySQL specific information, given that the current default is SQLite.

2) You don&#039;t have to manually create the databases. Simply run: rake db:create:all from your project. For a complete list of available tasks, run: rake -T

3) You may want to consider starting to use migrations, rather than defining the tables directly through SQL or MySQL tools.

Best of luck,
Antonio</description>
		<content:encoded><![CDATA[<p>Hi Emad,</p>
<p>welcome to Rails-land! :) A few things to consider:</p>
<p>1) When creating a project, you can specify a &#8220;-d mysql&#8221; option in order to have the config/database.yml file filled with MySQL specific information, given that the current default is SQLite.</p>
<p>2) You don&#8217;t have to manually create the databases. Simply run: rake db:create:all from your project. For a complete list of available tasks, run: rake -T</p>
<p>3) You may want to consider starting to use migrations, rather than defining the tables directly through SQL or MySQL tools.</p>
<p>Best of luck,<br />
Antonio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio Cangiano</title>
		<link>http://www.emadibrahim.com/2008/04/25/ruby-on-rails-for-a-net-developer/comment-page-1/#comment-472</link>
		<dc:creator>Antonio Cangiano</dc:creator>
		<pubDate>Mon, 28 Apr 2008 07:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/?p=404#comment-472</guid>
		<description>Hi Emad,&lt;br&gt;&lt;br&gt;welcome to Rails-land! :) A few things to consider:&lt;br&gt;&lt;br&gt;1) When creating a project, you can specify a &quot;-d mysql&quot; option in order to have the config/database.yml file filled with MySQL specific information, given that the current default is SQLite.&lt;br&gt;&lt;br&gt;2) You don&#039;t have to manually create the databases. Simply run: rake db:create:all from your project. For a complete list of available tasks, run: rake -T&lt;br&gt;&lt;br&gt;3) You may want to consider starting to use migrations, rather than defining the tables directly through SQL or MySQL tools.&lt;br&gt;&lt;br&gt;Best of luck,&lt;br&gt;Antonio</description>
		<content:encoded><![CDATA[<p>Hi Emad,</p>
<p>welcome to Rails-land! :) A few things to consider:</p>
<p>1) When creating a project, you can specify a &#8220;-d mysql&#8221; option in order to have the config/database.yml file filled with MySQL specific information, given that the current default is SQLite.</p>
<p>2) You don&#8217;t have to manually create the databases. Simply run: rake db:create:all from your project. For a complete list of available tasks, run: rake -T</p>
<p>3) You may want to consider starting to use migrations, rather than defining the tables directly through SQL or MySQL tools.</p>
<p>Best of luck,<br />Antonio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.emadibrahim.com/2008/04/25/ruby-on-rails-for-a-net-developer/comment-page-1/#comment-193</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Fri, 25 Apr 2008 15:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/?p=404#comment-193</guid>
		<description>Good for you! I admire that you&#039;re stepping out of the &#039;.NET&#039; zone for a bit to try something new. I promise you won&#039;t be disappointed Rails.

I&#039;m actually trying to convince my company to switch from .NET to Rails. It&#039;s going to be tough, but going to be SO worth it in the end. 

Good luck!</description>
		<content:encoded><![CDATA[<p>Good for you! I admire that you&#8217;re stepping out of the &#8216;.NET&#8217; zone for a bit to try something new. I promise you won&#8217;t be disappointed Rails.</p>
<p>I&#8217;m actually trying to convince my company to switch from .NET to Rails. It&#8217;s going to be tough, but going to be SO worth it in the end. </p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.emadibrahim.com/2008/04/25/ruby-on-rails-for-a-net-developer/comment-page-1/#comment-471</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Fri, 25 Apr 2008 13:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/?p=404#comment-471</guid>
		<description>Good for you! I admire that you&#039;re stepping out of the &#039;.NET&#039; zone for a bit to try something new. I promise you won&#039;t be disappointed Rails.&lt;br&gt;&lt;br&gt;I&#039;m actually trying to convince my company to switch from .NET to Rails. It&#039;s going to be tough, but going to be SO worth it in the end. &lt;br&gt;&lt;br&gt;Good luck!</description>
		<content:encoded><![CDATA[<p>Good for you! I admire that you&#8217;re stepping out of the &#8216;.NET&#8217; zone for a bit to try something new. I promise you won&#8217;t be disappointed Rails.</p>
<p>I&#8217;m actually trying to convince my company to switch from .NET to Rails. It&#8217;s going to be tough, but going to be SO worth it in the end. </p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->