Jeff Dean's Ruby Blog - Using MySQL foreign key...
module ForeignKeys def add_foreign_key(from_table, from_column, to_table, options = {}) to_column = options.fetch(:to_colu...
Oldie but I enjoy this post on Ruby's inject me...
I find the inject solution less readable than something like: a = [1,2,3,4,5,6].map{|x| x.to_s if 0 == x % 2}.compact or a...
Introducing Bloggy: A simple way to add a Jekyl...
We have been working hard on making RVM rock-solid, and to prevent regressions while simultaneously fixing and improving i...
Understanding JavaScript Function Invocation an...
In my opinion, a lot of this confusion is cleared up by understanding the core function invocation primitive, and then loo...
packr (3.2.0): Ruby version of Dean Edwards' Ja...
Ruby version of Dean Edwards' JavaScript compressor
Google: Don't Block Your CSS & JavaScript Files
Yesterday, Google's Matt Cutts posted a video as a "public service announcement" asking SEOs and webmasters who are blocki...
cheap
The mega value website for travel in the United Kingdom, the United States and Canada!
Unicode in Regex - Ruby Forum:
> Regular expressions for all character work would be a *terribly* slow > way to get things done. If you want to get the n...
