Markaby tips
One of the good things about the high level of activity in the Rails world is that very often if you don’t like the default way of doing things there are usually several alternatives. A good example is the choice of templating language: if you don’t like ERb (and I don’t as it smells too much like PHP) then you can use something else. I’m personally a HAML fan but the project I’m currently working on - adding new features to an existing site that was developed by another firm - uses Markaby.

