<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-27022</id>
	<title>Nabble - NetBeans Ruby Users</title>
	<updated>2009-01-07T23:01:46Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/NetBeans-Ruby-Users-f27022.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/NetBeans-Ruby-Users-f27022.html" />
	<subtitle type="html">This discussion list for users of Ruby, JRuby, and Rails support in the NetBeans IDE is the place to ask for help and to help others.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-21346791</id>
	<title>Gem load problems</title>
	<published>2009-01-07T23:01:46Z</published>
	<updated>2009-01-07T23:01:46Z</updated>
	<author>
		<name>pearish</name>
	</author>
	<content type="html">&lt;br&gt;I just downloaded and install NetBeans 6.5, and it looks pretty nice - except...
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I add the line 
&lt;br&gt;Code:
&lt;br&gt;require 'oauth/consumer'
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;to my Ruby main.rb, and the good news is that I can select the gem path name (i.e. oauth/consumer), and use the Navigate-&amp;gt;Declaration menu item to open the right file. However, running the script fails with a &amp;quot;no such file to load&amp;quot; error (LoadError). The problem is the same for all installed gems
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;When I look at the RubyGems tool information, all the paths appear to point at the right location. Besides, if NetBeans can find the files for the Navigate command, it's got to know where they are, right?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I'm using the Ruby, not JRuby interpreter for the project, and the oauth gem was installed by command line prior to starting up NetBeans. I'm running on Mac OSX.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21346791&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21346791&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Gem-load-problems-tp21346791p21346791.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21344884</id>
	<title>install plugins on application using netbeans 6.5</title>
	<published>2009-01-07T18:46:10Z</published>
	<updated>2009-01-07T18:46:10Z</updated>
	<author>
		<name>Johny ben</name>
	</author>
	<content type="html">&lt;br&gt;Thank you for your quick reply...
&lt;br&gt;&lt;br&gt;I add the url &lt;a href=&quot;http://fckeditorp.rubyforge.org/svn/trunk/fckeditor&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fckeditorp.rubyforge.org/svn/trunk/fckeditor&lt;/a&gt;&amp;nbsp;on the repository the plugins install the five folder app,lib,public ,tasks and test but it &amp;nbsp;doesn't work because the component are not installed like install.rb and init.rb..
&lt;br&gt;&lt;br&gt;Do you have any idea why i doesn't properly work..
&lt;br&gt;&lt;br&gt;Actually Is solve the installation of plugins by manually download the fckeditor plugins on rubyforge and paste it to the vendor plugins it work but for curiosity i just want to know where I am wrong.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;The second question I just want to ask..
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;In your reply it work for you in my application my the edit.rhtml and new.rhtml the editor works great but my problem in &amp;nbsp;show.rhtml it display the source code instead on displaying an image
&lt;br&gt;&lt;br&gt;or the content
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;show.rhtml
&lt;br&gt;&lt;br&gt;&amp;lt;p&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;b&amp;gt;Name:&amp;lt;/b&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;%=h @user.name %&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/p&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;p&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;b&amp;gt;Body:&amp;lt;/b&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;%=h @user.body %&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/p&amp;gt;
&lt;br&gt;&lt;br&gt;new.rhtml
&lt;br&gt;&lt;br&gt;&amp;lt;% form_for(@user) do |f| %&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;%= f.error_messages %&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;p&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;%= f.label :name %&amp;gt;&amp;lt;br /&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;%= f.text_field :name %&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;/p&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;p&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;%= f.label :body %&amp;gt;&amp;lt;br /&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;%= fckeditor_textarea(&amp;quot;user&amp;quot;, &amp;quot;body&amp;quot;, :toolbarSet =&amp;gt; 'Simple',
&lt;br&gt;&lt;br&gt;:width =&amp;gt; '100%', :height =&amp;gt; '400px') %&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;/p&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;p&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;%= f.submit &amp;quot;Create&amp;quot; %&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;/p&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;% end %&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21344884&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21344884&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/install-plugins-on-application-using-netbeans-6.5-tp21325910p21344884.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21344863</id>
	<title>create new RoR application problem on command line</title>
	<published>2009-01-07T18:44:16Z</published>
	<updated>2009-01-07T18:44:16Z</updated>
	<author>
		<name>Johny ben</name>
	</author>
	<content type="html">&lt;br&gt;Thank you for your quick reply...
&lt;br&gt;&lt;br&gt;I add the url &lt;a href=&quot;http://fckeditorp.rubyforge.org/svn/trunk/fckeditor&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fckeditorp.rubyforge.org/svn/trunk/fckeditor&lt;/a&gt;&amp;nbsp;on the repository the plugins install the five folder app,lib,public ,tasks and test but it &amp;nbsp;doesn't work because the component are not installed like install.rb and init.rb..
&lt;br&gt;&lt;br&gt;Do you have any idea why i doesn't properly work..
&lt;br&gt;&lt;br&gt;Actually Is solve the installation of plugins by manually download the fckeditor plugins on rubyforge and paste it to the vendor plugins it work but for curiosity i just want to know where I am wrong.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;The second question I just want to ask..
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;In your reply it work for you in my application my the edit.rhtml and new.rhtml the editor works great but my problem in &amp;nbsp;show.rhtml it display the source code instead on displaying an image
&lt;br&gt;&lt;br&gt;or the content
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;show.rhtml
&lt;br&gt;&lt;br&gt;&amp;lt;p&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;b&amp;gt;Name:&amp;lt;/b&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;%=h @user.name %&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/p&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;p&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;b&amp;gt;Body:&amp;lt;/b&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;%=h @user.body %&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/p&amp;gt;
&lt;br&gt;&lt;br&gt;new.rhtml
&lt;br&gt;&lt;br&gt;&amp;lt;% form_for(@user) do |f| %&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;%= f.error_messages %&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;p&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;%= f.label :name %&amp;gt;&amp;lt;br /&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;%= f.text_field :name %&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;/p&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;p&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;%= f.label :body %&amp;gt;&amp;lt;br /&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;%= fckeditor_textarea(&amp;quot;user&amp;quot;, &amp;quot;body&amp;quot;, :toolbarSet =&amp;gt; 'Simple',
&lt;br&gt;&lt;br&gt;:width =&amp;gt; '100%', :height =&amp;gt; '400px') %&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;/p&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;p&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;%= f.submit &amp;quot;Create&amp;quot; %&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;/p&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;% end %&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21344863&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21344863&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/create-new-RoR-application-problem-on-command-line-tp21344671p21344863.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21344671</id>
	<title>create new RoR application problem on command line</title>
	<published>2009-01-07T18:22:27Z</published>
	<updated>2009-01-07T18:22:27Z</updated>
	<author>
		<name>Johny ben</name>
	</author>
	<content type="html">&lt;br&gt;when i type this on the command line
&lt;br&gt;&lt;br&gt;os windows xp
&lt;br&gt;&lt;br&gt;C:\Program Files\NetBeans 6.5\ruby2\jruby-1.1.4\bin&amp;gt;jruby -S rails hello
&lt;br&gt;&lt;br&gt;I got a message&amp;quot; The system cannot find the path specified&amp;quot;.I just want to ask why i got a result like that instead for create a hello application
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21344671&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21344671&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/create-new-RoR-application-problem-on-command-line-tp21344671p21344671.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21329776</id>
	<title>Rails Debugging using NB 6.5/Mongrel not working</title>
	<published>2009-01-07T03:49:54Z</published>
	<updated>2009-01-07T03:49:54Z</updated>
	<author>
		<name>Nelan Johnston</name>
	</author>
	<content type="html">&lt;br&gt;Hello Martin,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I just filed a bug:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.netbeans.org/nonav/issues/show_bug.cgi?id=156410&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/nonav/issues/show_bug.cgi?id=156410&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;and also sent you new logs.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Ben
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21329776&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21329776&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Rails-Debugging-using-NB-6.5-Mongrel-not-working-tp21329776p21329776.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21329409</id>
	<title>Re: Rails Debugging using NB 6.5/Mongrel not working</title>
	<published>2009-01-07T03:22:35Z</published>
	<updated>2009-01-07T03:22:35Z</updated>
	<author>
		<name>Martin Krauskopf</name>
	</author>
	<content type="html">Ben Lubic wrote:
&lt;br&gt;&amp;gt; Hello Martin,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; yes that is indeed the case. The &amp;quot;put&amp;quot; shows on the console. The breakpoint is not hit, though. The application does not stop, and the breakpoint does not turn green.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Back to where we started I guess (hopefully not ;-) )
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Do you have another idea?
&lt;br&gt;&lt;br&gt;I suppose that just running (not debugging) works for the same scenario 
&lt;br&gt;with your Rails application.
&lt;br&gt;&lt;br&gt;I guess I firstly need to fix:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=156118&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=156118&lt;/a&gt;&lt;br&gt;&lt;br&gt;which might help - might be that some exception which is not thrown when 
&lt;br&gt;running is thrown when debugging and due to the bug above it is not 
&lt;br&gt;perceptible.
&lt;br&gt;&lt;br&gt;Could you file a bug against ruby/debugger component in our Issuezilla:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.netbeans.org/nonav/issues/enter_bug.cgi?component=ruby&amp;subcomponent=debugger&amp;version=7.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/nonav/issues/enter_bug.cgi?component=ruby&amp;subcomponent=debugger&amp;version=7.0&lt;/a&gt;&lt;br&gt;&amp;nbsp; (one-click registration if you are not already registered)
&lt;br&gt;&lt;br&gt;If not, let me know I'll file it.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m.
&lt;br&gt;&lt;br&gt;PS: something to the log, I'll reply to the email, you've send me
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21329409&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21329409&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Rails-Debugging-using-NB-6.5-Mongrel-not-working-tp21329185p21329409.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21329268</id>
	<title>Re: install plugins on application using netbeans 6.5</title>
	<published>2009-01-07T03:10:54Z</published>
	<updated>2009-01-07T03:10:54Z</updated>
	<author>
		<name>Erno Mononen</name>
	</author>
	<content type="html">&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;johny13 wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; how to add plugins on netbeans6.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I try this step but it doesn't work..
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; right click on project node&amp;gt;rails plugins&amp;gt;repositories&amp;gt;add url &amp;gt;svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; did i miss somthing..
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Indeed the svn connection doesn't seem to work (not even from the 
&lt;br&gt;command line), but &amp;nbsp;&lt;a href=&quot;http://fckeditorp.rubyforge.org/svn/trunk/fckeditor&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fckeditorp.rubyforge.org/svn/trunk/fckeditor&lt;/a&gt;&amp;nbsp;
&lt;br&gt;worked at least for me.
&lt;br&gt;&lt;br&gt;Erno
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21329268&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21329268&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/install-plugins-on-application-using-netbeans-6.5-tp21325910p21329268.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21329185</id>
	<title>Rails Debugging using NB 6.5/Mongrel not working</title>
	<published>2009-01-07T03:06:11Z</published>
	<updated>2009-01-07T03:06:11Z</updated>
	<author>
		<name>Nelan Johnston</name>
	</author>
	<content type="html">&lt;br&gt;Hello Martin,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;yes that is indeed the case. The &amp;quot;put&amp;quot; shows on the console. The breakpoint is not hit, though. The application does not stop, and the breakpoint does not turn green.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Back to where we started I guess (hopefully not ;-) )
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Do you have another idea?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21329185&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21329185&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Rails-Debugging-using-NB-6.5-Mongrel-not-working-tp21329185p21329185.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21328981</id>
	<title>Re: Rails Debugging using NB 6.5/Mongrel not working</title>
	<published>2009-01-07T02:50:29Z</published>
	<updated>2009-01-07T02:50:29Z</updated>
	<author>
		<name>Martin Krauskopf</name>
	</author>
	<content type="html">Ben Lubic wrote:
&lt;br&gt;&amp;gt; Hello Martin,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; okay, I can confirm a simple hello_world.rb file does indeed result in a working debugging session in both the terminal and Netbeans. The breakpoint gets hit.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Debugging my rails application though, my breakpoints do not get hit. I just sent you the IDE log via E-Mail.
&lt;br&gt;&lt;br&gt;Log seems OK. It just seems that the location with breakpoint were never 
&lt;br&gt;executed/interpreted. Are you sure that the place where you've put the 
&lt;br&gt;breakpoint is actually interpreted? You might check by butting:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;puts &amp;quot;I'm here&amp;quot;
&lt;br&gt;&lt;br&gt;before the place where you have put the breakpoint and:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;I'm here
&lt;br&gt;&lt;br&gt;should be printed out to the OW with Mongrel output. Is it the case?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21328981&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21328981&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Rails-Debugging-using-NB-6.5-Mongrel-not-working-tp21328743p21328981.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21328743</id>
	<title>Rails Debugging using NB 6.5/Mongrel not working</title>
	<published>2009-01-07T02:32:30Z</published>
	<updated>2009-01-07T02:32:30Z</updated>
	<author>
		<name>Nelan Johnston</name>
	</author>
	<content type="html">&lt;br&gt;Hello Martin,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;okay, I can confirm a simple hello_world.rb file does indeed result in a working debugging session in both the terminal and Netbeans. The breakpoint gets hit.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Debugging my rails application though, my breakpoints do not get hit. I just sent you the IDE log via E-Mail.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thank You.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21328743&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21328743&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Rails-Debugging-using-NB-6.5-Mongrel-not-working-tp21328743p21328743.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21327965</id>
	<title>Re: Rails Debugging using NB 6.5/Mongrel not working</title>
	<published>2009-01-07T01:42:54Z</published>
	<updated>2009-01-07T01:42:54Z</updated>
	<author>
		<name>Martin Krauskopf</name>
	</author>
	<content type="html">Ben Lubic wrote:
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; Hello Martin,
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; thank you for your reply. I did what you said. Here is the output:
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; webdev:controllers ben$ rdebug-ide _0.4.3_ -p 1234 -h localhost -d 
&lt;br&gt;-x -- application.rb
&lt;br&gt;[...]
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; Here is application.rb (first 4 lines) :
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Filters added to this controller apply to all controllers in 
&lt;br&gt;the application.
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Likewise, all the methods added will be available for all 
&lt;br&gt;controllers.
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;class ApplicationController &amp;lt; ActionController::Base
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; I am not sure if this gives you any new information. Please let me
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; know what else you need to see.
&lt;br&gt;&lt;br&gt;Hi Ben,
&lt;br&gt;&lt;br&gt;I see the problem with our particular case now. I've missed the
&lt;br&gt;important fact in the beginning that the application.rb you are trying
&lt;br&gt;is from Rails application. Which means that the behaviour of the
&lt;br&gt;debugger is correct. Since you've put breakpoint on the line *10* of
&lt;br&gt;application.rb. But the program never reach that point since it fails on
&lt;br&gt;the fourth line with:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;application.rb:4: uninitialized constant ActionController (NameError)
&lt;br&gt;&lt;br&gt;There is a bug that the debugger that it does not print out the
&lt;br&gt;exception stacktrace when some is raised which is confusing in states
&lt;br&gt;like this one.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=156118&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=156118&lt;/a&gt;&lt;br&gt;&lt;br&gt;So could you replace &amp;quot;b application.rb:10&amp;quot; with &amp;quot;b application.rb:4&amp;quot;,
&lt;br&gt;i.e. the line:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;class ApplicationController &amp;lt; ActionController::Base
&lt;br&gt;&lt;br&gt;Debugger should stop there. After it stops, emitting 'cont' command
&lt;br&gt;should finish the session (due to the above exception raised).
&lt;br&gt;&lt;br&gt;More questions:
&lt;br&gt;&lt;br&gt;1) could you send me the log as described here with the failing Mongrel
&lt;br&gt;&amp;nbsp; &amp;nbsp; scenario:
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;a href=&quot;http://wiki.netbeans.org/RubyDebugging70#section-RubyDebugging70-HowToFileABug&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/RubyDebugging70#section-RubyDebugging70-HowToFileABug&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; I'm not sure but probably we did not try to analyze logs yet which
&lt;br&gt;&amp;nbsp; &amp;nbsp; might reveal something.
&lt;br&gt;&lt;br&gt;2) does debugging of simple hello_world.rb script works for you in
&lt;br&gt;&amp;nbsp; &amp;nbsp; NetBeans?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;m.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21327965&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21327965&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Rails-Debugging-using-NB-6.5-Mongrel-not-working-tp21326663p21327965.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21326663</id>
	<title>Rails Debugging using NB 6.5/Mongrel not working</title>
	<published>2009-01-07T00:21:14Z</published>
	<updated>2009-01-07T00:21:14Z</updated>
	<author>
		<name>Nelan Johnston</name>
	</author>
	<content type="html">&lt;br&gt;Hello Martin,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;thank you for your reply. I did what you said. Here is the output:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&lt;br&gt;&lt;br&gt;webdev:controllers ben$ rdebug-ide _0.4.3_ -p 1234 -h localhost -d -x -- application.rb
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.3/lib/ruby-debug-base.rb:211&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.3/lib/ruby-debug-base.rb:211&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/gems/1.8/gems/ruby-debug-base-0.10.3/lib/ruby-debug-base.rb:214&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.3/lib/ruby-debug.rb:89&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/1.8/ostruct.rb:74&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/1.8/ostruct.rb:74&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.3/lib/ruby-debug.rb:111&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.3/lib/ruby-debug.rb:111&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.3/lib/ruby-debug.rb:112&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.3/lib/ruby-debug.rb:112&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.3/lib/ruby-debug.rb:113&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;Fast Debugger (ruby-debug-ide 0.4.3) listens on localhost:1234
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.3/lib/ruby-debug.rb:91&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.3/lib/ruby-debug.rb:91&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.3/lib/ruby-debug.rb:93&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.3/lib/ruby-debug.rb:94&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.3/lib/ruby-debug.rb:97&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.3/lib/ruby-debug.rb:98&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;Starting command read loop
&lt;br&gt;&lt;br&gt;Processing: b application.rb:10
&lt;br&gt;&lt;br&gt;&amp;lt;breakpointAdded no=&amp;quot;1&amp;quot; location=&amp;quot;application.rb:10&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;Processing: start
&lt;br&gt;&lt;br&gt;Starting: running program script
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.3/lib/ruby-debug.rb:101&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/1.8/ostruct.rb:74&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;/usr/local/lib/ruby/1.8/ostruct.rb:74&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;trace: location=&amp;quot;./application.rb:4&amp;quot;, threadId=1
&lt;br&gt;&lt;br&gt;webdev:controllers ben$
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Client:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&lt;br&gt;&lt;br&gt;webdev:~ ben$ telnet localhost 1234
&lt;br&gt;&lt;br&gt;Trying ::1...
&lt;br&gt;&lt;br&gt;Connected to localhost.
&lt;br&gt;&lt;br&gt;Escape character is '^]'.
&lt;br&gt;&lt;br&gt;b application.rb:10
&lt;br&gt;&lt;br&gt;&amp;lt;breakpointAdded no=&amp;quot;1&amp;quot; location=&amp;quot;application.rb:10&amp;quot;/&amp;gt;start
&lt;br&gt;&lt;br&gt;Connection closed by foreign host.
&lt;br&gt;&lt;br&gt;webdev:~ ben$ 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Here is application.rb (first 4 lines) :
&lt;br&gt;&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&lt;br&gt;&lt;br&gt;# Filters added to this controller apply to all controllers in the application.
&lt;br&gt;&lt;br&gt;# Likewise, all the methods added will be available for all controllers.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;class ApplicationController &amp;lt; ActionController::Base
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I am not sure if this gives you any new information. Please let me know what else you need to see.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Kind regards
&lt;br&gt;&lt;br&gt;Ben
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21326663&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21326663&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Rails-Debugging-using-NB-6.5-Mongrel-not-working-tp21326663p21326663.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21325910</id>
	<title>install plugins on application using netbeans 6.5</title>
	<published>2009-01-06T22:58:51Z</published>
	<updated>2009-01-06T22:58:51Z</updated>
	<author>
		<name>Johny ben</name>
	</author>
	<content type="html">&lt;br&gt;how to add plugins on netbeans6.5
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I try this step but it doesn't work..
&lt;br&gt;&lt;br&gt;right click on project node&amp;gt;rails plugins&amp;gt;repositories&amp;gt;add url &amp;gt;svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor
&lt;br&gt;&lt;br&gt;did i miss somthing..
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21325910&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21325910&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/install-plugins-on-application-using-netbeans-6.5-tp21325910p21325910.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21325901</id>
	<title>Getting Netbeans to recognize Rubygems update</title>
	<published>2009-01-06T22:57:21Z</published>
	<updated>2009-01-06T22:57:21Z</updated>
	<author>
		<name>techboss</name>
	</author>
	<content type="html">&lt;br&gt;Thanks to all the help here (and a few other places around the net) I was able to update the JRuby Platform in Netbeans 6.5 on OS X to RubyGems 1.3.1. &amp;nbsp;Here are my steps:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I first updated my .bash_profile to export the JAVA_HOME, JRUBY_HOME and append them to my exported PATH (note the &amp;quot;&amp;quot; surrounding the path to the jruby bin due to the space in the path):
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;export JRUBY_HOME=&amp;quot;/Applications/NetBeans/NetBeans 6.5.app/Contents/Resources/NetBeans/ruby2/jruby-1.1.4/bin&amp;quot;
&lt;br&gt;&lt;br&gt;export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home
&lt;br&gt;&lt;br&gt;export PATH=$JAVA_HOME:/usr/local/mysql/bin:$PATH:$JRUBY_HOME
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I then opened another terminal window and issued the following commands:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;#Confirm the paths are set from the terminal startup script
&lt;br&gt;&lt;br&gt;echo $PATH
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;/System/Library/Frameworks/JavaVM.framework/Home:/usr/local/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Applications/NetBeans/NetBeans 6.5.app/Contents/Resources/NetBeans/ruby2/jruby-1.1.4/bin
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;echo $JAVA_HOME
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;/System/Library/Frameworks/JavaVM.framework/Home
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;#Now start updating the rubygem
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;sudo jruby -S gem install rubygems-update
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;sudo jruby -S update_rubygems
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;#Verify the version
&lt;br&gt;&lt;br&gt;jruby -S gem --version
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;1.3.1
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Done and done.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21325901&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21325901&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Getting-Netbeans-to-recognize-Rubygems-update-tp21325901p21325901.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21323284</id>
	<title>Working on the same project with different machines</title>
	<published>2009-01-06T17:42:08Z</published>
	<updated>2009-01-06T17:42:08Z</updated>
	<author>
		<name>mcbgun</name>
	</author>
	<content type="html">&lt;br&gt;thanks for that..onto my next problem!
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21323284&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21323284&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Working-on-the-same-project-with-different-machines-tp21315438p21323284.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21319092</id>
	<title>Re: Working on the same project with different machines</title>
	<published>2009-01-06T13:09:15Z</published>
	<updated>2009-01-06T13:09:15Z</updated>
	<author>
		<name>Hassan Schroeder-2</name>
	</author>
	<content type="html">On Tue, Jan 6, 2009 at 9:53 AM, mcbgun &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21319092&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marc_gunton@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Quick question. I want to develop an application on my pc and my laptop. I tried sharing the project folder which I've put on my network and I have imported it etc to my laptop. Problem is the server doesn't seem to run when I choose to run the application.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any suggestions?
&lt;br&gt;&lt;br&gt;Put your project into a version control system (e.g. SVN) -- which you
&lt;br&gt;really should do for multiple reasons :-) -- and update each platform
&lt;br&gt;as necessary. If you use an external service like Beanstalk, you can
&lt;br&gt;then access if from anywhere, and it's protected from local disasters.
&lt;br&gt;&lt;br&gt;FWIW,
&lt;br&gt;-- 
&lt;br&gt;Hassan Schroeder ------------------------ &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21319092&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hassan.schroeder@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21319092&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21319092&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Working-on-the-same-project-with-different-machines-tp21315438p21319092.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21315438</id>
	<title>Working on the same project with different machines</title>
	<published>2009-01-06T09:53:01Z</published>
	<updated>2009-01-06T09:53:01Z</updated>
	<author>
		<name>mcbgun</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Quick question. I want to develop an application on my pc and my laptop. I tried sharing the project folder which I've put on my network and I have imported it etc to my laptop. Problem is the server doesn't seem to run when I choose to run the application.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Any suggestions?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Marc
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21315438&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21315438&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Working-on-the-same-project-with-different-machines-tp21315438p21315438.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21315170</id>
	<title>Re: Rails Debugging using NB 6.5/Mongrel not working</title>
	<published>2009-01-06T09:41:00Z</published>
	<updated>2009-01-06T09:41:00Z</updated>
	<author>
		<name>Martin Krauskopf</name>
	</author>
	<content type="html">Ben Lubic wrote:
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; Hi again Martin,
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; sorry for the long wait. I finally had time to try what you
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; suggested. I Installed NB 7 and the latest ruby-debug-ide gem
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; (0.4.3). Another run of &amp;quot;Checking debugger engine functionality&amp;quot;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; failed:
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; rdebug-ide side output
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; Code:
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; webdev:controllers ben$ rdebug-ide _0.4.3_ -p 1234 -d -- application.rb
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; Fast Debugger (ruby-debug-ide 0.4.3) listens on :1234
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; Starting command read loop
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; Processing: b application.rb:40
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;lt;breakpointAdded no=&amp;quot;1&amp;quot; location=&amp;quot;application.rb:40&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; Processing:
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;lt;error&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; There is no thread suspended at the time and therefore no context to
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; execute ''
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;lt;/error&amp;gt;
&lt;br&gt;[...]
&lt;br&gt;&lt;br&gt;Unfortunately it does not reveal anything new. The error message seems
&lt;br&gt;to be just answer to redundant, harmless new-line emitted by telnet
&lt;br&gt;client.
&lt;br&gt;&lt;br&gt;Could you try the same but with the tracing switch turned on and
&lt;br&gt;explicitly set localhost, i.e.:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;rdebug-ide _0.4.3_ -p 1234 -h localhost -d -x -- application.rb
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;m.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21315170&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21315170&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Rails-Debugging-using-NB-6.5-Mongrel-not-working-tp21313244p21315170.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21313244</id>
	<title>Rails Debugging using NB 6.5/Mongrel not working</title>
	<published>2009-01-06T08:04:56Z</published>
	<updated>2009-01-06T08:04:56Z</updated>
	<author>
		<name>Nelan Johnston</name>
	</author>
	<content type="html">&lt;br&gt;Hi again Martin,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;sorry for the long wait. I finally had time to try what you suggested. I Installed NB 7 and the latest ruby-debug-ide gem (0.4.3). Another run of &amp;quot;Checking debugger engine functionality&amp;quot; failed:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;rdebug-ide side output
&lt;br&gt;&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&lt;br&gt;&lt;br&gt;webdev:controllers ben$ rdebug-ide _0.4.3_ -p 1234 -d -- application.rb 
&lt;br&gt;&lt;br&gt;Fast Debugger (ruby-debug-ide 0.4.3) listens on :1234
&lt;br&gt;&lt;br&gt;Starting command read loop
&lt;br&gt;&lt;br&gt;Processing: b application.rb:40
&lt;br&gt;&lt;br&gt;&amp;lt;breakpointAdded no=&amp;quot;1&amp;quot; location=&amp;quot;application.rb:40&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;Processing: 
&lt;br&gt;&lt;br&gt;&amp;lt;error&amp;gt;
&lt;br&gt;&lt;br&gt;There is no thread suspended at the time and therefore no context to execute ''
&lt;br&gt;&lt;br&gt;&amp;lt;/error&amp;gt;
&lt;br&gt;&lt;br&gt;Processing: start
&lt;br&gt;&lt;br&gt;Starting: running program script
&lt;br&gt;&lt;br&gt;webdev:controllers ben$ 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;...and client side input
&lt;br&gt;&lt;br&gt;&lt;br&gt;Code:
&lt;br&gt;&lt;br&gt;&lt;br&gt;webdev:controllers ben$ telnet localhost 1234
&lt;br&gt;&lt;br&gt;Trying ::1...
&lt;br&gt;&lt;br&gt;Connected to localhost.
&lt;br&gt;&lt;br&gt;Escape character is '^]'.
&lt;br&gt;&lt;br&gt;b application.rb:40
&lt;br&gt;&lt;br&gt;&amp;lt;breakpointAdded no=&amp;quot;1&amp;quot; location=&amp;quot;application.rb:40&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;error&amp;gt;There is no thread suspended at the time and therefore no context to execute ''&amp;lt;/error&amp;gt;start
&lt;br&gt;&lt;br&gt;Connection closed by foreign host.
&lt;br&gt;&lt;br&gt;webdev:controllers ben$
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;so, no change from using the 0.3.3 ruby-debug-ide gem.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Please let me know what to try next. I still need to get this running.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thank you!
&lt;br&gt;&lt;br&gt;Ben Lubic[/code]
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21313244&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21313244&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Rails-Debugging-using-NB-6.5-Mongrel-not-working-tp21313244p21313244.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21303945</id>
	<title>Re: Vista, MySQL, Rails 2.2, and the &quot;The bundled mysql.rb driver has been removed from Rails 2.2&quot; error message</title>
	<published>2009-01-05T19:11:15Z</published>
	<updated>2009-01-05T19:11:15Z</updated>
	<author>
		<name>Chris Kutler</name>
	</author>
	<content type="html">Thanks Martin for finding this.
&lt;br&gt;&lt;br&gt;The explanation by Luis really helps.
&lt;br&gt;&lt;br&gt;Martin Krauskopf wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Chris Kutler wrote:
&lt;br&gt;&amp;gt;&amp;gt; I have once again received email from a NetBeans Ruby customer who is 
&lt;br&gt;&amp;gt;&amp;gt; getting the &amp;quot;bundled mysql.rb driver has been removed from Rails 2.2&amp;quot; 
&lt;br&gt;&amp;gt;&amp;gt; error message. See 
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/mysql-problem-with-rake-db%3Acreate-JRuby-Vista-Rails-2.2.2-to20941612.html#a20941612&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/mysql-problem-with-rake-db%3Acreate-JRuby-Vista-Rails-2.2.2-to20941612.html#a20941612&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; for the previous incident.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This is not a NetBeans issue, but is an issue that apparently arose 
&lt;br&gt;&amp;gt;&amp;gt; with Rails 2.2. I am sending it to the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21303945&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt; alias 
&lt;br&gt;&amp;gt;&amp;gt; both in hopes that someone knows the answer and so that other 
&lt;br&gt;&amp;gt;&amp;gt; NetBeans Ruby users can learn that the issue is not caused by the IDE.
&lt;br&gt;&amp;gt; [...]
&lt;br&gt;&amp;gt;&amp;gt; When he tries to run a unit test on a Rails app, he gets the 
&lt;br&gt;&amp;gt;&amp;gt; following message (but note that the file 
&lt;br&gt;&amp;gt;&amp;gt; c:/ruby/lib/ruby/gems/1.8/gems/mysql-2.7.3-x86-mswin32/ext/mysql.so 
&lt;br&gt;&amp;gt;&amp;gt; exists).
&lt;br&gt;&amp;gt; [...]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Huw Collingbourne seems to solve this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.sapphiresteel.com/Rails-2-2-and-MySQL-Problems&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sapphiresteel.com/Rails-2-2-and-MySQL-Problems&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Check also explanation by Luis Lavena in the comments section.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; m.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21303945&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21303945&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21303945&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21303945&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Vista%2C-MySQL%2C-Rails-2.2%2C-and-the-%22The-bundled-mysql.rb-driver-has-been-removed-from-Rails-2.2%22-error-message-tp21235803p21303945.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21303831</id>
	<title>NetBeans 6.5 Rails Logging not working for me</title>
	<published>2009-01-05T18:58:29Z</published>
	<updated>2009-01-05T18:58:29Z</updated>
	<author>
		<name>FoundLakes</name>
	</author>
	<content type="html">I apologize if I'm missing something, but as a relative newbie to RoR and Netbeans RoR, logging is not working for me. From what I understand, by default I can use the logger instance in Controllers and Models or the RAILS_DEFAULT_LOGGER constant elsewhere. For example, logger.debug 'info here'. But I've only been successful in logging something from the ApplicationController (shows up in log/development.log), not other controllers. RAILS_DEFAULT_LOGGER doesn't appear to work from anywhere, either. I'm running in Development mode in Netbeans 6.5 on RoR 2.1. Am I missing something obvious?
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;James</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/NetBeans-6.5-Rails-Logging-not-working-for-me-tp21303831p21303831.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21302580</id>
	<title>Re: Vista, MySQL, Rails 2.2, and the &quot;The bundled mysql.rb driver has been removed from Rails 2.2&quot; error message</title>
	<published>2009-01-05T16:43:18Z</published>
	<updated>2009-01-05T16:43:18Z</updated>
	<author>
		<name>Martin Krauskopf</name>
	</author>
	<content type="html">Chris Kutler wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have once again received email from a NetBeans Ruby customer who is 
&lt;br&gt;&amp;gt; getting the &amp;quot;bundled mysql.rb driver has been removed from Rails 2.2&amp;quot; 
&lt;br&gt;&amp;gt; error message. See 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/mysql-problem-with-rake-db%3Acreate-JRuby-Vista-Rails-2.2.2-to20941612.html#a20941612&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/mysql-problem-with-rake-db%3Acreate-JRuby-Vista-Rails-2.2.2-to20941612.html#a20941612&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; for the previous incident.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This is not a NetBeans issue, but is an issue that apparently arose with 
&lt;br&gt;&amp;gt; Rails 2.2. I am sending it to the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21302580&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt; alias both in 
&lt;br&gt;&amp;gt; hopes that someone knows the answer and so that other NetBeans Ruby 
&lt;br&gt;&amp;gt; users can learn that the issue is not caused by the IDE.
&lt;/div&gt;[...]
&lt;br&gt;&amp;gt; When he tries to run a unit test on a Rails app, he gets the following 
&lt;br&gt;&amp;gt; message (but note that the file 
&lt;br&gt;&amp;gt; c:/ruby/lib/ruby/gems/1.8/gems/mysql-2.7.3-x86-mswin32/ext/mysql.so 
&lt;br&gt;&amp;gt; exists).
&lt;br&gt;[...]
&lt;br&gt;&lt;br&gt;Huw Collingbourne seems to solve this:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.sapphiresteel.com/Rails-2-2-and-MySQL-Problems&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sapphiresteel.com/Rails-2-2-and-MySQL-Problems&lt;/a&gt;&lt;br&gt;&lt;br&gt;Check also explanation by Luis Lavena in the comments section.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21302580&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21302580&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Vista%2C-MySQL%2C-Rails-2.2%2C-and-the-%22The-bundled-mysql.rb-driver-has-been-removed-from-Rails-2.2%22-error-message-tp21235803p21302580.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21302048</id>
	<title>Re: Disable bell in NB 6.5?</title>
	<published>2009-01-05T15:51:26Z</published>
	<updated>2009-01-05T15:51:26Z</updated>
	<author>
		<name>Martin Krauskopf</name>
	</author>
	<content type="html">Bryan Wilkerson wrote:
&lt;br&gt;&amp;gt; Does anyone know how to disable the system bell like sound that NB 6.5 
&lt;br&gt;&amp;gt; screams over my music whenever I go past the point of matching on 
&lt;br&gt;&amp;gt; incremental find?
&lt;br&gt;&lt;br&gt;I guess it emits java.awt.Toolkit#beep(). But I do not know how whether 
&lt;br&gt;it is possible to some disable it (through some option or switch) just 
&lt;br&gt;for NetBeans editor. You might try to ask on general NetBeans Users 
&lt;br&gt;mailing list (&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21302048&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbusers@...&lt;/a&gt; [1]).
&lt;br&gt;&lt;br&gt;I had a similar problem after upgrade of Ubuntu recently. I think I just 
&lt;br&gt;get rid of it by disabling all sounds in gnome-sound-properties and/or 
&lt;br&gt;putting &amp;quot;set bell-style none&amp;quot; into ~/.inputrc and/or /etc/inputrc (man 
&lt;br&gt;readline). But I'm not able to &amp;quot;re-enable&amp;quot; the beep and also not sure 
&lt;br&gt;how Toolkit#beep() works internally (native method). So just guessing.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m.
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://www.netbeans.org/community/lists/top.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/community/lists/top.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21302048&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21302048&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Disable-bell-in-NB-6.5--tp21224323p21302048.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21301460</id>
	<title>Re: running the ruby debugger when I start jruby from a java program?</title>
	<published>2009-01-05T15:11:51Z</published>
	<updated>2009-01-05T15:11:51Z</updated>
	<author>
		<name>Martin Krauskopf</name>
	</author>
	<content type="html">Stephen Bannasch wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I've learned how to run a jruby program from the console with jruby and 
&lt;br&gt;&amp;gt; rdebug so that I can attach a NB debugger to the process.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Now I'd like to be able do the same thing when I start one or more jruby 
&lt;br&gt;&amp;gt; instances from my own Java program.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I can probably take a look at how jruby does it when for example I run 
&lt;br&gt;&amp;gt; this:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; jruby --debug -S rdebug-ide -p 7000 --stop -- ar_to_xml.rb
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I was just wondering if anyone had already solved this in a simple form.
&lt;/div&gt;&lt;br&gt;Not sure about your concrete use-case, but simplest is to use 
&lt;br&gt;ProcessBuilder. This what NetBeans does when starting 'local' debugger 
&lt;br&gt;session.
&lt;br&gt;&lt;br&gt;&amp;gt; It would be even cooler to be able to turn debugging on and off 
&lt;br&gt;&amp;gt; programmatically.
&lt;br&gt;&lt;br&gt;This needs to be done in the ruby-debug-ide[1] gem, so it will be 
&lt;br&gt;possible to call something I described in the blog[2]:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;if something_peculiar_has_happened
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;require 'ruby-debug-ide'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;debugger(7000) # 7000 being a port
&lt;br&gt;&amp;nbsp; &amp;nbsp;end
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m.
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;https://rubyforge.org/projects/debug-commons/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://rubyforge.org/projects/debug-commons/&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://blogs.sun.com/martink/entry/remote_debugging_debug_whatever_ruby&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/martink/entry/remote_debugging_debug_whatever_ruby&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21301460&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21301460&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/running-the-ruby-debugger-when-I-start-jruby-from-a-java-program--tp21223498p21301460.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21299244</id>
	<title>Grails.org rendering slow in FF?</title>
	<published>2009-01-05T12:58:59Z</published>
	<updated>2009-01-05T12:58:59Z</updated>
	<author>
		<name>sekullbe</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;John Wells wrote:
&lt;br&gt;&amp;gt; Hi guys...maybe it's just me, but in Firefox when I visit Grails.org,
&lt;br&gt;&lt;br&gt;&amp;gt; the site takes a long time to render. Even if I have it already open
&lt;br&gt;&lt;br&gt;&amp;gt; in a tab and switch to another tab, switching back takes up to 5
&lt;br&gt;&lt;br&gt;&amp;gt; seconds to display. Any ideas why this might be so?
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I've noticed the same thing, also affecting switching virtual desktops- everything just stops, even the clock, for several seconds. (This is in Fedora 10 with Firefox 3.0.5).
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;There is an Ubuntu bug filed on the issue that seems to be a match- it seems to be related to NVidia drivers and large windows.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/firefox-3.0/+bug/232197&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.launchpad.net/ubuntu/+source/firefox-3.0/+bug/232197&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;A possible fix listed there that I haven't tested myself is:
&lt;br&gt;&lt;br&gt;nvidia-settings -a InitialPixmapPlacement=0 -a GlyphCache=1
&lt;br&gt;&lt;br&gt;(GlyphCache may not be needed)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21299244&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21299244&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Grails.org-rendering-slow-in-FF--tp21299244p21299244.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21292680</id>
	<title>Can not create a new rails project</title>
	<published>2009-01-05T07:09:58Z</published>
	<updated>2009-01-05T07:09:58Z</updated>
	<author>
		<name>Eduardo Chinchilla</name>
	</author>
	<content type="html">&lt;br&gt;Ok. I am on my daily job now, as soon as I get into my house i will do it.
&lt;br&gt;&lt;br&gt;Thank you very much!
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21292680&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21292680&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Can-not-create-a-new-rails-project-tp21292027p21292680.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21292600</id>
	<title>Re: Can not create a new rails project</title>
	<published>2009-01-05T07:05:01Z</published>
	<updated>2009-01-05T07:05:01Z</updated>
	<author>
		<name>Erno Mononen</name>
	</author>
	<content type="html">Hi Eduardo,
&lt;br&gt;&lt;br&gt;Could you turn on detailed logging 
&lt;br&gt;(&lt;a href=&quot;http://wiki.netbeans.org/FaqRubyNBLogging&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/FaqRubyNBLogging&lt;/a&gt;), restart the IDE and try to 
&lt;br&gt;create a Rails project once more. Please send the log file to my email 
&lt;br&gt;then (not to the list), I'll have a look at it.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Erno
&lt;br&gt;&lt;br&gt;Eduardo Chinchilla wrote:
&lt;br&gt;&amp;gt; I am a completely newbie on this subject. I am running Ubuntu 8.04, Netbeans 6.5 and Rails 2.2. The problem is that when I run the wizard to create a new rails project with the ruby interpreter (no Jruby), I type the username and the password for the development database (I checked that they alrready exists), but whan I click on the next buttom nohing happened, I was not able to get on to the next screen, I know tha the IDE is doing some processing but does not show me any error message. As an extra information after some effort I could update de Gem version to the latest but I was not able to configure the IDE to use it, so I install all my gems with the gem manager of the ruby interpreter installed in my box outside the IDE, having some problems to create the databases with the Rake tasks, after installing some extra gems (openSSH, Ruby-dev if I remenber well) I finally could create my three databases, but still I am having the same problem with the wizard. So I tried to!
&lt;br&gt;&amp;nbsp; cr
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp;eate a new rails project with the options from existing sources creating by hand a new project on the NetbeansProject folder but the wizard shows a message indicating that it can not create a project on an existing folder with the same name so I delete the folder and recreate it outside de NetbeansProject folder and tried again with the same result. I even tried to open the project in the IDE but then I was not able to use the Generator nothing happened when I right click my mouse on the project folder and clic the generator option.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Finally I uninstall and re-install Netbeans but nothing changed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I googled for a solution but I found nothing. Any thoughts or guidance would be highly aprreciated.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21292600&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21292600&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21292600&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21292600&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Can-not-create-a-new-rails-project-tp21292027p21292600.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21292027</id>
	<title>Can not create a new rails project</title>
	<published>2009-01-05T06:32:13Z</published>
	<updated>2009-01-05T06:32:13Z</updated>
	<author>
		<name>Eduardo Chinchilla</name>
	</author>
	<content type="html">&lt;br&gt;I am a completely newbie on this subject. I am running Ubuntu 8.04, Netbeans 6.5 and Rails 2.2. The problem is that when I run the wizard to create a new rails project with the ruby interpreter (no Jruby), I type the username and the password for the development database (I checked that they alrready exists), but whan I click on the next buttom nohing happened, I was not able to get on to the next screen, I know tha the IDE is doing some processing but does not show me any error message. As an extra information after some effort I could update de Gem version to the latest but I was not able to configure the IDE to use it, so I install all my gems with the gem manager of the ruby interpreter installed in my box outside the IDE, having some problems to create the databases with the Rake tasks, after installing some extra gems (openSSH, Ruby-dev if I remenber well) I finally could create my three databases, but still I am having the same problem with the wizard. So I tried to cr
&lt;br&gt;&amp;nbsp;eate a new rails project with the options from existing sources creating by hand a new project on the NetbeansProject folder but the wizard shows a message indicating that it can not create a project on an existing folder with the same name so I delete the folder and recreate it outside de NetbeansProject folder and tried again with the same result. I even tried to open the project in the IDE but then I was not able to use the Generator nothing happened when I right click my mouse on the project folder and clic the generator option.
&lt;br&gt;&lt;br&gt;Finally I uninstall and re-install Netbeans but nothing changed.
&lt;br&gt;&lt;br&gt;I googled for a solution but I found nothing. Any thoughts or guidance would be highly aprreciated.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21292027&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21292027&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Can-not-create-a-new-rails-project-tp21292027p21292027.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21288714</id>
	<title>Re: Netbeans 6.5 autotest not working right + (a kind of fix)</title>
	<published>2009-01-05T02:32:43Z</published>
	<updated>2009-01-05T02:32:43Z</updated>
	<author>
		<name>Erno Mononen</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Sorry for replying so late, I've somehow missed this. I think the 
&lt;br&gt;initializer had originally something to do with problems in the class 
&lt;br&gt;loading order, but it is possible that it's not needed now -- I'll need 
&lt;br&gt;to look at this in more details. Thanks for the &amp;nbsp;fix!
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Erno
&lt;br&gt;&lt;br&gt;cosmin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Running autotest from the project context menu doesn't take into consideration the .autotest file configurations.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If I run the same thing from command prompt it certainly does.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've found a fix to this but don't get why it works. The fix is to commented out of .netbeans\6.5\nb_autotest_loader.rb the following lines:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Code:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Autotest.add_hook :initialize do |at|
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; load(__FILE__)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; end
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've noticed this possible bug while trying to configure autotest to work on a non-rails project.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Anybody has any ideea why it doesn't work as expected by default or &amp;nbsp;what that strange initializer does?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [/code]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21288714&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21288714&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21288714&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21288714&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Netbeans-6.5-autotest-not-working-right-%2B-%28a-kind-of-fix%29-tp21105094p21288714.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21288615</id>
	<title>Re: Not available listing rake task</title>
	<published>2009-01-05T02:24:22Z</published>
	<updated>2009-01-05T02:24:22Z</updated>
	<author>
		<name>Erno Mononen</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Huzaeni Hasan wrote:
&lt;br&gt;&amp;gt; Dear.. Ruby...
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; I'm trying to run Ruby On Rail's by using netbean, i try to creat a 
&lt;br&gt;&amp;gt; small program. I use mysql 5. &amp;nbsp;after genearate scaffold &amp;nbsp;and when i 
&lt;br&gt;&amp;gt; use menu Run/Debug Rake Task, thre are not available listing rake task 
&lt;br&gt;&amp;gt; (There is not matching the current task filter). What is the solution 
&lt;br&gt;&amp;gt; of my &amp;nbsp;problem.
&lt;br&gt;&lt;br&gt;Do you have a task named &amp;quot;listing&amp;quot; in the project's Rakefile? I don't 
&lt;br&gt;think that the Rails generator creates such a task. Or do you be any 
&lt;br&gt;chance mean a &amp;quot;list&amp;quot; action in the generated controller? In that case 
&lt;br&gt;you should be looking at the index action, I think since Rails 2.0 or so 
&lt;br&gt;the scaffold generator no longer generates the list action.
&lt;br&gt;&lt;br&gt;Erno 
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21288615&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21288615&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Not-available-listing-rake-task-tp21287526p21288615.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21287526</id>
	<title>Not available listing rake task</title>
	<published>2009-01-04T20:33:13Z</published>
	<updated>2009-01-04T20:33:13Z</updated>
	<author>
		<name>Huzaeni Hasan</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:14pt&quot;&gt;&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV id=result_box dir=ltr style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT face=&quot;times new roman, new york, times, serif&quot;&gt;Dear.. Ruby...&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT face=&quot;times new roman, new york, times, serif&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT face=&quot;times new roman, new york, times, serif&quot;&gt;I'm trying to run Ruby On Rail's by using netbean, i try to creat a small program.&amp;nbsp;I use mysql 5. &amp;nbsp;after genearate scaffold&amp;nbsp; and when i use menu Run/Debug Rake Task,&amp;nbsp;thre are&amp;nbsp;not available listing rake task (There is not matching the current task filter). What&amp;nbsp;is the solution of&amp;nbsp;my &amp;nbsp;problem.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT face=&quot;times new roman, new york, times, serif&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT face=&quot;times new roman, new york, times, serif&quot;&gt;Thank you&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT face=&quot;times new roman, new york, times, serif&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr style=&quot;TEXT-ALIGN: left&quot;&gt;&lt;FONT face=&quot;times new roman, new york, times, serif&quot;&gt;Huzaini&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/div&gt;&lt;br&gt;
      &lt;hr size=1&gt; &lt;a href=&quot;http://sg.rd.yahoo.com/id/messenger/pingbox/mailtagline/*http://id.messenger.yahoo.com/pingbox/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Selalu bisa chat di profil jaringan, blog, atau situs web pribadi! &lt;/a&gt;&lt;br&gt; Yahoo! memungkinkan Anda selalu bisa chat melalui Pingbox. Coba!&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Not-available-listing-rake-task-tp21287526p21287526.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21235803</id>
	<title>Vista, MySQL, Rails 2.2, and the &quot;The bundled mysql.rb driver has been removed from Rails 2.2&quot; error message</title>
	<published>2008-12-31T10:56:15Z</published>
	<updated>2008-12-31T10:56:15Z</updated>
	<author>
		<name>Chris Kutler</name>
	</author>
	<content type="html">I have once again received email from a NetBeans Ruby customer who is 
&lt;br&gt;getting the &amp;quot;bundled mysql.rb driver has been removed from Rails 2.2&amp;quot; 
&lt;br&gt;error message. See 
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/mysql-problem-with-rake-db%3Acreate-JRuby-Vista-Rails-2.2.2-to20941612.html#a20941612&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/mysql-problem-with-rake-db%3Acreate-JRuby-Vista-Rails-2.2.2-to20941612.html#a20941612&lt;/a&gt;&amp;nbsp;
&lt;br&gt;for the previous incident.
&lt;br&gt;&lt;br&gt;This is not a NetBeans issue, but is an issue that apparently arose with 
&lt;br&gt;Rails 2.2. I am sending it to the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21235803&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt; alias both in 
&lt;br&gt;hopes that someone knows the answer and so that other NetBeans Ruby 
&lt;br&gt;users can learn that the issue is not caused by the IDE.
&lt;br&gt;&lt;br&gt;This time, the person is having the problem with MRI Ruby, not JRuby. It 
&lt;br&gt;is hard to discern if the problem lies with a MySQL installation on 
&lt;br&gt;Vista, with the mysql gem, or both.
&lt;br&gt;&lt;br&gt;The user had googled the problem and has tried many recommendations but 
&lt;br&gt;no luck (details below).
&lt;br&gt;&lt;br&gt;Here is a description of the problem:
&lt;br&gt;&lt;br&gt;Netbeans (both 6.1 and 6.5), Ruby 1.8.6-p111, WEBrick, Rails 2.2, Mysql 
&lt;br&gt;5.0 on Windows XP x64. (he had just &amp;quot;downgraded&amp;quot; mysql 64-bit edition to 
&lt;br&gt;the 32-bit edition, but that did not help.)
&lt;br&gt;&lt;br&gt;He can see and connect to the database from &amp;quot;services&amp;quot; tab.
&lt;br&gt;&lt;br&gt;When he tries to run a unit test on a Rails app, he gets the following 
&lt;br&gt;message (but note that the file 
&lt;br&gt;c:/ruby/lib/ruby/gems/1.8/gems/mysql-2.7.3-x86-mswin32/ext/mysql.so exists).
&lt;br&gt;&lt;br&gt;==quote starts===
&lt;br&gt;!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please 
&lt;br&gt;install the mysql gem and try again: gem install mysql.
&lt;br&gt;rake aborted!
&lt;br&gt;126: The specified module could not be found. - 
&lt;br&gt;c:/ruby/lib/ruby/gems/1.8/gems/mysql-2.7.3-x86-mswin32/ext/mysql.so
&lt;br&gt;===end quote
&lt;br&gt;&lt;br&gt;His database.yml file:
&lt;br&gt;&lt;br&gt;development:
&lt;br&gt;adapter: mysql
&lt;br&gt;encoding: utf8
&lt;br&gt;database: troubleshot
&lt;br&gt;username: root
&lt;br&gt;password: secret
&lt;br&gt;socket: /var/lib/mysql/mysql.sock
&lt;br&gt;&lt;br&gt;test:
&lt;br&gt;adapter: mysql
&lt;br&gt;encoding: utf8
&lt;br&gt;database: troubleshot_test
&lt;br&gt;usrname: root
&lt;br&gt;password: secret
&lt;br&gt;socket: /var/lib/mysql/mysql.sock
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;I found these by googling:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://groups.google.com/group/rubyonrails-talk/msg/7d71d4ab6f5fabbd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/rubyonrails-talk/msg/7d71d4ab6f5fabbd&lt;/a&gt;&lt;br&gt;&amp;quot;1) First, gem install mysql. If this doesn’t
&lt;br&gt;help continue… 2) Copy libmysql.dll from InstantRails (see below) to
&lt;br&gt;your mysql directory (C:\mysql\bin\). Restart your computer and it
&lt;br&gt;should be working.&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ruby-forum.com/topic/148742&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ruby-forum.com/topic/148742&lt;/a&gt;&lt;br&gt;remove the
&lt;br&gt;RUBY_HOME\lib\ruby\gems\1.8\gems\mysql-2.7.3-x86-mswin32\ext\mysql.so
&lt;br&gt;and everything will work again. Also, some people noticed that this 
&lt;br&gt;files is also on
&lt;br&gt;RUBY_HOME\lib\ruby\site_ruby\1.8\i386-msvcrt. Removing or renaming this 
&lt;br&gt;file fix the problem as suggested on this
&lt;br&gt;thread 
&lt;br&gt;&lt;a href=&quot;http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/55dd057c41a72fc5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/55dd057c41a72fc5&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://railsforum.com/viewtopic.php?id=24898&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://railsforum.com/viewtopic.php?id=24898&lt;/a&gt;.
&lt;br&gt;&amp;quot;The big error seems to be that since I have the gem for mswin32 and I'm 
&lt;br&gt;running 64 bit(there is no 64 bit gem). It no longer ignores this, as it 
&lt;br&gt;must have in 2.1.2 for it to have run just fine, and now just complains 
&lt;br&gt;about it and I can't run the app with 2.2.2. Anyways I guess what I 
&lt;br&gt;really need is some workaround so I can use 2.2.2 while also using mysql 
&lt;br&gt;x64, otherwise I'm stuck rolling back(to 2.1.2) and may not be able to 
&lt;br&gt;continue using the latest code release's. I'd rather stay with the 
&lt;br&gt;latest as I'm just learning ruby/rails.&amp;quot;
&lt;br&gt;&lt;br&gt;But the customer wrote back:
&lt;br&gt;&amp;quot;Thanks for your suggestions. I had already seen and tried them, without 
&lt;br&gt;success. Removing the mysql.so file gives “no such file to load – 
&lt;br&gt;mysql”. Just fyi, if I run the test.rb file in 
&lt;br&gt;C:\ruby\lib\ruby\gems\1.8\gems\mysql-2.7.3-x86-mswin32\ext, I get a 
&lt;br&gt;popup that it can’t find the libmysql.dll file. However, the file exists 
&lt;br&gt;and is on my path (and I restarted my computer 3 times). Any brilliant 
&lt;br&gt;ideas how to hard code the path to this file?&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21235803&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21235803&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Vista%2C-MySQL%2C-Rails-2.2%2C-and-the-%22The-bundled-mysql.rb-driver-has-been-removed-from-Rails-2.2%22-error-message-tp21235803p21235803.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21224323</id>
	<title>Disable bell in NB 6.5?</title>
	<published>2008-12-30T14:49:06Z</published>
	<updated>2008-12-30T14:49:06Z</updated>
	<author>
		<name>Bryan Wilkerson</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:arial,helvetica,sans-serif;font-size:10pt&quot;&gt;&lt;div&gt;&lt;br&gt;Does anyone know how to disable the system bell like sound that NB 6.5 screams over my music whenever I go past the point of matching on incremental find?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;-b&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Disable-bell-in-NB-6.5--tp21224323p21224323.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21223498</id>
	<title>running the ruby debugger when I start jruby from a java program?</title>
	<published>2008-12-30T13:31:13Z</published>
	<updated>2008-12-30T13:31:13Z</updated>
	<author>
		<name>Stephen Bannasch</name>
	</author>
	<content type="html">I've learned how to run a jruby program from the console with jruby 
&lt;br&gt;and rdebug so that I can attach a NB debugger to the process.
&lt;br&gt;&lt;br&gt;Now I'd like to be able do the same thing when I start one or more 
&lt;br&gt;jruby instances from my own Java program.
&lt;br&gt;&lt;br&gt;I can probably take a look at how jruby does it when for example I run this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;jruby --debug -S rdebug-ide -p 7000 --stop -- ar_to_xml.rb
&lt;br&gt;&lt;br&gt;I was just wondering if anyone had already solved this in a simple form.
&lt;br&gt;&lt;br&gt;It would be even cooler to be able to turn debugging on and off 
&lt;br&gt;programmatically.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;- Stephen Bannasch
&lt;br&gt;&amp;nbsp; &amp;nbsp;Concord Consortium, &lt;a href=&quot;http://www.concord.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.concord.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21223498&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21223498&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/running-the-ruby-debugger-when-I-start-jruby-from-a-java-program--tp21223498p21223498.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-21213701</id>
	<title>Re: is there a way to evaulate ad hoc code in the ruby debugger</title>
	<published>2008-12-29T22:41:55Z</published>
	<updated>2008-12-29T22:41:55Z</updated>
	<author>
		<name>Martin Krauskopf</name>
	</author>
	<content type="html">Stephen Bannasch wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; Stephen Bannasch wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; When I use the ruby command line debugger I can execute ad hoc code 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; in any context I can get the debugger to stop at -- can I do that 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; with the ruby debugger in NB v7?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; You can, also in 6.5, but just one-liner. Just add a new watch(es) 
&lt;br&gt;&amp;gt;&amp;gt; ('Menu | Debug | New Watch' or C-S-F7 (Linux/Win)) and it is evaluated 
&lt;br&gt;&amp;gt;&amp;gt; to fresh value after each debugger suspension.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks for that tip.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I know may Ruby folks don't use a debugger but I like using it a great 
&lt;br&gt;&amp;gt; deal from helping me figure out what I don't understand.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; When I use the debugger from the command line in MRI I often find myself 
&lt;br&gt;&amp;gt; wanting to explore the objects -- but this is ad hoc -- not usually 
&lt;br&gt;&amp;gt; something I need evaluated whenever the debugger stops (that is also 
&lt;br&gt;&amp;gt; useful but different).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I know I can do that in Eclipse when debugging Java -- it gives me 
&lt;br&gt;&amp;gt; in-effect a 1-line console window I can use to interact with the context 
&lt;br&gt;&amp;gt; at that point.
&lt;/div&gt;&lt;br&gt;Aha, I see, I've misunderstood you. This is on plan:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.netbeans.org/issues/show_bug.cgi?id=107761&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netbeans.org/issues/show_bug.cgi?id=107761&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; (you might CC yourself there to watch the progress)
&lt;br&gt;&lt;br&gt;But debugger has switched to a kind of maintenance mode for a while. 
&lt;br&gt;Depending on other works, this would be the first thing on the list[1], 
&lt;br&gt;if I get to more debugger features for 7.0 time-frame.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m.
&lt;br&gt;&lt;br&gt;[1] 
&lt;br&gt;&lt;a href=&quot;http://wiki.netbeans.org/RubyNextReleasePlan#section-RubyNextReleasePlan-PlannedForNextReleaseS&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.netbeans.org/RubyNextReleasePlan#section-RubyNextReleasePlan-PlannedForNextReleaseS&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21213701&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=21213701&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/is-there-a-way-to-evaulate-ad-hoc-code-in-the-ruby-debugger-tp21200057p21213701.html" />
</entry>

</feed>
