I've been working on my second rails app, which is now up on a staging site - trainingstage.ntistudio.co.uk.

Online training

I've been working on this with my colleague, Edward Robinson. It's been an opportunity for him to learn more about rails, and I've been using it to learn more about routes and about testing.

The application uses a lot of nested routes - deep and shallow nesting. It was interesting playing with these and learning more about how easy it is to configure rails routing.

We've also been using the twitter bootstrap gem to scaffold styles, to take advantage of the responsive design, typography and jquery features bootstrap provides.