InfoQ

Community Specific Content View

Ruby Community Content on InfoQ


Latest featured content about Ruby

Key Takeaway Points and Lessons Learned from QCon San Francisco 2008

Community
Agile,
Java,
Architecture,
.NET,
Ruby,
SOA
Topics
Events

This article presents the main takeway points as seen by the many attendees who blogged about QCon. Comments are organized by tracks and sessions: Keynotes, Interviews, RESTFul Web Integration in Practice, Solutions Track, Performance and Scalability, Being Agile, Ruby in the Enterprise, Cloud Computing, Functional/Concurrent Programming Applied, Effective design and Clean code, and many more!

News about Ruby

Ruby on Rails gets down to the Metal

Community
Ruby
Topics
Web Frameworks,
Ruby on Rails

The Ruby on Rails team has been busy moving Rails to the next level with the adoption of Rack. The implementation of Rack allows developers to use many available middleware pieces in their applications. This addition has allowed the Rails team to create Rails Metal, a wrapper around the generic Rack middleware which sits in front of a Rails request with access to Rails sessions.

Dynamic Language IDEs: Aptana Ruby and DLTK Ruby

Community
Ruby
Topics
Dynamic Languages,
IDE

In this first part of our series about IDEs for dynamic languages, we take a look at the current state of Aptana's und DLTK's Ruby IDE. We talked to the developers on these project to find out the current state of these tools.

Articles about Ruby

Book Except and Interview : Aptana RadRails, An IDE for Rails Development

Community
Ruby
Topics
Book Review

Aptana RadRails: An IDE for Rails Development by Javier Ramírez discusses the latest Aptana RadRails IDE, a development environment for creating Ruby on Rails applications. The book's publisher, Packt Publishing, also provided InfoQ with an excerpt from Chapter 7 of the book, entitled RadRails Views.

Ruby's Roots: Smalltalk Comeback and Randal Schwartz on Smalltalk

Community
Ruby
Topics
Language Design,
Scripting,
Language,
Runtimes,
Syntax,
Dynamic Languages,
Programming

Smalltalk, a language that has had a big influence on Ruby, is making a comeback. We take a look at the current situation and talk to Randal L. Schwartz about Smalltalk.

Interviews about Ruby

Yehuda Katz explains Merb

Community
Ruby
Topics
RubyGems,
Ruby on Rails,
Programming

In this interview from RubyFringe, Yehuda Katz talks about Merb, its design principles, and how it differs from Rails. Yehuda also mentions Yard, an RDoc replacement.

John Lam on IronRuby, Microsoft and Open Source

Community
.NET,
Ruby
Topics
Runtimes,
Dynamic Languages,
Rich Internet Apps,
Silverlight,
Open Source,
.NET Framework,
Community

In this interview from RubyFringe, John Lam talks about his work on IronRuby and how Microsoft is approaching Open Source software development.

Presentations about Ruby

Ruby.rewrite(Ruby)

Community
Ruby
Topics
Language Design,
Domain Specific Languages,
Language,
Compilers,
Code Analysis

In this RubyFringe talk, Reginald Braithwaite shows how to write Ruby that reads, writes, and rewrites Ruby. The demos include extending the Ruby language with conditional expressions, new forms of evaluation such as call-by-name and call-by-need, and more.

THERE WILL BE PORN: 10 Dangerous Ideas Nobody Should Implement

Community
Ruby
Topics
Ruby on Rails

In this presentation from RubyFringe, Zed Shaw bids farewell to Ruby, with a few ideas as well as live music and a few songs about the Ruby community.

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.