Ruby on Rails
Specific plugins etc.
- Acts as authenticated: simple authentication
- Google analytics plugin: rewrites the end of pages to include the Google analytics javascript code. Lets you do it only for production as well, so you can still test and play with the app, without generating spurious data.
- Haml: another templating language for writing markup, which seems nicer than HTML/erb.