InfoQ

Community Specific Content View

Ruby Community Content on InfoQ


Latest featured content about Ruby

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.

News about Ruby

Smooth HTTP Caching With Rack::Cache

Community
Ruby
Topics
Performance & Scalability,
Web Frameworks,
Ruby on Rails

The ways to cache a web application are numerous and often complex. Apart from the very basic page caching, Rails 2.2 introduced conditional GET through the use of HTTP headers: last_modified and etag. Following most of the internet standard caching section of RFC2616, Ryan Tomayko released Rack::Cache.

What Is Wrong With Ruby's Net::HTTP?

Community
Ruby
Topics
Performance & Scalability

Ruby's implementation of Net::HTTP has serious performance problems in the current version 1.8.6, caused by some implementation details. Luckily, both Ruby 1.8.7 and 1.9's implementation performs much better.

Articles about Ruby

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.

Flex for XML and JSON

Community
Java,
Ruby
Topics
Rich Internet Apps,
Rich Client / Desktop

Platforms need interoperability. In this article Flex interoperability with JSON and XML is explored. The article including mapping of XML to chart and grid components using the E4X library. It also demonstrates using the as3core library to decode JSON messages.

Interviews about Ruby

Ted Neward on Present and Past Languages

Community
.NET,
Ruby,
Java
Topics
Language Design,
Language

In this interview filmed during QCon London 2008, Ted Neward, author of "Effective Enterprise Java", talks about languages, statical, dynamical, objectual or functional. He dives into Java, C#, C++, Haskell, Scala, VB, and Lisp, to name some of them, comparing the benefits and disadvantages of using one or another.

Tom Preston-Werner on Powerset, GitHub, Ruby and Erlang

Community
Ruby
Topics
Scripting,
Performance & Scalability,
Monitoring Tools,
Ruby on Rails,
Web Servers,
Open Source,
Programming

In this interview filmed at RubyFringe 2008, Tom Preston-Werner talks about how both Powerset and GitHub use Ruby and Erlang, as well as tools like Fuzed, god, and more.

Presentations about Ruby

Rockstar Memcaching

Community
Architecture,
Ruby
Topics
Performance & Scalability,
Data Access,
Ruby on Rails

In this presentation from RubyFringe, Tobias Lütke talks about memcached, the widely used caching solution. Tobias explains how to use it and gives some practical tips on what not to do.

Archaeopteryx: A Ruby MIDI Generator

Community
Ruby
Topics
Scripting,
Rich Client / Desktop,
Programming

Giles Bowkett captures the heart and soul of the RubyFringe conference as he demonstrates his revolutionary Archaeopteryx MIDI generator. He delivers an eloquent, highly politicized call to action in a career-defining presentation that is raucously hilarious yet unnerving in its practicality.

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.