<?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 ClearCove</title>
	<atom:link href="http://clearcove.ca/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://clearcove.ca</link>
	<description>Jo Hund's software engineering blog</description>
	<lastBuildDate>Thu, 19 Aug 2010 12:37:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Recipe: Make request environment available to models in Rails by Logging in Ruby on Rails &#124; Rohit&#39;s Blog</title>
		<link>http://clearcove.ca/blog/2008/08/recipe-make-request-environment-available-to-models-in-rails/comment-page-1/#comment-220</link>
		<dc:creator>Logging in Ruby on Rails &#124; Rohit&#39;s Blog</dc:creator>
		<pubDate>Thu, 19 Aug 2010 12:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://clearcove.ca/?p=273#comment-220</guid>
		<description>[...] You can get the User.current by using the Thread class provided by Rails. A detailed version of this is available here. [...]</description>
		<content:encoded><![CDATA[<p>[...] You can get the User.current by using the Thread class provided by Rails. A detailed version of this is available here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tablet pressure support on OS X for X11, Gimp, and Inkscape by Yuri</title>
		<link>http://clearcove.ca/blog/2008/12/tablet-pressure-support-on-os-x-for-x11-gimp-and-inkscape/comment-page-1/#comment-167</link>
		<dc:creator>Yuri</dc:creator>
		<pubDate>Thu, 01 Apr 2010 08:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://clearcove.ca/?p=342#comment-167</guid>
		<description>I have the problem with pen cursor offset when I&#039;m using Inkscape 0.47 with Wacom Bamboo Fun MAC OS X Leopard. Mouse works fine, but when I&#039;m trying to use pen with tablet there is strange offset between cursor and drawing. Tried to make various changes in Input device settings but it doesn&#039;t help. Does anyboy have any idea how to fix it?</description>
		<content:encoded><![CDATA[<p>I have the problem with pen cursor offset when I&#8217;m using Inkscape 0.47 with Wacom Bamboo Fun MAC OS X Leopard. Mouse works fine, but when I&#8217;m trying to use pen with tablet there is strange offset between cursor and drawing. Tried to make various changes in Input device settings but it doesn&#8217;t help. Does anyboy have any idea how to fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recipe: Make request environment available to models in Rails by LeipeLeon</title>
		<link>http://clearcove.ca/blog/2008/08/recipe-make-request-environment-available-to-models-in-rails/comment-page-1/#comment-165</link>
		<dc:creator>LeipeLeon</dc:creator>
		<pubDate>Fri, 18 Dec 2009 17:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://clearcove.ca/?p=273#comment-165</guid>
		<description>hmm.... 

seems to me that Thread.current is the thread of the rails process.

what about when 2 different users update simultaneously?</description>
		<content:encoded><![CDATA[<p>hmm&#8230;. </p>
<p>seems to me that Thread.current is the thread of the rails process.</p>
<p>what about when 2 different users update simultaneously?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tablet pressure support on OS X for X11, Gimp, and Inkscape by Sebastian</title>
		<link>http://clearcove.ca/blog/2008/12/tablet-pressure-support-on-os-x-for-x11-gimp-and-inkscape/comment-page-1/#comment-164</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Sun, 13 Dec 2009 17:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://clearcove.ca/?p=342#comment-164</guid>
		<description>Works perferct with a Genius F610</description>
		<content:encoded><![CDATA[<p>Works perferct with a Genius F610</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recipe: RESTful search for Rails by Heiko</title>
		<link>http://clearcove.ca/blog/2008/12/recipe-restful-search-for-rails/comment-page-1/#comment-162</link>
		<dc:creator>Heiko</dc:creator>
		<pubDate>Thu, 19 Nov 2009 15:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://clearcove.ca/?p=218#comment-162</guid>
		<description>Thanks for your recipe! Exactly what I was looking for.

I have a very similar project running and I need to filter my projects for more than just one project.

Could anyone please post a hint how to get this working for filtering multiple Clients/projects (according to the example screenshot above). I tried to figure out on my own but I&#039;m stuck.

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Thanks for your recipe! Exactly what I was looking for.</p>
<p>I have a very similar project running and I need to filter my projects for more than just one project.</p>
<p>Could anyone please post a hint how to get this working for filtering multiple Clients/projects (according to the example screenshot above). I tried to figure out on my own but I&#8217;m stuck.</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recipe: Make request environment available to models in Rails by Braxton Beyer</title>
		<link>http://clearcove.ca/blog/2008/08/recipe-make-request-environment-available-to-models-in-rails/comment-page-1/#comment-158</link>
		<dc:creator>Braxton Beyer</dc:creator>
		<pubDate>Wed, 28 Oct 2009 01:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://clearcove.ca/?p=273#comment-158</guid>
		<description>Could you achieve this same thing using Rails.cache? (http://www.highdots.com/forums/ruby-rails-talk/best-way-store-global-variable-285504.html)

What are the pros/cons of each method?</description>
		<content:encoded><![CDATA[<p>Could you achieve this same thing using Rails.cache? (<a href="http://www.highdots.com/forums/ruby-rails-talk/best-way-store-global-variable-285504.html" rel="nofollow">http://www.highdots.com/forums/ruby-rails-talk/best-way-store-global-variable-285504.html</a>)</p>
<p>What are the pros/cons of each method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recipe: Make request environment available to models in Rails by James Bebbington</title>
		<link>http://clearcove.ca/blog/2008/08/recipe-make-request-environment-available-to-models-in-rails/comment-page-1/#comment-151</link>
		<dc:creator>James Bebbington</dc:creator>
		<pubDate>Thu, 15 Oct 2009 11:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://clearcove.ca/?p=273#comment-151</guid>
		<description>Just adding a couple of manual trackbacks that are worth checking out:

http://stackoverflow.com/questions/1568218/access-to-currentuser-from-within-a-model-in-ruby-on-rails

http://www.pluitsolutions.com/2006/08/15/rails-auto-assign-created-by-and-updated-by/#comments</description>
		<content:encoded><![CDATA[<p>Just adding a couple of manual trackbacks that are worth checking out:</p>
<p><a href="http://stackoverflow.com/questions/1568218/access-to-currentuser-from-within-a-model-in-ruby-on-rails" rel="nofollow">http://stackoverflow.com/questions/1568218/access-to-currentuser-from-within-a-model-in-ruby-on-rails</a></p>
<p><a href="http://www.pluitsolutions.com/2006/08/15/rails-auto-assign-created-by-and-updated-by/#comments" rel="nofollow">http://www.pluitsolutions.com/2006/08/15/rails-auto-assign-created-by-and-updated-by/#comments</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recipe: Detect whether cookies are enabled in rails by scott</title>
		<link>http://clearcove.ca/blog/2009/09/rails-cookie-detection/comment-page-1/#comment-148</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Thu, 01 Oct 2009 04:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://clearcove.ca/?p=407#comment-148</guid>
		<description>There are issues with cookies that your flow chart does not address (I did not read the code).

One subtle issue is that, in some circumstances, cookies can be &quot;read only&quot;. I.E. the browser will send a pre-existing cookie, but you cannot change it or add new ones.</description>
		<content:encoded><![CDATA[<p>There are issues with cookies that your flow chart does not address (I did not read the code).</p>
<p>One subtle issue is that, in some circumstances, cookies can be &#8220;read only&#8221;. I.E. the browser will send a pre-existing cookie, but you cannot change it or add new ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recipe: RESTful search for Rails by Jo Hund</title>
		<link>http://clearcove.ca/blog/2008/12/recipe-restful-search-for-rails/comment-page-1/#comment-136</link>
		<dc:creator>Jo Hund</dc:creator>
		<pubDate>Wed, 15 Apr 2009 10:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://clearcove.ca/?p=218#comment-136</guid>
		<description>Yes, you append any list option as query string params to the URL, as you wrote in your comment.</description>
		<content:encoded><![CDATA[<p>Yes, you append any list option as query string params to the URL, as you wrote in your comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tablet pressure support on OS X for X11, Gimp, and Inkscape by Aaron Ryan</title>
		<link>http://clearcove.ca/blog/2008/12/tablet-pressure-support-on-os-x-for-x11-gimp-and-inkscape/comment-page-1/#comment-134</link>
		<dc:creator>Aaron Ryan</dc:creator>
		<pubDate>Fri, 03 Apr 2009 21:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://clearcove.ca/?p=342#comment-134</guid>
		<description>I am having the same problem mentioned above.

It is unclear if this is an XQuartz 2.3.2.1 issue, an Inkscape 0.46 for Mac OS X issue, or some strange combination of the two.

Both the GIMP 2.6 and Inkscape 0.46 are fully operational in my openSUSE 11.1 ppc64 environment, using the linuxwacom 8.2.2 drivers.</description>
		<content:encoded><![CDATA[<p>I am having the same problem mentioned above.</p>
<p>It is unclear if this is an XQuartz 2.3.2.1 issue, an Inkscape 0.46 for Mac OS X issue, or some strange combination of the two.</p>
<p>Both the GIMP 2.6 and Inkscape 0.46 are fully operational in my openSUSE 11.1 ppc64 environment, using the linuxwacom 8.2.2 drivers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.418 seconds -->
