All content and news on InfoQ about Ruby on Rails
Latest featured content about Ruby on Rails

- Java,
- Ruby
- Topics
- Web Frameworks,
- Ruby on Rails,
- Application Servers,
- Enterprise Architecture,
- Platforms,
- Compilers,
- JRuby,
- Community
JRuby project lead Charles Nutter discusses how he got involved with JRuby, Sun's involvement with JRuby, how JRuby fits into enterprise-level web applications, the possibility of a friendly fork of the OpenJDK source code, reasons for switching to JRuby, the future of JRuby, Spring and JRuby, and the Ruby community as a whole.
-
By Charles Nutter
on Feb 14, 2008,
News about Ruby on Rails
- Ruby
- Topics
- SaaS,
- Performance & Scalability,
- JRuby,
- Ruby on Rails
New Relic introduces a new performance analysis tool for Rails applications. The tool is installable as a Rails plugin, and offloads the analysis to the New Relic service. We talked to New Relic's Lew Cirne about the technology behind the product.
-
By Werner Schuster
on May 02, 2008,
- Architecture,
- Ruby
- Topics
- Runtimes,
- Language,
- Performance & Scalability,
- Database Design,
- Dynamic Languages,
- Ruby on Rails
OODB vendor Gemstone works on a Ruby VM called MagLev. Working with Seaside's and DabbleDB's Avi Bryant, Gemstone bases the Ruby runtime on their Smalltalk VM to offer performance and powerful persistence features. We talked to Avi Bryant and Gemstone's Bob Walker about the technology behind MagLev and the plans for it.
-
By Werner Schuster
on Apr 30, 2008,
Articles about Ruby on Rails

- Ruby
- Topics
- Ruby on Rails
Ruby on Rails 2.0 is the next version of the premier web application framework for the Ruby language, after almost a full year in development. Rails 2.0 is full of great new features, bug fixes and lots of the polish expected from the team. InfoQ had the opportunity to talk with the creator of Rails, David Heinemeier Hansson, to learn what it's like to get this release out the door.
-
By Robert Bazinet
on Dec 21, 2007,

- Ruby,
- Java,
- SOA
- Topics
- Web Frameworks
In this exclusive InfoQ interview, Jérome Louvel talks about Restlet, a Java framework for building Web applications following the REST architectural style. Topics covered include the reason for Restlet's existence, REST support in Web services frameworks and in Ruby on Rails, expectations for JSR 311 and Restlet's roadmap.
-
By Stefan Tilkov
on Apr 17, 2007,
Interviews about Ruby on Rails

- Java,
- Ruby
- Topics
- Domain Specific Languages,
- Dynamic Languages
Groovy project manager Guillaume Laforge discusses the history of Groovy, it's relationship to Java, where Groovy fits into Java development,how Groovy compares to Ruby, how Groovy enables domain-specific languages, and what future Groovy development will focus on.
-
By Guillaume Laforge
on Dec 05, 2007,

- Ruby
- Topics
- Delivering Value,
- Ruby on Rails
Pragmatic Programmer Dave Thomas, author of the 'pickaxe book' Programming Ruby, and co-author of Agile Web Development with Rails and The Pragmatic Programmer, found some time to talk with InfoQ about Ruby, Rails and the importance of choosing the right tool for the job.
-
By Dave Thomas
on Dec 03, 2007,
Presentations about Ruby on Rails

- Ruby
- Topics
- Performance & Scalability,
- Ruby on Rails
James Cox shows how to keep a Rails site up and running, while keeping performance high. The presentation dives deep into issues of keeping page performance up and avoiding bottlenecks. Next to tips on what to avoid (eg, hostname lookups) and what to do (eg. pre-caching), James also shows situations when to avoid ActiveRecord and fall back to SQL.
-
By James Cox
on Jan 08, 2008,

- Ruby
- Topics
- Ruby on Rails,
- Programming
Ever wonder just how Rails declarations such as "has many" and "belongs_to" work? Ever wished you could write your own code that worked the same way? It turns out that this style of programming, often called metaprogramming, is easier than you might think. In this talk we'll see how Ruby's open classes, compile-time execution, and full meta-object model make it easy to write your own extensions.
-
By Dave Thomas
on Dec 07, 2007,