InfoQ Homepage Ruby Content on InfoQ
-
MacRuby 0.4 Released with HotCocoa::Graphics, Threaded GC, DTrace
The MacOS X based Ruby implementation MacRuby is now available in the 0.4 release, which adds an embedding API for using Ruby to script Objective-C apps, a new threaded GC, 64 bit support, and a graphics library along the lines of Processing called HotCocoa::Graphics built on Core Graphics and Core Image.
-
Presentation: Taming Effects with Functional Programming
In this presentation recorded during QCon London 2008, Simon Peyton-Jones advertises the need for programming purity achieved especially through use of functional languages and the increased attention given to functional programming.
-
Interview: Gregg Pollack and the How-To of Scaling Rails
In this interview with Gregg Pollack of Rails Envy Podcasts, Robert Bazinet talks with Gregg about the issues around scaling Rails, his involvement with New Relic and the creation of the Scaling Rails screencast series as well as other keys to scaling Rails.
-
Ruby Deployment Roundup: Vlad 1.3, Capistrano Maintenance Handover
The recent announcement Jamis Buck is ending development of Capistrano has left many wondering the future of this deployment tool. The release of Vlad 1.3 gives others hope as an alternative.
-
RFactor: Ruby Refactoring Support for Text Editors
RFactor is a Ruby refactoring tool that aims to bring automated refactoring support to text editors. We talked to its developer Fabio Kung to learn how it works and what's planned for the future.
-
Article: RGen: Ruby Modeling and Code Generation Framework
This article introduces RGen, a modeling framework inspired by openArchitectureWare and technologies like the Eclipse's EMF. RGen uses internal DSLs for defining metamodels and offers a full modeling stack for Ruby.
-
Story Driven Development Recipes with Cucumber
Behavior Driven Development's (BDD) popularity cannot be denied. By simplifying DSL writing, Ruby allowed the birth of many BDD frameworks. Cucumber is one of them and can also be used to test Java, .NET and Flex and more.
-
Browser Wars Reignite with Opera announcing Caracan and Apple releasing Safari 4 Beta
With the Web becoming the default development platform, we are witnessing major innovations in browser technology. In the spirit of time, Opera has announced plans for “the fastest JavaScript engine on the market” code named Carakan and Apple has released Safari 4 in public beta with several new features and improvements.
-
Presentation: Ruby VMs: A Comparison
In this presentation from QCon San Francisco 2008, Jason Seifer takes a look at the different Ruby virtual machines (JRuby, MagLev, IronRuby, Rubinius, MacRuby) and how to choose what fits best within the enterprise.
-
JRuby on Java ME/CDC
After first steps to running JRuby on Android, JRuby's Charles Nutter now started work on making JRuby run on the CDC profile of Java ME.
-
QCon London 2 Weeks Away: Day Passes & InfoQ Discount Available
QCon London is just 2 weeks away, and we’d like to present all InfoQ members with an extension of our Feb 22nd discount, as well as announce that day passes are now available. QCon features over 80 sessions, 15 tracks and unprecedented speaker lineup including Sir Tony Hoare, Martin Fowler, Rod Johnson, and many others.
-
JRuby 1.2 RC1 Released, Initial support for Android
JRuby 1.2 RC1 is now available, complete with improved 1.9 support, performance improvements and bug fixes. Also: initial support for using JRuby on Android.
-
Moneta: An Interface to Key-Value Stores like Tokyo Cabinet, Memcache
Key-value stores are a viable alternative to relational databases. We take a look at Tokyo Cabinet and how different key-value stores can be unified behind a common interface with Moneta.
-
Ruby 1.8.8 and the Road to Ruby 1.9.1
Which Ruby to choose - 1.8.x or 1.9.1? What's the best migration path? We take a look at some recent ruby-core discussions and the plan for Ruby 1.8.8 which will help moving to 1.9.1. Also: Fibers are now also available in Ruby 1.8.6/1.8.7.
-
Article: Amazing Charts In Rails
This article is an introduction to creating Flash charts using the FusionCharts Free library from Ruby, complete with a feature comparison of other charting libraries.