Monthly Archives: May 2011

Say hello to “Deskimus Prime”

Okay, so for a while now I had heard standing desks were a really good thing and I have had, for quite some time, an IKEA desk more than capable of this. After seeing @ollylegg transform his office desk with coke cans I decided to take the plunge. So, @first65, I will see your “Megadesk” [...]

Posted in Uncategorized | Leave a comment

Deserializing classes in Ruby using YAML.load

Quick note: when using YAML.load to deserialize an instance of a class that was serialized using to_yaml may end up not working! I have an object called ApplicationProvision, call to_yaml and it looks like this ; “— !ruby/object:ApplicationProvision \nconfiguration: \n- !ruby/object:InstantStack::StackConfigurationOption \n default_value: NginX\n possible_values: \n – Apache\n – NginX\n question_key: web_server\n question_text: Do you [...]

Posted in Uncategorized | Leave a comment