<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Depth-First: Tag netbeans</title>
    <link>http://depth-first.com/articles/tag/netbeans</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Walking the Web of Chemical Informatics</description>
    <item>
      <title>NetBeans 6, Ruby, and Rails: A Surprisingly Effective Combination</title>
      <description>&lt;p&gt;For far too long Ruby has lacked a development environment that supported important features developers in other languages now take for granted: code completion; refactoring; platform-independence; and speed. Although &lt;a href="http://www.netbeans.org/"&gt;NetBeans&lt;/a&gt; may not spring to mind when thinking of Rails IDEs, it should be at the top of the list for anyone interested in the subject.&lt;/p&gt;

&lt;p&gt;Getting started with Ruby, Rails and NetBeans is as easy as &lt;a href="http://download.netbeans.org/netbeans/6.0/final/"&gt;downloading the installer&lt;/a&gt; and running it. If you later decide to add Java support to your installation (which is also excellent), that can be done by downloading and running the &lt;a href="http://download.netbeans.org/netbeans/6.0/final/"&gt;Java installer&lt;/a&gt;. You'll end up with a single IDE that supports both languages.&lt;/p&gt;

&lt;h4&gt;Code Completion&lt;/h4&gt;

&lt;p&gt;Although other IDEs support some form of Ruby code completion, NetBeans takes it to another level. Can't remember the exact name of the method you're looking for? Type the period and let NetBeans look up both the name and documentation for you:&lt;/p&gt;

&lt;p&gt;&lt;center&gt;&lt;img src="http://depth-first.com/demo/20080326/code_completion.png"&gt;&lt;/img&gt;&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;Hitting return enters the method and creates a template for parameters and any needed blocks.&lt;/p&gt;

&lt;h4&gt;Refactoring&lt;/h4&gt;

&lt;p&gt;One of the things that makes Java such a powerful language for large projects is the refactoring support offered by most IDEs. NetBeans brings this power to Ruby. Need to rename a class, method, or variable? Let NetBeans do it for you:&lt;/p&gt;

&lt;p&gt;&lt;center&gt;&lt;img src="http://depth-first.com/demo/20080326/refactor.png"&gt;&lt;/img&gt;&lt;/center&gt;&lt;/p&gt;

&lt;h4&gt;Conclusions&lt;/h4&gt;

&lt;p&gt;There's much more to NetBeans 6 and Ruby/Rails than what's been shown here, including formatting/highlighting for JavaScript and CSS, user-definable Ruby/JRuby interpreter, and menu-based script execution. Whether you're looking for a way to get started with using Ruby and Rails or a way to become more efficient at it, NetBeans 6 is well worth the time.&lt;/p&gt;</description>
      <pubDate>Thu, 27 Mar 2008 13:46:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:b1fbcff2-4f5b-496f-9eeb-35f96e8d0b5d</guid>
      <author>Rich Apodaca</author>
      <link>http://depth-first.com/articles/2008/03/27/netbeans-6-ruby-and-rails-a-surprisingly-effective-combination</link>
      <category>Tools</category>
      <category>ruby</category>
      <category>rails</category>
      <category>netbeans</category>
      <category>ide</category>
      <category>refactoring</category>
      <category>codecompletion</category>
    </item>
  </channel>
</rss>
