In order to export some records from a “legacy” database (ok, a very popular domain hosting product) I had to find a way to read out an ENUM fields. As Active Record doesn’t support this nonstandard MySQL specific type there is of course no auto generated getter method. Turns out supporting this was quite easy [...]
