Of Iconv and FreeBSD
Ok, since I'm new to FreeBSD for a production environment for hosting Rails (I've used it for testing previously and for small firewall projects) .. I have no idea what FreeBSD was asking when I was running my rake command.
It said :-
rake aborted!
no such file to load -- iconv
Oops .. after some Googling, found that you have to
# su yourself to root
# cd /usr/ports/converters/ruby-iconv
# make clean install
FreeBSD sprouts some magical spells ... and rake runs !

