Monthly Archives: May 2006
No help from the log
Upon synching up, a colleague noticed that I had a test failing… kinda odd since I've been (trying to be) pretty good about keeping things up to date. Running them myself, we noticed that I was actually experiencing a quiet … Continue reading
Filed under rails, Ruby, Test Driven Development (TDD)
Requiring and Testing Cookies
Requirement: Users must have cookies enabled to use the site. If they don't: give them some sort of graceful warning to let them know there's going to be trouble. Doesn't sound too bad… it ended up being much more of … Continue reading
Filed under Cookies, rails, Ruby, Test Driven Development (TDD)
Breakpoints revisited
I'm sure there will be more and more revisiting of tools like the breakpoint client as I go. I had mentioned that it wasn't a huge help the first time I gave it a spin. This time it was … … Continue reading
Filed under Uncategorized
RJS Templates
I've got my ajax call working fine to update my page… problem is that error reporting is a little hard since I can only update one div using my current process – and it would really look better if I … Continue reading
Filed under rails