cfspec has method with CF9 ORM

July 21, 2009

I've been hacking cfspec again! I'm working on a application which takes advantage of the ORM capabilities of ColdFusion 9. ColdFusion generates the getters and setters for you for each property of a persistent entity. Because of this shouldRespondTo() will fail. Read more »

cfspec and a bit of jquery

June 10, 2009

I've been using cfspec a lot to test my specification and I really like it. However when you run a suite of tests you can end up with a long page of results to scroll through, so I thought it would be nice to hide all the passes and just leave the fails by default. Then have a link which would show passes if I wanted to see them. Read more »