<?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 confabulus</title>
	<atom:link href="http://blog.confabulus.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.confabulus.com</link>
	<description>rails, coding, and the goings on at confabulus</description>
	<lastBuildDate>Wed, 24 Feb 2010 16:57:35 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on updating embedded jruby gems with ant by Gooder Code</title>
		<link>http://blog.confabulus.com/2009/12/08/updating-embedded-jruby-gems-with-ant/comment-page-1/#comment-93</link>
		<dc:creator>Gooder Code</dc:creator>
		<pubDate>Wed, 24 Feb 2010 16:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.confabulus.com/?p=149#comment-93</guid>
		<description>&lt;strong&gt;JRuby 1.5 to provide native support for Ant...&lt;/strong&gt;

In case you haven’t heard, the next version of JRuby will provide native support for Ant.&#160; Much like antwrap, you will be able to call ant tasks straight from Ruby.&#160; There are some pretty good examples here, but no examples of how to get it.....</description>
		<content:encoded><![CDATA[<p><strong>JRuby 1.5 to provide native support for Ant&#8230;</strong></p>
<p>In case you haven’t heard, the next version of JRuby will provide native support for Ant.&#160; Much like antwrap, you will be able to call ant tasks straight from Ruby.&#160; There are some pretty good examples here, but no examples of how to get it&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simplicity Itself by Amos</title>
		<link>http://blog.confabulus.com/2010/02/18/simplicity-itself/comment-page-1/#comment-92</link>
		<dc:creator>Amos</dc:creator>
		<pubDate>Fri, 19 Feb 2010 13:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.confabulus.com/?p=159#comment-92</guid>
		<description>Gaffo, some of your line numbers are indenting into and on top of the code.  It makes it really hard to read.  We&#039;ll have to sit and talk C sometime.  It has been a while, not withstanding the git patch.  I really like playing in C.</description>
		<content:encoded><![CDATA[<p>Gaffo, some of your line numbers are indenting into and on top of the code.  It makes it really hard to read.  We&#8217;ll have to sit and talk C sometime.  It has been a while, not withstanding the git patch.  I really like playing in C.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on testing protected and private methods in ruby by fhinkel</title>
		<link>http://blog.confabulus.com/2008/10/26/testing-protected-and-private-methods-in-ruby/comment-page-1/#comment-91</link>
		<dc:creator>fhinkel</dc:creator>
		<pubDate>Wed, 06 Jan 2010 05:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.confabulus.com/?p=31#comment-91</guid>
		<description>You can just use a singleton method. It&#039;s 3 more lines of code in your test class and requires no changes in the actual code to be tested

def user.full_name_publicly (*args)
  full_name(*args)
end

then you can use in the test cases
assert_equal &quot;fullname&quot;, user.full_name_publicly

http://mathandprogramming.blogspot.com/2010/01/ruby-testing-private-methods.html</description>
		<content:encoded><![CDATA[<p>You can just use a singleton method. It&#8217;s 3 more lines of code in your test class and requires no changes in the actual code to be tested</p>
<p>def user.full_name_publicly (*args)<br />
  full_name(*args)<br />
end</p>
<p>then you can use in the test cases<br />
assert_equal &#8220;fullname&#8221;, user.full_name_publicly</p>
<p><a href="http://mathandprogramming.blogspot.com/2010/01/ruby-testing-private-methods.html" rel="nofollow">http://mathandprogramming.blogspot.com/2010/01/ruby-testing-private-methods.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on rcov and rails by pjammer</title>
		<link>http://blog.confabulus.com/2008/06/11/rcov-and-rails/comment-page-1/#comment-90</link>
		<dc:creator>pjammer</dc:creator>
		<pubDate>Tue, 05 Jan 2010 15:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.confabulus.com/?p=9#comment-90</guid>
		<description>Hey, is this rake task addition supposed to output all of the rails gems i use too?  seems odd if it is, as i thought it&#039;d only give me the test/**/*_test.rb files.</description>
		<content:encoded><![CDATA[<p>Hey, is this rake task addition supposed to output all of the rails gems i use too?  seems odd if it is, as i thought it&#8217;d only give me the test/**/*_test.rb files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on updating embedded jruby gems with ant by Aslak Hellesøy</title>
		<link>http://blog.confabulus.com/2009/12/08/updating-embedded-jruby-gems-with-ant/comment-page-1/#comment-86</link>
		<dc:creator>Aslak Hellesøy</dc:creator>
		<pubDate>Tue, 08 Dec 2009 22:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.confabulus.com/?p=149#comment-86</guid>
		<description>Good stuff. Will steal this if you&#039;re ok with it: http://github.com/aslakhellesoy/cuke4duke/issues/#issue/43</description>
		<content:encoded><![CDATA[<p>Good stuff. Will steal this if you&#8217;re ok with it: <a href="http://github.com/aslakhellesoy/cuke4duke/issues/#issue/43" rel="nofollow">http://github.com/aslakhellesoy/cuke4duke/issues/#issue/43</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing WebOS Applications Made Easy with jasmine_webos gem by Steve</title>
		<link>http://blog.confabulus.com/2009/09/21/testing-webos-applications-made-easy-with-jasmine_webos-gem/comment-page-1/#comment-77</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 30 Sep 2009 18:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.confabulus.com/?p=128#comment-77</guid>
		<description>Ah, fixed it -- I needed to run &quot;sudo gem update --system&quot; first to upgrade to a modern RubyGems install. Once I did that, it found your package. Hopefully this will help someone else.</description>
		<content:encoded><![CDATA[<p>Ah, fixed it &#8212; I needed to run &#8220;sudo gem update &#8211;system&#8221; first to upgrade to a modern RubyGems install. Once I did that, it found your package. Hopefully this will help someone else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing WebOS Applications Made Easy with jasmine_webos gem by gaffo</title>
		<link>http://blog.confabulus.com/2009/09/21/testing-webos-applications-made-easy-with-jasmine_webos-gem/comment-page-1/#comment-74</link>
		<dc:creator>gaffo</dc:creator>
		<pubDate>Wed, 23 Sep 2009 20:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.confabulus.com/?p=128#comment-74</guid>
		<description>@Gothy, I just pushed a new version of the app containing your patches. Should be up on gems.github.com any minute. Thanks. If you have any other fixes or suggestions send em to bugs on http://github.com/gaffo/jasmine_webos</description>
		<content:encoded><![CDATA[<p>@Gothy, I just pushed a new version of the app containing your patches. Should be up on gems.github.com any minute. Thanks. If you have any other fixes or suggestions send em to bugs on <a href="http://github.com/gaffo/jasmine_webos" rel="nofollow">http://github.com/gaffo/jasmine_webos</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing WebOS Applications Made Easy with jasmine_webos gem by gothy</title>
		<link>http://blog.confabulus.com/2009/09/21/testing-webos-applications-made-easy-with-jasmine_webos-gem/comment-page-1/#comment-73</link>
		<dc:creator>gothy</dc:creator>
		<pubDate>Wed, 23 Sep 2009 11:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.confabulus.com/?p=128#comment-73</guid>
		<description>Fixed by myself already :)
add in source_files:
...
other_sources = Dir.glob(File.join(other_src_dir, &quot;*.js&quot;))
      other_sources = other_sources.collect {&#124;f&#124; f.sub(other_src_dir, &quot;/javascripts&quot;)}
....

and to mapping:
&quot;/javascripts&quot; =&gt; other_src_dir,

and finally describe other_sources a bit lower in server.rb

def other_src_dir
      File.join(@configuration.application_root, &quot;javascripts&quot;)
    end</description>
		<content:encoded><![CDATA[<p>Fixed by myself already <img src='http://blog.confabulus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
add in source_files:<br />
&#8230;<br />
other_sources = Dir.glob(File.join(other_src_dir, &#8220;*.js&#8221;))<br />
      other_sources = other_sources.collect {|f| f.sub(other_src_dir, &#8220;/javascripts&#8221;)}<br />
&#8230;.</p>
<p>and to mapping:<br />
&#8220;/javascripts&#8221; =&gt; other_src_dir,</p>
<p>and finally describe other_sources a bit lower in server.rb</p>
<p>def other_src_dir<br />
      File.join(@configuration.application_root, &#8220;javascripts&#8221;)<br />
    end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing WebOS Applications Made Easy with jasmine_webos gem by gothy</title>
		<link>http://blog.confabulus.com/2009/09/21/testing-webos-applications-made-easy-with-jasmine_webos-gem/comment-page-1/#comment-72</link>
		<dc:creator>gothy</dc:creator>
		<pubDate>Wed, 23 Sep 2009 09:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.confabulus.com/?p=128#comment-72</guid>
		<description>@gaffo There is a little problem, when server starts in prints all sources that are being loaded, but none of the /javascript/* scripts from root app folder are loaded as I see. I&#039;m trying to edit your scripts, but without ruby knowledge it&#039;s quite hard :) Please, help</description>
		<content:encoded><![CDATA[<p>@gaffo There is a little problem, when server starts in prints all sources that are being loaded, but none of the /javascript/* scripts from root app folder are loaded as I see. I&#8217;m trying to edit your scripts, but without ruby knowledge it&#8217;s quite hard <img src='http://blog.confabulus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Please, help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing WebOS Applications Made Easy with jasmine_webos gem by gothy</title>
		<link>http://blog.confabulus.com/2009/09/21/testing-webos-applications-made-easy-with-jasmine_webos-gem/comment-page-1/#comment-71</link>
		<dc:creator>gothy</dc:creator>
		<pubDate>Wed, 23 Sep 2009 08:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.confabulus.com/?p=128#comment-71</guid>
		<description>@gaffo, thanks! really helped :)</description>
		<content:encoded><![CDATA[<p>@gaffo, thanks! really helped <img src='http://blog.confabulus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
