Ever since I found out about the new hash syntax you can use in ruby 1.9, and how similar that syntax is to JSON, I've been waiting for someone to realise you can just abuse eval() for parsing (some) JSON now.
Tagged with rubygems
Abusing Ruby 1.9 & JSON for fun
- 2011-02-07 19:16:58
Adding XHTML output validation to Cucumber stories
- 2009-06-16 10:19:11
At the 2009 Barcamp Leeds I attended a talk by Neil Crosby where he talked about automated testing, and about how he felt there was a gap in everything that people were testing. Everyone has unit tests, and people are doing full stack testing too, but no-one (so he feels) does XHTML/CSS/JS validation as part of their automated test suite. ...
--More--Migrating Rubygems to Ruby 1.9.x
- 2009-01-31 20:29:57
Install Mysql Gem on Leopard
- 2009-01-21 17:09:41
Removing non-existent source from rubygems
- 2008-11-07 06:08:28
I just came to move some ruby scripts onto my mac mini, and to do so I needed to install a couple of gems. Now I realised I hadn't installed or updated rubygems on the machine for a while, so I figured it was best to update gem before installing the gems I wanted. Easier said than done.