The Artima Developer Community
Sponsored Link

Java Community News
IntelliJ Adds Ruby, Rails Support to IDEA

1 reply on 1 page. Most recent reply: Feb 7, 2007 4:25 PM by David Beutel

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Frank Sommers

Posts: 2642
Nickname: fsommers
Registered: Jan, 2002

IntelliJ Adds Ruby, Rails Support to IDEA Posted: Feb 7, 2007 11:12 AM
Reply to this message Reply
Summary
A new plugin to IntelliJ's IDEA promises support for Ruby and Rails development from within the venerable Java IDE. JetBrains recently made an early version of the plugin available for download.
Advertisement

IntelliJ IDEA has provided support for Ruby syntax highlighting since last year, but recently JetBrains, the company behind IntelliJ, advanced its Ruby support with a new Ruby Plugin. An early version recently became available for download.

According to IntelliJ's release notes, the new Ruby Plugin is more than just about support for Ruby the language, and is squarely aimed to assist Rails development. Rails-specific features of the early release include:

  • Create and work with Rails projects.
  • Rails migrations support inside the Rails project view.
  • Show near each Rails action method a small navigation button to navigate to the appropriate view.
  • Support for editing files in Rails' default template language.
  • The ability to run tests for each test directory.
  • Add text snippets for Ruby and Rails.

Other features of the plugin apply generally to Ruby development:

  • Type over closing token.
  • Browse to symbol (Ctrl+B).
  • Run individual Ruby test methods from IDEA.
  • Resolve superclass.
  • Symbol autoimport.
  • Identifier and scope-based symbol resolution.
  • Better integration with the installed Ruby interpreter.

IntelliJ is hardly alone in integrating Ruby and Rails support into a popular Java IDE. Tor Norbye has been working on providing Ruby support from within NetBeans (see his screen shots at NetBeans + Ruby = True), and Eclipse-based RadRails has become a serious contender as the Rails development tool of choice that, thanks to its Java roots, works on all platforms.

As high-quality Java development tools start supporting non-Java technologies, such as Rails, would you be more likely to incorporate those technologies into your work?


David Beutel

Posts: 29
Nickname: jdb
Registered: May, 2003

Re: IntelliJ Adds Ruby, Rails Support to IDEA Posted: Feb 7, 2007 4:25 PM
Reply to this message Reply
This is good to know about. I love IDEA and have been toying with the idea of learning Ruby and Rails.

By the way, though, your list of features looks like the roadmap for 0.2, but the latest release is 0.1.1.

Flat View: This topic has 1 reply on 1 page
Topic: TestNG Creator Cédric Beust: Don't Throw Away That Debugger Just Yet Previous Topic   Next Topic Topic: Tapestry 5 Preview Released

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use