Updating Typo to 5.0
Posted by hatim
I finally took some time to upgrade my typo installation to latest revision of SVN. After updating the code base I found out that my website had broken. As usual I panikly logged onto irc.freenode on channel #typo. I found neuro` (typo dev) there who told me to 'reke db:migrate'. When that didn't work he told me to get rcov gem. The hosting company which I use manages ruby gems by them selves. so I postd a request for gem. Lucky for me this request was honoured within minutes. I then did a successful db migration. But my blog was still broken. I read some where that It was probably a older dispatch.fcgi is still running. While I was figuring this out, my website came online by it' self.
The reason I switched to typo was to learn ruby and rails (and perhaps work on typo). I need to get my act straight and start coding :)
I found one bug in typo, when sorting posts by dat in manage, it does not sort entries according to the dates visible in view (i suspect it sorts by date of actul post). So perhaps I can start by looking into this bug.