RubyMine: A New “Intelligent” Ruby IDE Built on IntellJ
RubyMine is an all new IDE for Ruby and Rails developers, developed by JetBrains (best known for Java IDE IntelliJ IDEA). RubyMine is built upon the IntelliJ IDEA platform and brings together all of the essential features you'd expect of an IDE (editor, debugging tools, source control integration, code completion, and so forth) along with lots of extra goodies specific to Ruby, such as GUI-based support for RSpec and Test::Unit.
Latest Ruby and Rails Events News: November 2008
Here's the latest events news in the Ruby and Rails worlds as of November, 2008. Please comment if you have other events to mention - people will see them, and we can possibly mention them on the next post:
Ruby’s New FFI Library: Calling External Libraries Just Got A Whole Lot Easier
Charles Nutter, of the core JRuby team, writes:
Nokogiri: A Faster, Better HTML and XML Parser for Ruby (than Hpricot)
Yesterday, Aaron Patterson (@tenderlove) and Mike Dalessio released Nokogiri (Github repository), a new HTML and XML parser for Ruby. It "parses and searches XML/HTML faster than Hpricot" (Hpricot being the current de facto Ruby HTML parser) and boasts XPath support, CSS3 selector support (a big deal, because CSS3 selectors are mega powerful) and the ability to be used as a "drop in" replacement for Hpricot.
What’s Hot on Github – October 2008
What's Hot on Github is a monthly post highlighting interesting projects that are new or updated this month, within the Ruby community that are hosted on Github. Github has become an extremely popular place for Ruby and Rails developers to congregate lately, so I wanted to list some of the new projects, and some of the updated ones, that I have found interesting and that are too small for their own blog post.
Ruby 1.9.1 Preview Released: Why This Is A Big Deal
In an understated post on the official Ruby blog last night, Yugui (Yuki Sonoda) announced the release of Ruby 1.9.1-preview 1.
A List of Non-English Ruby and Rails News Sites
When Ruby Inside started over two years ago, there were only a handful of sources for Ruby related news. The announcements on the ruby-talk mailing list (which Ruby Weekly News - now deceased - rounded up on the Web), del.icio.us, and a few popular Rubyists blogs (such as Why's Redhanded). Now, however, there are lots of options, including Ruby Inside itself, Rails Inside, RubyFlow, Ruby Reddit, and Planet Ruby on Rails.
Ruby Style Guides and Tools: How to Write Good Looking Ruby
Last week, Noel Rappin of Pathfinder Development wrote Elements of Ruby Style - an attempt at producing a Ruby "style guide." After some initial feedback to this, he's followed up with a response to some of the initial criticisms and suggestions.
Merb 1.0 RC2 Now Available: Merb 1.0 Not Far Behind!
Following on from the highly successful MerbCamp, the Merb Framework took another big step this week with the announcement of the availability of release candidate 2 for it's upcoming 1.0 release (due within weeks now). No major changes and The Merbist blog lists mainly a focus on bug fixes and Windows compatibility:
Mobile Orchard: Like Ruby Inside, but for iPhone Developers
A brief aside to mention my latest project (in collaboration with Dan Grigsby) - Mobile Orchard.
How To Develop A Mac (Cocoa) Application With MacRuby And XCode
Over a year ago we had a post about how to build OS X GUI applications with Ruby and RubyCocoa. Since then, however, MacRuby has arrived on the scene. Not just the regular version of Ruby with some bindings to Cocoa, MacRuby is as native to OS X as JRuby is native to the JVM.

