<?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: Hello RuGUI! Developing desktop applications using Ruby/GTK</title>
	<atom:link href="http://blog.rugui.org/2009/01/hello-rugui/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rugui.org/2009/01/hello-rugui/</link>
	<description>RuGUI is an open-source framework that makes building desktop applications very easy. Like Ruby on Rails, it aims to improve productivity, favoring convention over configuration, DRY and MVC patterns.</description>
	<lastBuildDate>Sun, 12 Feb 2012 00:35:45 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Waseem Besada</title>
		<link>http://blog.rugui.org/2009/01/hello-rugui/comment-page-1/#comment-163</link>
		<dc:creator>Waseem Besada</dc:creator>
		<pubDate>Sun, 12 Feb 2012 00:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.intelitiva.com/?p=5#comment-163</guid>
		<description>Hi!

I&#039;m wondering why I can&#039;t run the helloworld example. I get the following error:

$ ./helloworld 
(eval):1: warning: redefining `object_id&#039; may cause serious problems
(eval):1: warning: redefining `__send__&#039; may cause serious problems
/var/lib/gems/1.9.1/gems/rugui-1.6.0/lib/rugui/property_changed_support.rb:49:in `included&#039;: undefined method `class_inheritable_accessor&#039; for RuGUI::BaseController:Class (NoMethodError)
	from /var/lib/gems/1.9.1/gems/rugui-1.6.0/lib/rugui/property_observer.rb:37:in `include&#039;
	from /var/lib/gems/1.9.1/gems/rugui-1.6.0/lib/rugui/property_observer.rb:37:in `included&#039;
	from /var/lib/gems/1.9.1/gems/rugui-1.6.0/lib/rugui/base_controller.rb:6:in `include&#039;
	from /var/lib/gems/1.9.1/gems/rugui-1.6.0/lib/rugui/base_controller.rb:6:in `&#039;
	from /var/lib/gems/1.9.1/gems/rugui-1.6.0/lib/rugui/base_controller.rb:5:in `&#039;
	from /var/lib/gems/1.9.1/gems/rugui-1.6.0/lib/rugui/base_controller.rb:1:in `&#039;
	from :29:in `require&#039;
	from :29:in `require&#039;
	from /var/lib/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `block in require&#039;
	from /var/lib/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:236:in `load_dependency&#039;
	from /var/lib/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require&#039;
	from /var/lib/gems/1.9.1/gems/rugui-1.6.0/lib/rugui.rb:38:in `&#039;
	from :33:in `require&#039;
	from :33:in `rescue in require&#039;
	from :29:in `require&#039;
	from /home/ewaseem/myProjects/myRuby/helloworld/config/boot.rb:59:in `load_rugui&#039;
	from /home/ewaseem/myProjects/myRuby/helloworld/config/boot.rb:54:in `load_initializer&#039;
	from /home/ewaseem/myProjects/myRuby/helloworld/config/boot.rb:40:in `run&#039;
	from /home/ewaseem/myProjects/myRuby/helloworld/config/boot.rb:13:in `boot!&#039;
	from /home/ewaseem/myProjects/myRuby/helloworld/config/boot.rb:81:in `&#039;
	from :29:in `require&#039;
	from :29:in `require&#039;
	from /home/ewaseem/myProjects/myRuby/helloworld/config/environment.rb:5:in `&#039;
	from :29:in `require&#039;
	from :29:in `require&#039;
	from /home/ewaseem/myProjects/myRuby/helloworld/app/main.rb:8:in `&#039;
	from ./helloworld:4:in `load&#039;
	from ./helloworld:4:in `&#039;

I appreciate an hints to get it work.

/Waseem</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I&#8217;m wondering why I can&#8217;t run the helloworld example. I get the following error:</p>
<p>$ ./helloworld<br />
(eval):1: warning: redefining `object_id&#8217; may cause serious problems<br />
(eval):1: warning: redefining `__send__&#8217; may cause serious problems<br />
/var/lib/gems/1.9.1/gems/rugui-1.6.0/lib/rugui/property_changed_support.rb:49:in `included&#8217;: undefined method `class_inheritable_accessor&#8217; for RuGUI::BaseController:Class (NoMethodError)<br />
	from /var/lib/gems/1.9.1/gems/rugui-1.6.0/lib/rugui/property_observer.rb:37:in `include&#8217;<br />
	from /var/lib/gems/1.9.1/gems/rugui-1.6.0/lib/rugui/property_observer.rb:37:in `included&#8217;<br />
	from /var/lib/gems/1.9.1/gems/rugui-1.6.0/lib/rugui/base_controller.rb:6:in `include&#8217;<br />
	from /var/lib/gems/1.9.1/gems/rugui-1.6.0/lib/rugui/base_controller.rb:6:in `&#8217;<br />
	from /var/lib/gems/1.9.1/gems/rugui-1.6.0/lib/rugui/base_controller.rb:5:in `&#8217;<br />
	from /var/lib/gems/1.9.1/gems/rugui-1.6.0/lib/rugui/base_controller.rb:1:in `&#8217;<br />
	from :29:in `require&#8217;<br />
	from :29:in `require&#8217;<br />
	from /var/lib/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `block in require&#8217;<br />
	from /var/lib/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:236:in `load_dependency&#8217;<br />
	from /var/lib/gems/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require&#8217;<br />
	from /var/lib/gems/1.9.1/gems/rugui-1.6.0/lib/rugui.rb:38:in `&#8217;<br />
	from :33:in `require&#8217;<br />
	from :33:in `rescue in require&#8217;<br />
	from :29:in `require&#8217;<br />
	from /home/ewaseem/myProjects/myRuby/helloworld/config/boot.rb:59:in `load_rugui&#8217;<br />
	from /home/ewaseem/myProjects/myRuby/helloworld/config/boot.rb:54:in `load_initializer&#8217;<br />
	from /home/ewaseem/myProjects/myRuby/helloworld/config/boot.rb:40:in `run&#8217;<br />
	from /home/ewaseem/myProjects/myRuby/helloworld/config/boot.rb:13:in `boot!&#8217;<br />
	from /home/ewaseem/myProjects/myRuby/helloworld/config/boot.rb:81:in `&#8217;<br />
	from :29:in `require&#8217;<br />
	from :29:in `require&#8217;<br />
	from /home/ewaseem/myProjects/myRuby/helloworld/config/environment.rb:5:in `&#8217;<br />
	from :29:in `require&#8217;<br />
	from :29:in `require&#8217;<br />
	from /home/ewaseem/myProjects/myRuby/helloworld/app/main.rb:8:in `&#8217;<br />
	from ./helloworld:4:in `load&#8217;<br />
	from ./helloworld:4:in `&#8217;</p>
<p>I appreciate an hints to get it work.</p>
<p>/Waseem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.rugui.org/2009/01/hello-rugui/comment-page-1/#comment-159</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 29 Dec 2010 15:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.intelitiva.com/?p=5#comment-159</guid>
		<description>I just discovered RuGUI and I love the rails concept. I&#039;m checking it out for my desktop app right now! I&#039;m looking forward to a robust RuGUI community. Are there anymore tutorials to come?</description>
		<content:encoded><![CDATA[<p>I just discovered RuGUI and I love the rails concept. I&#8217;m checking it out for my desktop app right now! I&#8217;m looking forward to a robust RuGUI community. Are there anymore tutorials to come?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OlÃ¡ RuGUI! Desenvolvendo aplicaÃ§Ãµes desktop utilizando Ruby/GTK &#124; RuGUI Framework Blog</title>
		<link>http://blog.rugui.org/2009/01/hello-rugui/comment-page-1/#comment-152</link>
		<dc:creator>OlÃ¡ RuGUI! Desenvolvendo aplicaÃ§Ãµes desktop utilizando Ruby/GTK &#124; RuGUI Framework Blog</dc:creator>
		<pubDate>Fri, 25 Sep 2009 16:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.intelitiva.com/?p=5#comment-152</guid>
		<description>[...] to improve productivity, favoring convention over configuration, DRY and MVC patterns.      &#171; Hello RuGUI! Developing desktop applications using Ruby/GTK Getting your feet wet with RuGUI [...]</description>
		<content:encoded><![CDATA[<p>[...] to improve productivity, favoring convention over configuration, DRY and MVC patterns.      &laquo; Hello RuGUI! Developing desktop applications using Ruby/GTK Getting your feet wet with RuGUI [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getting your feet wet with RuGUI &#124; RuGUI Framework Blog</title>
		<link>http://blog.rugui.org/2009/01/hello-rugui/comment-page-1/#comment-151</link>
		<dc:creator>Getting your feet wet with RuGUI &#124; RuGUI Framework Blog</dc:creator>
		<pubDate>Fri, 25 Sep 2009 16:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.intelitiva.com/?p=5#comment-151</guid>
		<description>[...] you have already read this article you may wonder: &#8220;Ok, I can do a Hello World application with some new framework, so [...]</description>
		<content:encoded><![CDATA[<p>[...] you have already read this article you may wonder: &#8220;Ok, I can do a Hello World application with some new framework, so [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Intelitiva Blog &#187; OlÃ¡ RuGUI!</title>
		<link>http://blog.rugui.org/2009/01/hello-rugui/comment-page-1/#comment-2</link>
		<dc:creator>Intelitiva Blog &#187; OlÃ¡ RuGUI!</dc:creator>
		<pubDate>Mon, 02 Feb 2009 20:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.intelitiva.com/?p=5#comment-2</guid>
		<description>[...] Este post Ã© a traduÃ§Ã£o do post intitulado Hello RuGUI! [...]</description>
		<content:encoded><![CDATA[<p>[...] Este post Ã© a traduÃ§Ã£o do post intitulado Hello RuGUI! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Rocha</title>
		<link>http://blog.rugui.org/2009/01/hello-rugui/comment-page-1/#comment-3</link>
		<dc:creator>Dmitry Rocha</dc:creator>
		<pubDate>Fri, 30 Jan 2009 17:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.intelitiva.com/?p=5#comment-3</guid>
		<description>I&#039;m excited with the project...

I&#039;m waiting for more.

Thank you.</description>
		<content:encoded><![CDATA[<p>I&#8217;m excited with the project&#8230;</p>
<p>I&#8217;m waiting for more.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
