InfoQ Homepage Ruby Content on InfoQ
-
Ruby 1.8.5 Released Quietly; Breakpointer Now Broken
Yukihiro Matsumoto, Ruby's 'benevolent dictator', releases Ruby 1.8.5 into the wild, though it's not without its problems.
-
Starfish Brings Google-Style Distributed Processing to Ruby
An implementation of MapReduce, a process invented by Google to easily split up tasks to be performed by hundreds of machines, is brought to Ruby in a library called Starfish.
-
Five Habits of Highly Effective Software Developers
What are some of the code-level practices of highly effective developers? Robert Miller wrote a detailed article on Java.NET covering 5 practices which could apply to any language, including minimalist constructors, methods with clear focus and intent, minimizing logic in mutating methods, and minimizing dependendies between behaviour methods.
-
A Rails memory leak profiling solution
Scott Laird was dealing with the difficulties of finding memory leaks in his Rails apps and came up with solution. Scott put the code for his solution up on his blog, respondents have already called it an essential tools they'll use on their projects going forward, and Scott promised to package it up as a plugin eventually.
-
Ruport: A Ruby Report Builder and Reporting Library
Gregory Brown releases a free library and toolset for Ruby that makes building reporting applications easy.
-
Using the Eclipse IDE to develop Ruby applications
Developers already familiar with Eclipse will appreciate Tabrez Iqbal's guide to tweaking it to work well with Ruby development.
-
InfoQ Article: Why Would a .NET Programmer Learn Ruby on Rails?
.NET developer Stephen Chu gives us some insight into his transition to Ruby on Rails programming. Quote: "By being loyal to one technology stack, I am bound to unconsciously make biased decisions, which will ultimately hinder my ability to deliver business value."
-
REST on Rails: An Enterprise Developer's Overview
Bruce Tate presents an enterprise-level introduction to the use of Representational State Transfer (REST) in the Ruby on Rails framework.
-
Opinion: Flex can transform the user experience on the web
Adobe's Christophe Coenraets, recently blogged on how Flex can transform the user experience on the web. The Flex SDK was recently made free, and combined with the ubiquity of the Flash VM, Flex could have a potential to be the platform of choice for ajax-style rich web development. Christophe stressed a number of features that are not unique by themselves yet valuable when used together.
-
Testing and Debugging Ruby on Rails
Well-known Railer Rabble launches a companion blog to his upcoming O'Reilly book covering the important topics of testing and debugging Ruby on Rails.
-
Rails 1.1.5 Released With Crucial Security Fixes
David Heinemeier Hansson, creator of Ruby on Rails, urges all users to upgrade to 1.1.5 to benefit from a crucial security patch affecting all major prior versions.
-
Meet 9 Top Rails Gurus At "The Rails Edge"
The Pragmatic Programmers announce a series of 3-day workshops for developers, managers, and enthusiasts to get up to date with the latest Ruby and Rails technologies.
-
Apple to Include Ruby on Rails With Next OS X Release
As the Ruby on Rails framework celebrates its second birthday, Apple announces the framework is to come with its next OS X release, Leopard.
-
RubyForIIS Makes Ruby Easier on Microsoft's IIS
RubyForIIS is a new, beta package designed to make installing Ruby and Rails for use with IIS easier.
-
Ruby Compilation on .Net Maturing
John Gough, a professor at Queensland University of Technology, talked about his team's work with Ruby .Net compilation at the recent Microsoft Lang.NET 2006 Symposium.