<?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: Testing WebOS Applications Made Easy with jasmine_webos gem</title>
	<atom:link href="http://blog.confabulus.com/2009/09/21/testing-webos-applications-made-easy-with-jasmine_webos-gem/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.confabulus.com/2009/09/21/testing-webos-applications-made-easy-with-jasmine_webos-gem/</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>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>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>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>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>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>
	<item>
		<title>By: gaffo</title>
		<link>http://blog.confabulus.com/2009/09/21/testing-webos-applications-made-easy-with-jasmine_webos-gem/comment-page-1/#comment-70</link>
		<dc:creator>gaffo</dc:creator>
		<pubDate>Tue, 22 Sep 2009 14:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.confabulus.com/?p=128#comment-70</guid>
		<description>@gothy, it&#039;s going to be in your gems directory, which on ubuntu 9.04 I believe is /var/lib/gems/1.8/bin. For some reason Ubuntu doesn&#039;t add this to the path. Maybe for multiruby support. Let me know if that helps.</description>
		<content:encoded><![CDATA[<p>@gothy, it&#8217;s going to be in your gems directory, which on ubuntu 9.04 I believe is /var/lib/gems/1.8/bin. For some reason Ubuntu doesn&#8217;t add this to the path. Maybe for multiruby support. Let me know if that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gothy</title>
		<link>http://blog.confabulus.com/2009/09/21/testing-webos-applications-made-easy-with-jasmine_webos-gem/comment-page-1/#comment-69</link>
		<dc:creator>gothy</dc:creator>
		<pubDate>Tue, 22 Sep 2009 14:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.confabulus.com/?p=128#comment-69</guid>
		<description>where can jasmine_webos binary found after install?
ubuntu 9.04</description>
		<content:encoded><![CDATA[<p>where can jasmine_webos binary found after install?<br />
ubuntu 9.04</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver Ferrigni</title>
		<link>http://blog.confabulus.com/2009/09/21/testing-webos-applications-made-easy-with-jasmine_webos-gem/comment-page-1/#comment-68</link>
		<dc:creator>Oliver Ferrigni</dc:creator>
		<pubDate>Mon, 21 Sep 2009 20:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.confabulus.com/?p=128#comment-68</guid>
		<description>Awesome ariticle!  Thanks so much for posting!  Should def post on the yahoo TDD group!</description>
		<content:encoded><![CDATA[<p>Awesome ariticle!  Thanks so much for posting!  Should def post on the yahoo TDD group!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
