Interesting Things
- For eager-loading of ActiveRecord associations, use
find(:all, :include => [:an_association]) - Markaby: there seems to be an issue when using
selectfrom Rails View Helper methods inside Markaby: Markaby will turn it into aselect_tag.