Typo on rails 2.3.3 makes it into mainline
Frédéric de Villamil committed my rails 2.3.3 patches to HEAD[1] last night. Frédéric had an interesting post[2] on there plans to re-factoring typo. The 2.3.3 patches have reduced the memory usage quite a lot. Once I have rebased this blogs varnish patches to the new HEAD I am going to look at getting typo running on ruby 1.9.11. http://rubyforge.org/pipermail/typo-list/2009-August/004922.html
2. http://blog.typosphere.org/news-from-a-summerish-typo.html
0 comments
Porting typo blog to rails 2.3.2
After looking at some of the cool features of rails 2.3.2 (like rack integeration) and its claimed compatibility with ruby 1.9.1 I decided to port typo blog 5.3.x from rails 2.2.2. This blog is running on the result of that effort.
0 comments
Replacing page cache with varnish
I am finally getting somewhere with configuring varnish to run in front of typo. I just need to add code to purge the varnish cache when pages are expired and add ESI support so page can be semi cached in varnish and composed on demand. The following is the code so fare. First adding PURGE to net/http
0 comments