Elsewhere

Interesting Ruby and Rails Tidbits #31

The latest installment of our series of roundup posts, covering some of our latest findings in the world of all things Ruby (or not). These items wouldn't make it in as separate posts, but they should be of enough interest to Rubyists generally to make it a worthwhile browse for most readers.

How To Find Ruby User Groups

Ruby User Groups (RUGs, for short) are typically informal organizations put together to encourage Ruby developers with certain areas to get together, share ideas, and, often, to have some fun.

How Ruby Manages Memory and Garbage Collection

garbage.jpgGarbage 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 now (all 70 of them!), but they're very detailed and can almost work as a standalone concise e-book on Ruby's garbage collection system.

5 Chapters of O’Reilly’s Ruby Best Practices – Free!

rbp.pngRuby 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, why Rubyists tend to write Ruby the way they do.

11 New Ruby Delights (For If/When You’re Tired of Rails 3.0)

no-rails-allowed.gifSick of Rails 3.0 yet or still enjoying your Sinatra, Rango, Ramaze,

Friendly: Easy Schemaless “NoSQL” Data Storage with MySQL in Ruby

friendly.png Friendly is a new Ruby ORM (a la ActiveRecord) that lets you easily use NoSQL ideas on regular database engines, such as MySQL.

21 Rack Middlewares To Turbocharge Your Ruby Webapps

rack-logo.pngIf you've worked with Web apps using Ruby, you might know of Rack, an interface that sits between Ruby applications and HTTP-speaking Web servers. All of the major Ruby frameworks and server setups use it now, including Rails. Middleware (in Rack) is code that manipulates data going back and forth between your Ruby apps and the HTTP server.

Muhammed Ali’s Free Ruby 1.9.x Web Servers E-Book

socket.pngEgyptian Ruby developer Muhammed Ali (of MySQLPlus fame) has released the first draft of a "Ruby 1.9.x Web Servers" booklet.

RubyPulse: 9 Screencasts On Different Ruby Libraries (So Far)

rubypulse.pngRubyPulse is a screencast site that publishes regular videos about different Ruby libraries. It's a month old so far and German Ruby developer Alex Peuchert has put out 9 episodes already.

Learnivore: Ruby Focused Screencast Aggregator

Learnivore is a new(ish) site by learnivore.pngFrench Rubyist Thibaut Barrère that aims to aggregate all of the best screencasts in any easy to navigate, searchable manner.

Syndicate content