Flavio de Sousa Blog on Programming, Sysadmin, DevOps and everything inbetween
If you are seeing this it means the upgrade (mostly) worked!
When creating a simple web application for a friend I found out the Formtastic (later Simple Form) solution for a belongs_to: :customer
associaton, a <SELECT> was not the best. It simply loaded all customer names and ids into the HTML (more than 15 thousand!). Among the solutions I thought an Autocomplete field to be the best.
A recurring issue I have when creating new Linux VMs under VirtualBox is to make the Guest Additions to work.
Sometimes I see posts on Facebook featuring a series of zeroes and ones mimicking a binary stream:
(originaly posted in Sep 2009 at http://ruminations.ratonator.com/home/implementing-backup)