Tag Archives: Ruby

Ruby Version Manager

I’ve been meaning to start using ruby1.9 but always stuck at maintaining codes in production that depends on Ruby1.8.6. Fortunately, there’s this thing called Ruby Version Manager where you easily change between different rails version. I have nothing but praise for the guys who made life easier for us programmers to do our job better [...]

Comments ( 0 )

Quote Phobia

I don’t get it why some people write this %(Unverified email address. Please check your email for your activation code.) instead of this “Unverified email address. Please check your email for your activation code.” Is it that hard to put those double quote?

Comments ( 0 )

Hello World

[sourcecode language='ruby']puts ‘Hello World’[/sourcecode]

Comments ( 0 )