InfoQ

Community Specific Content View

All content and news on InfoQ about Ruby


Latest featured content about Ruby

Neal Ford On Programming Languages and Platforms

Community
Java,
.NET,
Architecture,
Ruby
Topics
Platforms,
Language

Neal Ford talks about the tendency of having multiple languages running on one of the two major platforms existing today: Java and .NET. He also presents the advantages offered by Ruby compared to static languages like Java or C#.

News about Ruby

A Fresh Look at 'Technical Debt'

Community
Ruby,
Agile,
Java
Topics
Delivering Quality,
Agile Techniques

A Technical Debt Workshop was recently held to improve our industry's understanding of and approach to "technical debt", resulting in some interesting ideas. Among them, changing our perception of the problem to focus on "assets" rather than "debt", an idea now receiving quite a bit of attention by people such as Michael Feathers and Brian Marick.

Rails Roundup: Rails 2.2 Will Be Threadsafe, ETags Support in Rails Edge

Community
Ruby
Topics
Performance & Scalability,
Ruby on Rails

Work is going on to make Rails 2.2 be thread safe - we look at what's been done. Also: ETags support has been added to Rails Edge.

Articles about Ruby

Building Scalability and Achieving Performance: A Virtual Panel

Community
Java,
.NET,
Architecture,
Ruby
Topics
Performance & Scalability

Join our industry-heavyweight (eBay, Betfair, FiveRuns and Twitter) panel as they explore the cost of making their sites as scalable as possible, whilst tuning to get the most performance they possibly can. They explore the pros-and-cons of making their apps as awesome as possible - all the while under the pressure of their business requirements.

Ruby's Open Classes - Or: How Not To Patch Like A Monkey

Community
Ruby
Topics
Language Design,
Technology,
Programming

Ruby's Open Classes are powerful - but can easily be misused. This article looks at how to minimize the risk of opening classes, alternatives, and how other languages provide similar capabilities.

Interviews about Ruby

Nick Sieger on JRuby

Community
Java,
Ruby
Topics
JRuby,
Ruby on Rails

Nick Sieger talks about the future of JRuby, Java Integration, and his work on JEE deployment tools for Ruby on Rails like Warbler.

John Lam About IronRuby

Community
.NET,
Ruby
Topics
Dynamic Languages

In this interview, John Lam, Program Manager on the Dynamic Language Runtime team at Microsoft, talks about IronRuby, what it means to .NET supporters and how it has been received by the Ruby community.

Presentations about Ruby

Do the Hustle

Community
Ruby
Topics
Customers & Requirements,
Ruby on Rails,
Business

Obie Fernandez will leverage his experience successfully selling consulting services for both Thoughtworks and Hashrocket to help you with the following questions: How do I figure out how to price my services? How do I figure out the kind of work I want to sell? How do I write contracts and statements of work? What about proposals? And RFPs? How do I close the deal?

Designing RESTful Rails Applications

Community
Ruby,
SOA
Topics
Technology,
REST,
Ruby on Rails

In this presentation from QCon SF 2007, Obie Fernandez explains REST and gives practical tips on how to use Rails' REST features to write RESTful applications.

Books about Ruby

Mr. Neighborly's Humble Little Ruby Book

Community
Ruby
Topics
Dynamic Languages,
Programming

The Humble Little Ruby Book covers the base syntax of the language, including working with values, flow control, and object oriented programming, into some of the library functionality of Ruby, such as databases, web services, and string manipulation.