InfoQ

Community Specific Content View

Ruby Community Content on InfoQ


Latest featured content about Ruby

Merb: When Flexibility and Performance Matter

Community
Ruby
Topics
Performance & Scalability,
Ruby on Rails

In this talk, Matt Aimonetti talks about the ideas and concepts behind Merb - and the reasons why it's appealing: speed, modularity and more.

News about Ruby

Roundup: Scala as the long term replacement for Java

Community
Java,
Ruby
Topics
Language,
Change

Scala has been receiving much attention lately as a possible candidate to replace Java in the future. James Strachan creator of Groovy advocates in favor of Scala as James Gosling, creator of Java and Charles Nutter JRuby Core Developer, have done in the past.

Rescuing Your Ruby on Rails Projects

Community
Ruby
Topics
Coaching,
Delivering Quality,
Ruby on Rails

Ruby on Rails has been around for about 5 years and in those years developers have created a lot of applications. Many of those applications were created while learning Ruby and Ruby on Rails and may not have used the best practices but yet made it into production web sites. These web applications can be problematical but a new book focused on the solution is available.

Articles about Ruby

Ruby in Practice with Jeremy McAnally

Community
Ruby
Topics
Book Review,
Ruby on Rails

InfoQ's Rob Bazinet and Matthew Bass had the opportunity to talk with Jeremy McAnally, about the book he co-authored with Assaf Arkin, Ruby in Practice. The book is not for the beginner looking to simply learn Ruby but for the Rubyist seeking more detailed guidance on specific topics.

The Well-Grounded Rubyist, David A. Black

Community
Ruby
Topics
Book Review,
Ruby on Rails

The Ruby language was first released 14 years ago and since that time as experienced great growth with thanks to Ruby frameworks such as Ruby on Rails. This book covers intricate details of the Ruby language today, including the latest Ruby 1.9.1, and gives developers a solid foundation for creating Ruby applications.

Presentations about Ruby

Testing Your Presentation Layer

Community
Ruby
Topics
Javascript,
Scripting,
Software Testing,
Dynamic Languages

Yehuda Katz shows how to test a web app's UI using technologies such as Johnson (Ruby to Javascript bridge), jspec (BDD for Javascript), Webrat and others.

The State of the DSL Art in Ruby

Community
Ruby
Topics
Language Design,
Dynamic Languages,
Programming

In this talk Glenn Vanderburg discusses what the Ruby community has learned about building DSLs, and shows how to build state-of-the-art DSLs without going overboard.

Interviews about Ruby

David Pollak On Lift Framework and Scala

Community
Java,
Ruby
Topics
Web Frameworks,
Dynamic Languages

David Pollak talks about using Scala to write the Lift web development framework and his desire to write a productive framework that allows the developer to write concise code on top of a very strongly typed language.

Rich Hickey on Clojure's Features and Implementation

Community
Architecture,
Ruby,
Java
Topics
Language Design,
Language,
Compilers,
Performance & Scalability,
Dynamic Languages

In this interview taped at QCon London 2009, Rich Hickey talks about all things Clojure: Software Transactional Memory, concurrency, persistent data structures, ports, AOT compilation, and more.

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.