Juno and Dexter!
Just our dobbies!
Just our dobbies!
I was trying to google for searching a database for a nil yaml value and it took me a bit so I thought I would post my findings. Basically if you do this in the rails console:
1 |
nil.to_yaml |
you’ll receive:
1 |
--- \n...\n |
Kind of irritating when you’re trying to write a SQL query. So to check… Read More »