Another Gotcha with the Rails 3.1 Asset Pipeline (Or Why Are My jquery-ujs AJAX Requests Triggered Twice?)
Building Pageless Apps with Rails and Backbone js
CloudEdit: A Backbone.js Tutorial with Rails (Part 1)
Managing coffeescript/js dependencies with the Rails 3.1 asset pipeline
interesting suggestions for loading JS in the correct order
cheat rspec_shoulda
Trace a query to its origin
really handy snippet for tracking where an SQL statement comes from in a rails app
How to deploy a multi-threaded Rails app
Rubyrep with PostgreSQL DB syncing
Debian Lenny Init script for rubyrep
Getting the callstack of a running Ruby process
handy tutorial for inspecting a running ruby 1.9 process
MongoMapper, Development Mode, and Memory Leaks
handy guide to debugging a running ruby process with gdb
If you're using Node.js, you're doing life wrong
Advanced Caching in Rails
How key-based cache expiration works
SQL Window Functions and You - The Hashrocket Blog
SQL Window Functions and You
Twitter / JEG2: A neat Ruby encoding trick
A neat Ruby encoding trick from @arcandros: open(…, "r:bom|UTF-8")
Debugging with Thread Dumps
handy tip for extracting a backtrace from a ruby process that is pegging a CPU
Elegant Xml Parsing
Parslet Intro
Visual Basic 6, Ruby and Getting Off My Lawn - Scott Hanselman
Ruby Conf Australia 2013
Library Comparison - Sugar - Sugar
handy ruby - JS translator
BroadcastingAdam - Advanced Caching in Rails: Revised
jenseng/immigrant · GitHub
Perfecting (Simple) PDF Conversion to EPub and Mobipocket | Spontaneous ∂erivation
7 Ways to Decompose Fat ActiveRecord Models - Code Climate Blog
What code goes in the lib/ directory? - Code Climate Blog
End-to-end testing with RSpec integration tests and Capybara
A few examples of the ruby 2.0.0 preview 1 highlights given in http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-dev/46348 — Gist
Multicast in Ruby: Building a Peer-to-Peer Chat System :: tx.pignata.com