Saturday, May 17, 2008

How to Show the date in Eruby


<% @today = Date.today %>
<h3 class="date"><span class="month"><%= @today.strftime("%b")%></span> <span
class="day"><%= @today.strftime("%d")%></span><span class="year">,<%= @today.strftime("%Y")%></span></h3>

Wednesday, May 7, 2008

A few things learnt on apache + mongrel cluster

Remember to put in which ports apache is to listen on 
Listen 80
will only listen on 80!

mongrel_rails must be done via sudo (otherwise can't use www as user and group)