Archive for February, 2007

IntelliJ IDEA on Rails

Thursday, February 22nd, 2007

Ruby plugin for IntelliJ IDEA was recently beefed up with several new features:

  • Quick creating of controller actions with alt+insert
  • Go to action from view template with gutter navigation icon
  • Go to view template from action with gutter navigation icon
  • Ruby and Rails Live Templates



See the Live Rails Demo that shows the latest features and improvements in action.

For more information about features, see the Ruby and Ruby on Rails Development page.

For latest plugin updates, release notes, discussions and bug tracking see the Ruby Plugin Home Page.

Technorati tags: , , , ,

Rob Harwood Back in Action

Wednesday, February 21st, 2007

Just a quick note:

Rob Harwood is back, and his blog is active once again. One of his most recent posts links the driving philosophy behind Test Driven Development to Continuous Integration, and we look forward to hearing more from him on a variety of technology topics.

Welcome back Rob!

IntelliJ IDEA and TeamCity: The Voting Continues

Tuesday, February 20th, 2007

We want to say big thanks to those who already voted for IntelliJ IDEA and TeamCity at the Java Developers’ Journal Readers’ Choice award.

The voting is still open, so if you have not taken part yet, it might be definitely time to catch up.

You can join the voting at Readers’ Choice Awards page.

The complete list of IntelliJ IDEA and TeamCity nominations listed below for your convenience.

Best IDE - IntelliJ IDEA 6.0
Best Web Development Tool - IntelliJ IDEA 6.0
Best Java Application - IntelliJ IDEA 6.0
Best Java Debugging Tool - IntelliJ IDEA 6.0
Best Java EE App Dev. Framework - IntelliJ IDEA 6.0
Best Java IDE Environment - IntelliJ IDEA 6.0
Best Java Project Build Tool - TeamCity 1.0
Best Team Development Tool - “IntelliJ IDEA 6.0 / TeamCity 1.0″ Pack
Best Tool for Rich Internet Applications - IntelliJ IDEA 6.0
Most Innovative Java Product - TeamCity 1.0


Also, InteliJ IDEA has been nominated in the Best IDE category at the WSJ Readers’ Choice Award. It’s No1 at this very moment, so please don’t let it fall - cast your vote now.

Technorati tags: , , ,

Rolling with Ruby on Rails and IntelliJ IDEA

Thursday, February 1st, 2007

Our team has published the first implementation of Ruby plugin that turns IntelliJ IDEA into a decent IDE for developing Ruby and Ruby on Rails applications.

Despite it’s in beta stage as of yet, it has recevied very positive feedback from Marty Andrews, the professional Ruby developer.

The plugin feature highlights are very impressive as well:

  • Dedicated Ruby and Rails modules with Ruby SDK support
  • Dedicated Rails project view
  • Basic code completion for Ruby keywords
  • Automatic completion for Ruby statements
  • Ruby syntax highlighting with braces matching
  • Ruby code formatting and automatic code styling
  • On-the-fly error checking and code validation
  • Smart structure view for Ruby files
  • Quick Ruby documentation (RDoc) view and lookup
  • Dedicated run configuration for Ruby and Rails with support for scripts
  • Intention actions to automatically create Ruby access modifiers and Rails skeletons and actions
  • Support for Go to class, file and symbol for Ruby files
  • Quick access to Rails generators and Rake tasks through context menus

So, stay tuned with the latest plugin updates that will include smart RHTML completion, extended syntax highlighting, quick fixes and more of other productivity-aimed enhancements.

I have created the Ruby development live demo that shows how to create a sample Ruby application with IntelliJ IDEA. You can watch it or download in archive.

For more information about features, see the Ruby and Ruby on Rails Development page.

For latest plugin updates, release notes, discussions and bug tracking see the Ruby Plugin Home Page.

Technorati tags: , , , ,