I came across this issue the other day at work, and I’m not really sure how I feel about it. It doesn’t necessarily seem right or wrong, but was definitely unintuitive for me… Continue reading »
Aug 192009
I came across this issue the other day at work, and I’m not really sure how I feel about it. It doesn’t necessarily seem right or wrong, but was definitely unintuitive for me… Continue reading »
This week at work I was disappointed to find that calling #new on an association collection doesn’t add the new instance to the cached collection Continue reading »
I’ve often wished there was a way to see the rails logs right inside the console window, instead of having to switch back and forth betweeh console and a “tail -f” process. It wasn’t hard to find an answer — Jamis Buck blogged about it back in 2007 — but it didn’t quite do all I was hoping for, so I ended up going a different route, which I think gives a more complete solution. Continue reading »