Tips 'n Tricks

Dramatically improve test-driven development

Test-driven development is one of the best benefits that Ruby on Rails brings to modern web development, but it can be a bit tricky, and laborious, constantly tweaking test code, running the tests, then making required changes. Enter autotest, part of a suite called ZenTest, which makes life dramatically easier for you.

Tags: 

Keep track of Ruby on Rails changes

Here's an easy way to keep track of the on-going changes to Ruby on Rails. The Rails team use the system Trac to manage their development and it includes a page to list all of the recent changes. While nice in theory, the fact that by default it shows changes to the development website too makes it a little confusing at first glance, so instead you can use/bookmark this link to see what is going on in the code itself:

Tags: 

Slow network? Reboot your modem!

An odd one today. Over the past few days (week?) I've noticed that our cable Internet connection was a bit slower than usual, basically lots of latency and downloads running at 1/10th their usual speed which makes running a VPN connection a real pain. Calling tech support didn't get anywhere as they insist that you disconnect any router that you might have wired up and directly connect one computer to the line. I figured for SCOs and Googles (s'n'gs) that I'd try doing what they asked anyway.

Tags: 

Pages

Subscribe to Tips 'n Tricks