Featured
A collection of coding adventures, sports, hobbies and life passions.
Yes. Because we are nerds. How? There's no quick easy way yet. People have been discussing their own ways on how to go around this. You...
You've been a ruby on rails developer for so long. You create migrations and never run into trouble. Suddenly you have multiple changes on your migration...
Problem #1: psql (9.1.5, server 9.2.2) WARNING: psql version 9.2, server version 9.2. Some psql features might not work. Type "help&...
In Ruby, you can simply negate an expression by using "!" abc = 'abc' !abc #=> false Similarly, abc = 'abc' !abc #=> false !!abc...