InfoQ

InfoQ

Topic/Tag specific view

Ruby1.9 Content on InfoQ


Latest featured content about Ruby1.9

Dr Nic Williams on Rails, RailsInstaller and the Future of Ruby VMs

Topics
Runtimes,
JRuby,
Ruby on Rails

Dr Nic Williams talks about the state of the Rails community, the reasons for supporting JRuby and Rubinius implementations and for creating RailsInstaller.

News about Ruby1.9

Bitmap Marking GC for Ruby Improves Memory Usage

Topics
Runtimes,
Performance & Scalability,
Ruby

The successor of Ruby 1.9.3 will replace the current Lazy Sweep Garbage Collector with a Bitmap Marking GC, which will significantly reduce Ruby's memory usage for parallel programs, similar to Ruby Enterprise Edition's copy-on-write-friendly GC. We talked with Narihiro Nakamura who implemented both the current Lazy Sweep and the Bitmap Marking GC.

Ruby on Rails: 3.2 RC1 Released, 4.0 Will Drop Ruby 1.8.7

Topics
Dynamic Languages,
Web Frameworks,
Ruby on Rails,
Ruby

The Ruby on Rails team announced the first release candidate of Rails 3.2. New features include a faster development mode, an explain feature for database queries and several smaller features. After 3.2, the next major release of Rails will be 4.0 and drop support for Ruby 1.8.7

Articles about Ruby1.9

Meet the Goliath of Ruby Application Servers

Topics
Web Servers,
Application Servers,
Web Frameworks,
Ruby

PostRank Labs released an open source version of their Ruby web server framework powering PostRank. Goliath, is an asynchronous server designed for speed, leveraging key features of Ruby 1.9+. Goliath creates fast web and data services not unlike node.js but sticking with what Ruby developers know..Ruby. Discover how easy it can be to create manageable server-side services with Ruby.

The State of JRuby: 1.5, AOT, Java 7

Topics
Java,
Runtimes,
Ruby,
JRuby

InfoQ caught up with Charles Nutter to talk about the state of JRuby: the 1.5 release, Ahead of Time compilation, and what's coming up in 1.6 and with features in Java 7.

Presentations about Ruby1.9

Building Native Mobile Apps in Rhodes

Topics
Dynamic Languages,
Runtimes,
Rich Internet Apps,
Rich Client / Desktop,
Ruby

In this talk from FutureRuby Adam Blum shows Rhodes, an open source Ruby-based framework for building locally executing apps with access to device features for all major smartphone devices.

Ruby VMs: A Comparison

Topics
Runtimes,
Java,
Language,
.NET,
JRuby,
Ruby

A look at the different Ruby virtual machines (JRuby, MagLev, IronRuby, Rubinius, MacRuby) and how to choose what fits best within the enterprise.

Interviews about Ruby1.9

Orion Henry on Heroku, Doozer and Paxos, Ruby

Topics
NoSQL,
Javascript,
Architecture,
JRuby,
Performance & Scalability,
Ruby

Orion Henry explains what make Heroku's PaaS tick, in particular the new extensible Cedar stack as well as Doozer, the implementation of the Paxos algorithm created at Heroku.

Aaron Patterson on Rails 3.1 and Ruby Performance

Topics
Dynamic Languages,
Runtimes,
Ruby on Rails,
Performance & Scalability,
Ruby

Aaron Patterson talks about performance in Ruby and Rails, some of the challenges Rails and Rack pose for the Ruby GC, and much more.