<?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 for Gamecreatures&#039; Development Blog</title>
	<atom:link href="http://www.gamecreatures.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gamecreatures.com/blog</link>
	<description>Software Development Adventures</description>
	<lastBuildDate>Mon, 13 Feb 2012 20:50:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Slow response testing localhost sites in Google Chrome on Mac OS X by FK</title>
		<link>http://www.gamecreatures.com/blog/2011/11/21/slow-response-testing-localhost-sites-in-google-chrome-on-mac-os-x/comment-page-1/#comment-19375</link>
		<dc:creator>FK</dc:creator>
		<pubDate>Mon, 13 Feb 2012 20:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.gamecreatures.com/blog/?p=198#comment-19375</guid>
		<description>Thanks ,it really helps me !</description>
		<content:encoded><![CDATA[<p>Thanks ,it really helps me !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Ruby on Rails 3.1 on FreeBSD by Alan Elliott</title>
		<link>http://www.gamecreatures.com/blog/2011/09/06/running-rail-3-1-on-freebsd/comment-page-1/#comment-19373</link>
		<dc:creator>Alan Elliott</dc:creator>
		<pubDate>Thu, 05 Jan 2012 19:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.gamecreatures.com/blog/?p=177#comment-19373</guid>
		<description>You are my hero! After days of trying to get therubyracer and associated files to compile on my freeBSD box, your post has offered the most elegant solution. And it works. Thanks again.</description>
		<content:encoded><![CDATA[<p>You are my hero! After days of trying to get therubyracer and associated files to compile on my freeBSD box, your post has offered the most elegant solution. And it works. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on has_many tricky replace method by admin</title>
		<link>http://www.gamecreatures.com/blog/2011/12/23/has_many-tricky-replace-method/comment-page-1/#comment-19371</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 24 Dec 2011 07:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.gamecreatures.com/blog/?p=209#comment-19371</guid>
		<description>Wel I also checked the rails code and it seems the assign operation is identical to the replace method :S
&lt;code&gt;
def writer(records)
  replace(records)
end
&lt;/code&gt;

Strange! I guess I need to review recheck my own code again! Thanks for the response!</description>
		<content:encoded><![CDATA[<p>Wel I also checked the rails code and it seems the assign operation is identical to the replace method :S<br />
<code><br />
def writer(records)<br />
  replace(records)<br />
end<br />
</code></p>
<p>Strange! I guess I need to review recheck my own code again! Thanks for the response!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on has_many tricky replace method by Tijn</title>
		<link>http://www.gamecreatures.com/blog/2011/12/23/has_many-tricky-replace-method/comment-page-1/#comment-19370</link>
		<dc:creator>Tijn</dc:creator>
		<pubDate>Fri, 23 Dec 2011 23:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.gamecreatures.com/blog/?p=209#comment-19370</guid>
		<description>I found this in the Rails source, in collection_association.rb

Let&#039;s play &quot;spot the bug&quot;; I don&#039;t see it, do you?

305       # Replace this collection with +other_array+                                                                                                  
306       # This will perform a diff and delete/add only records that have changed.
307       def replace(other_array)
308         other_array.each { &#124;val&#124; raise_on_type_mismatch(val) }
309         original_target = load_target.dup
310 
311         if owner.new_record?
312           replace_records(other_array, original_target)
313         else
314           transaction { replace_records(other_array, original_target) }
315         end
316       end</description>
		<content:encoded><![CDATA[<p>I found this in the Rails source, in collection_association.rb</p>
<p>Let&#8217;s play &#8220;spot the bug&#8221;; I don&#8217;t see it, do you?</p>
<p>305       # Replace this collection with +other_array+<br />
306       # This will perform a diff and delete/add only records that have changed.<br />
307       def replace(other_array)<br />
308         other_array.each { |val| raise_on_type_mismatch(val) }<br />
309         original_target = load_target.dup<br />
310<br />
311         if owner.new_record?<br />
312           replace_records(other_array, original_target)<br />
313         else<br />
314           transaction { replace_records(other_array, original_target) }<br />
315         end<br />
316       end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X Lion hangs on boot by Imran Anwar</title>
		<link>http://www.gamecreatures.com/blog/2011/09/06/mac-os-x-lion-hangs-on-boot/comment-page-1/#comment-19368</link>
		<dc:creator>Imran Anwar</dc:creator>
		<pubDate>Mon, 12 Dec 2011 02:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.gamecreatures.com/blog/?p=160#comment-19368</guid>
		<description>Thanks for the post. I too have strange boot up hangs. I have my system set to verbose so I did see it hang several times on:

kernel: com.parallels.kext.prlnet 7.0.15052.710728 is unloading.

which has not been a problem before. What I found your page from was searching the next line in the log, which was in Console after a safe boot but had not appeared on the screen when I forced the MacBook Pro to shut down even after giving it 3 hours to go past this (compared to your 15 min). 

UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe

followed by:

UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
UserEventAgent: CaptiveNetworkSupport:CNSPreferencesBuildSSIDLookup:278 ssidLookup:
UserEventAgent:   
UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on MYMBPNAME because it is protected and not on the exception list
UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown

and there it must have sit for 3 hours.

Very annoying especially as I had previously gone through extensive disk/directory rebuilds and restores from All Tests Passed backups. Had no problems for days and then out of the blue this started today. Hope you/we find a solution to this.

Imran Anwar
IMRAN.TV</description>
		<content:encoded><![CDATA[<p>Thanks for the post. I too have strange boot up hangs. I have my system set to verbose so I did see it hang several times on:</p>
<p>kernel: com.parallels.kext.prlnet 7.0.15052.710728 is unloading.</p>
<p>which has not been a problem before. What I found your page from was searching the next line in the log, which was in Console after a safe boot but had not appeared on the screen when I forced the MacBook Pro to shut down even after giving it 3 hours to go past this (compared to your 15 min). </p>
<p>UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 &#8211; Probe</p>
<p>followed by:</p>
<p>UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 &#8211; Probe<br />
UserEventAgent: CaptiveNetworkSupport:CNSPreferencesBuildSSIDLookup:278 ssidLookup:<br />
UserEventAgent:<br />
UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on MYMBPNAME because it is protected and not on the exception list<br />
UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 &#8211; Unknown</p>
<p>and there it must have sit for 3 hours.</p>
<p>Very annoying especially as I had previously gone through extensive disk/directory rebuilds and restores from All Tests Passed backups. Had no problems for days and then out of the blue this started today. Hope you/we find a solution to this.</p>
<p>Imran Anwar<br />
IMRAN.TV</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails 3.1 Assets Precompilation by Damien Austin-Walker</title>
		<link>http://www.gamecreatures.com/blog/2011/10/20/rails-3-1-asset-precompilation/comment-page-1/#comment-19366</link>
		<dc:creator>Damien Austin-Walker</dc:creator>
		<pubDate>Thu, 20 Oct 2011 13:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.gamecreatures.com/blog/?p=193#comment-19366</guid>
		<description>I put my rails 3.1 application into production *yesterday*, then stayed up till midnight trying to fix this exact same issue to no avail. Couldn&#039;t understand why precompile wasn&#039;t touching the stylesheets or js.

Thank you. Thank you. Thank you.

Serendipity rocks!

Best
Damien</description>
		<content:encoded><![CDATA[<p>I put my rails 3.1 application into production *yesterday*, then stayed up till midnight trying to fix this exact same issue to no avail. Couldn&#8217;t understand why precompile wasn&#8217;t touching the stylesheets or js.</p>
<p>Thank you. Thank you. Thank you.</p>
<p>Serendipity rocks!</p>
<p>Best<br />
Damien</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ruby on Rails with Mysql on Windows by Luis Lavena</title>
		<link>http://www.gamecreatures.com/blog/2011/08/31/installing-ruby-on-rails-with-mysql-on-windows/comment-page-1/#comment-19355</link>
		<dc:creator>Luis Lavena</dc:creator>
		<pubDate>Thu, 01 Sep 2011 12:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.gamecreatures.com/blog/?p=131#comment-19355</guid>
		<description>Hey, nice article!

Would you mind add it to RubyInstaller Tutorials page?

https://github.com/oneclick/rubyinstaller/wiki/Tutorials

Also worth mentioning, if you installed MySQL 64bits (on a 64bits Windows) you will need to use something else than bundled headers and lib.

I&#039;ve blogged about that using MySQL Connector/C instead:

http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/

Cheers!</description>
		<content:encoded><![CDATA[<p>Hey, nice article!</p>
<p>Would you mind add it to RubyInstaller Tutorials page?</p>
<p><a href="https://github.com/oneclick/rubyinstaller/wiki/Tutorials" rel="nofollow">https://github.com/oneclick/rubyinstaller/wiki/Tutorials</a></p>
<p>Also worth mentioning, if you installed MySQL 64bits (on a 64bits Windows) you will need to use something else than bundled headers and lib.</p>
<p>I&#8217;ve blogged about that using MySQL Connector/C instead:</p>
<p><a href="http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/" rel="nofollow">http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/</a></p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails url_for and params missery by software developer</title>
		<link>http://www.gamecreatures.com/blog/2007/08/21/rails-url_for-and-params-missery/comment-page-1/#comment-8809</link>
		<dc:creator>software developer</dc:creator>
		<pubDate>Tue, 11 Aug 2009 09:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.gamecreatures.com/blog/2007/08/21/rails-url_for-and-params-missery/#comment-8809</guid>
		<description>Nice post,
YOU saved my day
thanks for the post</description>
		<content:encoded><![CDATA[<p>Nice post,<br />
YOU saved my day<br />
thanks for the post</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Victory: Installing JBuilder 2006 on VISTA by Abdelhalim</title>
		<link>http://www.gamecreatures.com/blog/2008/11/06/victory-installing-jbuilder-2006-on-vista/comment-page-1/#comment-8787</link>
		<dc:creator>Abdelhalim</dc:creator>
		<pubDate>Mon, 10 Aug 2009 06:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.gamecreatures.com/blog/?p=54#comment-8787</guid>
		<description>Thanks a lot for this helpful article.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this helpful article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Don&#8217;t use innerHTML, but use Prototype&#8217;s Element.update method! by admin</title>
		<link>http://www.gamecreatures.com/blog/2007/09/20/dont-use-innerhtml-but-user-prototypes-elementupdate-method/comment-page-1/#comment-8288</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 08 Jul 2009 04:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.gamecreatures.com/blog/2007/09/20/dont-use-innerhtml-but-user-prototypes-elementupdate-method/#comment-8288</guid>
		<description>Reading is no problem, the problem is writing to innerHTML.</description>
		<content:encoded><![CDATA[<p>Reading is no problem, the problem is writing to innerHTML.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

