Entries from April 2006 ↓

Rails agiledox browser

Way back in June, I wrote about naming conventions for programmer tests. Inspired by a demo of the documentation generation in protest at the recent London Web 2.0 meetup, I thought I’d hack together a quick agiledox documentation browser for Rails.

Download agiledox_server and save it into your RAILS_ROOT/script/ folder, chmod +x agiledox_server and then run script/agiledox_server from your RAILS_ROOT directory. Point your browser at localhost:7000 and navigate to one of your unit/functional tests to see the magic happen.

It does need the syntax gem installed (which you can get through gem install syntax)

A bit of tidying up and I’ll post it as the latest project on http://opensource.reevoo.com – in the meantime, have fun.