Tag Archives: Rails

Mephisto 0.8 (Drax) Quick Install

If you are not a programmer, I recommend you use a different blogging engine, because even after the install is a success. You’ll still need to edit the template of your choice to get it just right. I am still not done editing this template. Installing Mephisto 0.8 (Drax) is not exactly the easiest thing [...]

Continue Reading

Rails 2.0 Patrials and Collections part2

In part one of this article we went over how to create and use partials. Part two will take what we learned from part one and see how we can use collections to make partials even more useful. We’ll see how you can set additional local variables in your partial. This article is short and [...]

Continue Reading

Rails 2.0 Patrials and Collections part1

Often in web applications, the same data is displayed in more than one location. Usually this is done by copying code between different template pages. Using Rails we can avoid this and remain true to the Rails principles of “never repeating ourselves”. This is accomplished by using Rails partials. In part one of this article [...]

Continue Reading