Wednesday March 14, 2007 I have added a number of Ruby Documents to the NetBeans wiki. You can now find a feature list, as well as instructions for both how to download and install the Ruby support as well as how to build it from scratch. And of course, the todo list!
Perhaps most important to those of you using the Ruby builds is the Recent Changes document, where I try to summarize important changes that are checked in. As you can see, in the last week, the long startup indexing delays are gone, and code completion is smarter - it now tracks types of variables and fields in local scope - plus it better handles singleton classes.
If you haven't tried the Ruby support yet, the Installation document might be helpful.
(2007-03-14 10:10:02.0) Permalink Comments [16]
Posted by Greg H on March 14, 2007 at 07:35 PM PDT #
take a look at http://wiki.netbeans.org/wiki/view/RubyInstallation - does that help?
Posted by Tor Norbye on March 15, 2007 at 08:52 AM PDT #
Posted by Hendy Irawan on March 16, 2007 at 07:06 PM PDT #
Posted by Tobias Hofmann on March 18, 2007 at 05:44 AM PDT #
Posted by choonkeat on March 19, 2007 at 01:59 AM PDT #
Hi Hendy - thanks! If you try the bits (http://wiki.netbeans.org/wiki/view/RubyInstallation) let me know how it goes.
Hi Tobias, unfortunately there's no good migrations support yet - it's being tracked in issue http://scripting.netbeans.org/issues/show_bug.cgi?id=97643 . I just added a "Rake Migrations" menu item to the Rails project today, but as you can see from the issue I plan better support. Stay tuned :-)
Hi Choonkeat, There isn't a builtin equivalent for "Open Resource", but there is some intense work in progress to provide it - it's happening in a branch and associated discussion in issue http://www.netbeans.org/issues/show_bug.cgi?id=44586 . There is a non-branch version you can get too, by just building contrib/filesearch/. So - this will be there soon.
Posted by Tor Norbye on March 19, 2007 at 08:14 PM PDT #
Posted by Hendy Irawan on March 19, 2007 at 08:26 PM PDT #
If I have an existing project (using TextMate) if I use NetBeans for this project is it non-intrusive?
i.e. does netbeans add any "project" files to the source area? Just wanting to confirm whether I could swap back-and-forward between NetBeans and TextMate without a hitch.
Regards Greg
Posted by Greg H on March 19, 2007 at 09:14 PM PDT #
Posted by Tor Norbye on March 19, 2007 at 10:02 PM PDT #
Anyways, hope to see it in the NB6 build soon! I'll cross over from Eclipse (RadRails) then
Posted by choonkeat on March 19, 2007 at 11:26 PM PDT #
Posted by Hendy Irawan on March 20, 2007 at 12:55 AM PDT #
Posted by Matt Lins on March 20, 2007 at 07:17 AM PDT #
Posted by Tor Norbye on March 20, 2007 at 08:35 AM PDT #
Q1 - Is it possible to indicate on your "RubyRecentChanges" wiki page what the Ruby modules that have changed are, and what version they are. ie we can then match this in with what we see under the Module version numbers displayed in Netbeans.
Q2 - Is there a way in NetBeans to do a manual update on just the modules already installed. If I go update it takes me to the download centre and it seems as if you have to manually pick which modules to update?
Cheers
Greg
Posted by GregH on March 20, 2007 at 01:19 PM PDT #
Q1: I'll add in the version of the umbrella module that is required. If you just go and try to update the module named "Ruby" under Features, it will require everything else. I always rev its version and dependencies when trying to update other modules. So you shouldn't have to drill looking for anything else.
Q2: No, unfortunately the Auto Update center UI is not well suited to just do updates. There's work underway to revise it.
Posted by Tor Norbye on March 21, 2007 at 04:46 PM PDT #
Posted by Josh Puetz on March 24, 2007 at 05:07 AM PDT #