<?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: Migration from Rails 2.2 to 2.3</title>
	<atom:link href="http://cakebaker.42dh.com/2009/05/07/migration-from-rails-22-to-23/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2009/05/07/migration-from-rails-22-to-23/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Wed, 10 Mar 2010 21:27:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2009/05/07/migration-from-rails-22-to-23/comment-page-1/#comment-127382</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Fri, 08 May 2009 15:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1175#comment-127382</guid>
		<description>@Nik: Thanks for your comment!

Good question, and difficult to answer ;-)  I think switching to a new language follows the 80/20 rule: 80% is relatively easy to learn, and the last 20% are difficult. I don&#039;t know whether this answers your question...

Regarding the Ruby coding style: you get used to it after a while. I remember the time when I switched from Java to PHP, at that time I also thought PHP looks horrible with all those -&gt;. In the meantime this style has become normal to me. 

If you mean with &quot;real project&quot; a paid project, then no, there is currently no such project. I&#039;m just working on a personal project.</description>
		<content:encoded><![CDATA[<p>@Nik: Thanks for your comment!</p>
<p>Good question, and difficult to answer ;-)  I think switching to a new language follows the 80/20 rule: 80% is relatively easy to learn, and the last 20% are difficult. I don&#8217;t know whether this answers your question&#8230;</p>
<p>Regarding the Ruby coding style: you get used to it after a while. I remember the time when I switched from Java to PHP, at that time I also thought PHP looks horrible with all those -&gt;. In the meantime this style has become normal to me. </p>
<p>If you mean with &#8220;real project&#8221; a paid project, then no, there is currently no such project. I&#8217;m just working on a personal project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik</title>
		<link>http://cakebaker.42dh.com/2009/05/07/migration-from-rails-22-to-23/comment-page-1/#comment-127361</link>
		<dc:creator>Nik</dc:creator>
		<pubDate>Fri, 08 May 2009 08:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1175#comment-127361</guid>
		<description>Daniel, how difficult is to switch to complete new language? I think I couldn&#039;t manage anymore :)

Nothing against RoR, but I&#039;was used to PHP and Java/Javascript coding style and RoR is looking really horrible.

Do you have any real project with RoR?</description>
		<content:encoded><![CDATA[<p>Daniel, how difficult is to switch to complete new language? I think I couldn&#8217;t manage anymore :)</p>
<p>Nothing against RoR, but I&#8217;was used to PHP and Java/Javascript coding style and RoR is looking really horrible.</p>
<p>Do you have any real project with RoR?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2009/05/07/migration-from-rails-22-to-23/comment-page-1/#comment-127291</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Thu, 07 May 2009 15:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1175#comment-127291</guid>
		<description>@Sean: Thanks for your hint! My tests also failed and I got an &quot;undefined method use_transactional_fixtures= &quot; error. To fix this issue I had to rename the class &quot;Test::Unit::TestCase&quot; to &quot;ActiveSupport::TestCase&quot; in test/test_helper.rb.

And thanks for the tip with &quot;rake rails:update&quot;, I didn&#039;t knew this task yet.</description>
		<content:encoded><![CDATA[<p>@Sean: Thanks for your hint! My tests also failed and I got an &#8220;undefined method use_transactional_fixtures= &#8221; error. To fix this issue I had to rename the class &#8220;Test::Unit::TestCase&#8221; to &#8220;ActiveSupport::TestCase&#8221; in test/test_helper.rb.</p>
<p>And thanks for the tip with &#8220;rake rails:update&#8221;, I didn&#8217;t knew this task yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://cakebaker.42dh.com/2009/05/07/migration-from-rails-22-to-23/comment-page-1/#comment-127278</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 07 May 2009 12:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=1175#comment-127278</guid>
		<description>Make sure your tests work, there was a class moved around that caused all my stuff to break that ended up being a known thing to do with the upgrade.

BTW, most of the changes are done automatically with the rake rails:update task.

Sean</description>
		<content:encoded><![CDATA[<p>Make sure your tests work, there was a class moved around that caused all my stuff to break that ended up being a known thing to do with the upgrade.</p>
<p>BTW, most of the changes are done automatically with the rake rails:update task.</p>
<p>Sean</p>
]]></content:encoded>
	</item>
</channel>
</rss>
