I have upgraded to Typo 5.4.1. Partly because of security issues, partly because of new features and improvements. It took me a while, mostly because of stupid Ruby deployment nonsense that makes me even more tired of Ruby as a language for production usage, than I already was. Oh well. One of the most important [...]
Archives for Ruby
The ultimate TODO app redux
When writing yesterday about the Perl modules, I realised that I hadn’t written anything about the TODO application since “The ultimate TODO app”. Well, a lot has happened to it actually. I’m glad to announce that: It does have a (lame) name now: Bubug (supposedly stands for “Barely Unconventional Bug Untracking Gizmo”. Whatever). It has [...]
The ultimate TODO app
I have been quite frustrated by TODO applications for some months now. They’re usually either too simple, or almost too complex and without features that I think are really valuable. In particular, there are two things that I don’t remember having seen in any TODO application: Possibility to “postpone” a task, so it doesn’t appear [...]
Playing around with jQuery
A couple of weeks ago I started a new pet project. Namely, making the ultimate todo list application. The idea was to: Make a TODO application that I actually like (I’ll post about it some other day). Learn Merb and DataMapper… and jQuery. The experience have been roughly half frustrating, half rewarding. It’s fun learning [...]
Why I hate Rubygems
I have always thought that systems should be something integrated. Each “system” has its own conventions, cultural values, etc. and I think you have to respect that. I believe in the Debian way (adapting programs to an integrated system, not just creating a large collection of packages that are identical to the upstream versions), I [...]
More Haberdasher: testsuites and RemixUI
After porting Haberdasher to Rails 2, I had forgotten to execute all the testsuites I had (unit, functional and acceptance, with Selenium and Selenium on Rails). The bad news is that they didn’t pass. The good news is that it wasn’t such a big problem making them pass again. The functional tests failed because of [...]
Posts
Problems with comments
Today, my good friend “Esberrito” warned me that comments were not working in the blog. I hadn’t realised earlier, but I had them enabled so they should have appeared all the time. I investigated a bit, and it turns out that there’s some bug (apparently related to saving a post as draft, then publishing) that [...]
Full story »