Ruby Inside
How To Build A Mac OS X App With XCode and MacRuby
~20 hours ago by Peter Cooper on Ruby Inside.
Want to develop a Mac OS X app without getting waist deep in Objective C? MacRuby is the answer, and it’s now mature enough to use directly from XCode...
How To Find Ruby User Groups
6 days ago by Peter Cooper on Ruby Inside.
Ruby User Groups (RUGs, for short) are typically informal organizations put together to encourage Ruby developers with certain areas to get together, share...
Vagrant: EC2-Like Virtual Machine Building and Provisioning from Ruby
7 days ago by Peter Cooper on Ruby Inside.
Vagrant is a Ruby-based tool for building and deploying virtualized development environments. It uses Oracle's open-source VirtualBox virtualization system...
In-depth JRuby Q&A: What Makes JRuby Tick in 2010?
13 days ago by Peter Cooper on Ruby Inside.
JRuby is undoubtedly the most mature of the alternative Ruby implementations. Supporting Ruby 1.8.7 and 1.9.1 (mostly!) and JIT compilation, JRuby is already...
New Relic RPM Officially Supports Rack and Sinatra – Finally!
19 days ago by Peter Cooper on Ruby Inside.
New Relic's RPM, an application performance monitoring and reporting system, has today announced it has added full support for Sinatra and Rack-based Ruby...
Building A Well Formed Number Handling Class From Scratch
19 days ago by Peter Cooper on Ruby Inside.
Over on the Ruby Best Practices blog, Robert Klemme walks through the process of building a new numeric class from scratch in Ruby - taking into account...
How Ruby Manages Memory and Garbage Collection
20 days ago by Peter Cooper on Ruby Inside.
Garbage Collection and the Ruby Heap is a presentation given by Joe Damato and Aman Gupta at the recent LA Ruby Conference. You only get the slides for...
5 Chapters of O’Reilly’s Ruby Best Practices – Free!
20 days ago by Peter Cooper on Ruby Inside.
Ruby Best Practices is a book by Gregory Brown (and published by O'Reilly) that looks into the "Ruby way" of doing things in the Ruby language and, specifically...
Harmony: JavaScript And A DOM Environment In Ruby
27 days ago by Peter Cooper on Ruby Inside.
Harmony, from Martin Aumont, is a new Ruby DSL for executing JavaScript and DOM-using code from within Ruby apps. Why's that cool? Well, it enables you...
Ruby Quicktips: A Tumblelog of Quick Ruby Tips
~1 month ago by Peter Cooper on Ruby Inside.
Ruby Quicktips is a Tumblr-powered tumblelog (think of a blog but in bite-sized chunks) by Daniel Pietzsch that presents a growing array of Ruby related...
