04.25.08

Posted in Rails at 1:44 pm by jasonb

I wander into my local RadioShack for a simple RCA to S-Video adapter (or SVHS). After looking around, I ask the lady and she finds one for me. It looks unimpressive enough. I ponder a cable to plugin to it, since the original one being replaced was male to female and this was female to female. She starts to grab one of those expensive monster cable sets, but I waive her off.

Read the rest of “Okay, I am done with RadioShack forever” »

04.24.08

Posted in Quick Guides at 1:12 pm by jasonb

Recently I discovered gnump3d. It supports downsampling, which is a feature I especially need. However, the example reencoding command for handling MP3s doesn’t seem to work. Instead, I am using a different variant.

Read the rest of “gnump3d and downsampling mp3s” »

04.21.08

Posted in Rants at 6:28 pm by jasonb

What a perfect marriage. I never liked CrapUSA. It seems TigerDirect has bought them out, and now I am getting weekly spam about the CrapUSA store re-openings. I honestly don’t care. I unsubscribed — supposedly — after receiving the second email about them, but today I have yet another. Supposedly I am unsubscribed, again.

Read the rest of “TigerDirect CompUSA spam” »

04.12.08

Posted in Rails at 12:23 am by jasonb

After hours of Googling and an ill timed browser reload while typing this the first time, I finally happened upon RoR ticket 10454 which details the problem I am having with inferred routes and STI models. I modified it to supposedly support any level of model nesting. Seems to work now. I inserted it into my environment.rb presently.

Read the rest of “Rails STI resouce routes routing” »

04.05.08

Posted in Quick Guides at 10:49 pm by jasonb

Since I deployed DokuWiki last fall, I’ve found it to be an excellent tool for managing documentation. It enhances the quality of the final documentation product whilest not getting in the way of writing it. I rather enjoy it.

Read the rest of “DokuWiki and HOWTO migration” »

04.01.08

Posted in Rails at 12:35 pm by jasonb

If you were following the excellent has_many :through blog, you may find you can’t use with_scope in the methods defined on your association. Instead, just send :with_scope along.

Read the rest of “has_many :through and with_scope protected” »