<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel">
    <title>gmane.comp.java.netbeans.modules.ruby.devel</title>
    <link>http://blog.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1918"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1916"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1915"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1913"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1912"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1892"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1889"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1888"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1883"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1881"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1880"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1879"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1878"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1869"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1868"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1866"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1865"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1862"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1860"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1852"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1918">
    <title>Build button in Ruby Only IDE?</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1918</link>
    <description>Hello,

The Build menu is no longer in the Ruby only IDE but there is still a 
Build Main Project button. What is the purpose of this button? What is 
its menu action equivalent?

When I click it, it runs tests. Is that what it is for? Does it do 
anything else?

What does the Clean and Build Project button clean?
</description>
    <dc:creator>Chris Kutler</dc:creator>
    <dc:date>2008-08-19T17:08:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1916">
    <title>What do I get with the extra hints plugin</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1916</link>
    <description>Hello,

I have the beta installation. I installed the Ruby Extra Hints plugin 
from the update center. I then went to Options &gt; Editor &gt; Hints &gt; Ruby 
and I do not see any more hints than I had before. Does anyone know what 
the Ruby Extra Hints plugin contains? I would like to document some 
examples of what you get when you install this.
</description>
    <dc:creator>Chris Kutler</dc:creator>
    <dc:date>2008-08-18T19:19:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1915">
    <title>link_to warp to files question</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1915</link>
    <description>Hi,

If I have code like this:

&lt;%= link_to "cancel", :controller =&gt; "posts" %&gt;

I can ctrl-click on :controller=&gt; "posts" and the IDE opens the 
posts_controller.rb file.

With the newer Rails versions, the above line in the generated code 
(generated by the scaffold generator)  looks like this:

&lt;%= link_to "cancel", posts_path %&gt;

Can we make posts_path warp to the controller file? If so, I will file 
an RFE.

Also, in an earlier blog, Tor wrote:

"With the latest builds, in your RHTML files, you can now control click 
on |render :partial|'s, |link_to| etc. and it will warp to the 
corresponding files - RHTML partials, controller files, actions, etc."

Does anyone know what etc. refers to in "|render :partial|'s, |link_to| 
etc."

What does etc. refer to in "RHTML partials, controller files, actions, etc."

Thanks,

Chris


</description>
    <dc:creator>Chris Kutler</dc:creator>
    <dc:date>2008-08-18T18:56:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1913">
    <title>JRuby &amp; NetBeans for Dummies ??</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1913</link>
    <description>FYI, feedback on JRuby &amp; NetBeans in JRuby User list.

Thanks,
-Arun

-------- Original Message --------
Subject: [jruby-user] JRuby &amp; Netbeans For Noobs/Dummies
Date: Mon, 18 Aug 2008 17:07:02 +1000
From: Paul Fraser &lt;paulf-VaVzcNS72+f0CCvOHzKKcA&lt; at &gt;public.gmane.org&gt;
Reply-To: user-vBD6kId06caxIXFVlbCvtR2eb7JE58TQ&lt; at &gt;public.gmane.org
To: user-vBD6kId06caxIXFVlbCvtR2eb7JE58TQ&lt; at &gt;public.gmane.org

After spending far too much time googling for assistance in using
Netbeans and JRuby I have decided to try a different approach.
In my blog http://paulfraser.blogspot.com/ I have started a series to
try and bring together the info needed to successfully use JRuby &amp; Netbeans.
At present it is just too damn hard :-( . There is not enough effort
devoted to using JRuby without rails in Netbeans.

For the series to be successful, it is hoped that the experts behind
Netbeans &amp; JRuby join in and help to make the experience "less hard" and
try and put the information needed to get a project/application going
for the "less talented" and "less  experienced"  amongst us,  IN THE ONE
PLACE.

What do you think?  Please offer suggestions for improvement and
assistance in making the commentry clear and easy to follow.
It is most important that the content explains every detail and leaves
no steps to the imagination. One very simple step at a time.

Cheers
Paul Fraser


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>Arun Gupta</dc:creator>
    <dc:date>2008-08-18T18:27:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1912">
    <title>Parameter hints for methods without using parenthesis</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1912</link>
    <description>Hi,

If I type

t.string (

and then press Ctrl-P (alt-P on Mac), I will see parameter hints.

However, if I don't use parentheses, I cannot see the parameter hints as 
far as I know. Is there a way to get parmeter hints without using 
parentheses?
</description>
    <dc:creator>Chris Kutler</dc:creator>
    <dc:date>2008-08-17T19:07:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1892">
    <title>Rails in NB 6.5 beta</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1892</link>
    <description>1). In NB 6.5 beta, installing Gems windows waits for ever (few minutes) 
to update the list. I understand this is because the list of gems is 
pretty large. It practically makes it impossible to use in a demo and 
even irritating during development times as well. Is there an interface 
like "jruby -S gem install &lt;GEM_NAME&gt;" where the entire list of gems is 
not required to be loaded ?

2). "New Gems" shows 3453 gems that can be installed but searching does 
not work. Typing "Glass" or "glass" does not narrow down the list. 
That's true for other gems.

&lt;after some time&gt;

Went back to IDE after few minutes and now see the list corresponding to 
the search text. But now clearing the search text does not update the 
list. I think there might be other issues in this area.

3). Even though I selected the latest version of GlassFish gem, it still 
installed 0.1.0 as shown in the attached picture :( Bug ?

Thanks,
-Arun
</description>
    <dc:creator>Arun Gupta</dc:creator>
    <dc:date>2008-08-13T22:26:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1889">
    <title>JVM options for JRuby</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1889</link>
    <description>Is there a way in the current UI (6.5) to pass JVM options to JRuby (or 
JRuby/WEBrick if it's a rails project)?

I know there is a way to modify the classpath, but I didn't see anything 
else.  I don't know if there is a use case for this, but if there is a 
way to do it, I need to make sure it's supported by V3 and it probably 
wouldn't be today since I'm not doing anything special here.

-Peter
</description>
    <dc:creator>Peter Williams</dc:creator>
    <dc:date>2008-08-13T17:59:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1888">
    <title>question about GEM_HOME and GEM_PATH in Gems manager</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1888</link>
    <description>Hi,

I am using NetBeans 6.5. Using the Ruby Platforms manager, I set my 
JRuby platform (the built in one) Gem Home to the default (the bundled 
gems repository). I added c:/rubyrepos/rubyrepoj to my gem path.

When I open the Ruby Gems manager and go to the installed tab, I do not 
see the c:/rubyrepos/rubyrepoj gems in the list. If I click the Browse 
button and set the Gem Home to c:/rubyrepos/rubyrepoj and click Reload 
Gems, then I do see my rubyrepoj gems.

Is that the way it is supposed to work? Am I only supposed to see the 
gems in the Gem Home and not in the other repositories that are listed 
in the Gem Path?
</description>
    <dc:creator>Chris Kutler</dc:creator>
    <dc:date>2008-08-13T17:43:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1883">
    <title>online help ready for review</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1883</link>
    <description>Erno and Martin,

See 
http://wiki.netbeans.org/Ruby65DocPlan#section-Ruby65DocPlan-OnlineHelp 
for the list of Ruby online help topics. For each topic I made a note of 
the types of changes and listed which engineer I thought should review it.

These changes are available in the last nightly build except for the new 
id for the rubyoptions.html, which I will check in shortly.

If you would rather have me send you the topics, or post the topics to 
this thread, send me email.

If you think I should assign someone else to a topic, let me know that too.

Chris
</description>
    <dc:creator>Chris Kutler</dc:creator>
    <dc:date>2008-08-12T22:10:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1881">
    <title>Saving server selection broke recently...</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1881</link>
    <description>Saving server selection in rails projects broke recently... It works in 
build 2008-08-11_14-01-08 ( 
http://bits.netbeans.org/download/trunk/nightly/2008-08-11_14-01-08/ ) 
but fails in 2008-08-12_02-01-08 ( 
http://bits.netbeans.org/download/trunk/nightly/2008-08-12_02-01-08/ )

Anyone know what happened?

I'm looking into it because I sort of need it to work.   I know why it 
doesn't work now, but I haven't yet identified the specific code change 
that broke it, so it's not that clear how to fix it.  I'm leaning toward 
something in #95661 though.

-Peter
</description>
    <dc:creator>Peter Williams</dc:creator>
    <dc:date>2008-08-12T20:38:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1880">
    <title>Don't see 6.5 change "posibility to specify Rails version"</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1880</link>
    <description>Hi,

In the April 15 entry for http://wiki.netbeans.org/RubyRecentChanges, I see

" Possibility to specify Rails version when creating a project (issue 
127206 &lt;http://www.netbeans.org/issues/show_bug.cgi?id=127206&gt;). There 
is now a combo box containing the installed Rails versions on the last 
panel of the wizard."

I have MRI Ruby with both 2.0.2 and 2.1 installed. I can see both 
versions listed in the Gems Manager for my MRI Ruby installation. "rails 
(2.1.0, 2.0.2):...."

When I create a new project with 20080811 download of 6.5, with the 
platform set to my MRI Ruby installation,and go to the last page, the 
drop-down list for the rails version only shows 2.1. How do I get it to 
show both versions?


</description>
    <dc:creator>Chris Kutler</dc:creator>
    <dc:date>2008-08-12T18:56:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1879">
    <title>Question about introduce method</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1879</link>
    <description>Hello,

The "generic" help for introducing a method includes the following text. 
I am wondering if all of the statements below hold true for Ruby and if 
there are specific rules for Ruby that I should mention in the docs:

If you encounter an error message when introducing a method, check to 
see that the statements you selected meet the following criteria:
Selections cannot have more than one output parameter.
Selections cannot contain a break or continue statement if the 
corresponding target is not part of the selection.
Selections cannot contain a return statement that is not the last 
statement of the selection. The selected code is not allowed to return 
conditionally.
</description>
    <dc:creator>Chris Kutler</dc:creator>
    <dc:date>2008-08-12T00:30:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1878">
    <title>refactor pop-up menu question</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1878</link>
    <description>Hello,

If I right-click in the a Ruby class, or an ERB file, etc, and choose 
Refactor, I see the following enabled in the submenu. However, when I 
select them, nothing happens:

Introduce Variable
Introduce Constant
Introduce Field
Introduce Method

On the other hand, I can use Alt+Enter on selected text in the source to 
do the same thing.

For what purpose are the pop-up refactoring menu items and how do I use 
them?
</description>
    <dc:creator>Chris Kutler</dc:creator>
    <dc:date>2008-08-12T00:26:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1869">
    <title>Rails update in 6.1</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1869</link>
    <description>In a brand new 6.1, I created a Rails project. On the last screen I hit 
"Update Rails" (2.0.2 -&gt; 2.1) and then Finish and got the following error:

</description>
    <dc:creator>Arun Gupta</dc:creator>
    <dc:date>2008-08-09T00:36:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1868">
    <title>Ruby Hints: Warning versus Warning on Current Line</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1868</link>
    <description>Can anyone explain the difference between selecting Warning and 
selecting Warning on Current Line in the Hints options dialog box?

Thanks

C
</description>
    <dc:creator>Chris Kutler</dc:creator>
    <dc:date>2008-08-08T20:33:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1866">
    <title>How do I get to this panel: ruby.platform/src/org/netbeans/modules/ruby/platform/RubyPlatformAction.java</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1866</link>
    <description>Hello,

Earlier, I asked about help button ids. Martin provided a list of dialog 
boxes with Help buttons. This list included 
ruby.platform/src/org/netbeans/modules/ruby/platform/RubyPlatformAction.java. 
How do I get to this dialog box? I tried getting to it from the Ruby 
Platforms manager but I couldn't figure out how.

Chris
</description>
    <dc:creator>Chris Kutler</dc:creator>
    <dc:date>2008-08-06T22:34:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1865">
    <title>code templates wiki page outdated</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1865</link>
    <description>Hello,

This page is out-of-date: http://wiki.netbeans.org/RubyCodeTemplates

Is it possible to bring it up-to-date?
</description>
    <dc:creator>Chris Kutler</dc:creator>
    <dc:date>2008-08-06T21:46:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1862">
    <title>Evaluating IDEs for Rails - Message from Rails googlegroup</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1862</link>
    <description>Here is critical feedback for NetBeans, IntelliJ and Eclipse for their 
RoR capablities:

http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/d3fd1d3bcef60973/a433fbd0be24104e?show_docid=a433fbd0be24104e

-Arun
</description>
    <dc:creator>Arun Gupta</dc:creator>
    <dc:date>2008-08-06T16:36:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1860">
    <title>release notes for beta</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1860</link>
    <description>Hi,

We have not put Ruby stuff in the release notes in the past, but I 
thought I would ask if you feel we need to add anything to 
http://nbstaging.czech.sun.com/community/releases/65/relnotes.html

Chris
</description>
    <dc:creator>Chris Kutler</dc:creator>
    <dc:date>2008-08-05T20:48:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1852">
    <title>NetBeans Ruby IDE does not completely uninstall</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1852</link>
    <description>Hi,

I have noticed that when I uninstall 6.5 NetBeans Ruby IDE (I only 
install the Ruby version, so I don't know if this applies to other 
installs, such as the All install), not everything gets uninstalled. 
This is in Windows XP. What gets left behind is C:\Program 
Files\NetBeans Dev 200807291401\ruby2\jruby-1.1.3\lib\ruby\gems\1.8 
which includes the cache, gems, and specifications folder.

Is there a reason for this that I should document in the installation 
doc (which has a section on uninstalling), or should I file a bug?

Chris
</description>
    <dc:creator>Chris Kutler</dc:creator>
    <dc:date>2008-08-04T20:33:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1851">
    <title>Effect of setting the port in the project properties dialog box</title>
    <link>http://comments.gmane.org/gmane.comp.java.netbeans.modules.ruby.devel/1851</link>
    <description>Hello,

Does anyone know about how changning the port text box in the project 
properties box affects the behavior of the IDE (such as starting the 
server or deploying the app). Is it the same for WEBrick, Mongrel, and 
GlassFish? If not, can someone explain for each of these servers, how 
the setting affects the behavior.

Thanks,

Chris
</description>
    <dc:creator>Chris Kutler</dc:creator>
    <dc:date>2008-08-04T17:57:40</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.netbeans.modules.ruby.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.netbeans.modules.ruby.devel</link>
  </textinput>
</rdf:RDF>
