Monthly Archives: November 2008

Continuous Integration for Ruby on Rails Projects

Our neighbor TeamCity team just released new major version of JetBrains TeamCity — definitely the best continuous integration and build server. One of the guys has prepared a quick demo showing how he uses TeamCity for building and testing his … Continue reading

Posted in Feature | Tagged , , | 2 Comments

RubyMine EAP Build 500

New EAP build of RubyMine is available. It comes with some improvements and fixes. See Release Notes Some of the new things: Built-in TextMate keymap added. Try Ctrl + ` / ⌘ ` for quick switch Ruby SDK indexing speed … Continue reading

Posted in Announcement | Tagged | Leave a comment

RubyMine Rails-specific Code Completion

And finally, the Rails! Rails is probably why most of us is using Ruby, right? So, RubyMine helps coding when Ruby on Rails is used. Ruby on Rails Smartness #1 When a variable holds a model object RubyMine knows its … Continue reading

Posted in Feature | Tagged , , | 4 Comments

RubyMine EAP is Open

Some of you working with RubyMine Preview build 435 have probably noticed the notification about a new build of RubyMine available. Yes, the new build 472 is the first Early Access Program (EAP) build. For more details about the new … Continue reading

Posted in Announcement | Tagged | Leave a comment

More Types Intelligence in RubyMine

In the previous article covering type inference we’ve reviewed the following cases: Type Inference for local variables Detecting for index variable type Understanding true, false and nil But there’s more, much more… Let’s see more intelligence RubyMine shows when editing … Continue reading

Posted in Feature | Tagged , , , | Leave a comment

Type Inference in RubyMine

What is the one thing that some of us like and others dislike about dynamic languages such as Ruby? It is dynamic types of course! It is a blessing and a curse. And for an IDE that claims being a … Continue reading

Posted in Feature | Tagged , , | Leave a comment

RubyMine vs. IntelliJ Ruby Plugin, pricing, licensing, etc.

The initial wave of RubyMine feedback has greatly exceeded our expectations – thanks to everyone who has blogged or twittered about our new product! And we’re definitely looking forward to hearing more from you, particularly your suggestions for creating the … Continue reading

Posted in Announcement | 9 Comments

RubyMine — new Ruby and Rails IDE from JetBrains

You might have heard that for the last two years we have been developing Ruby plugin for our award-winning Java IDE, IntelliJ IDEA (its major release is just few days away, btw!)  Support of the Ruby community which has highly anticipated the plugin quality and … Continue reading

Posted in Announcement | 15 Comments