Archive for February, 2008

Moving to Drivel

February 28th, 2008 by Prateek Dayal 0

I have mostly found blogging to be tough as I have to login to my blog and then add a post .. a number of clicks and quite a few page loads
I today installed Drivel on ubuntu and this is my first blog post using it
If everything goes as planned, I plan to blog [...]

Popularity: 4% [?]

Move to Rails 2.0.2

February 23rd, 2008 by Prateek Dayal 3

I finally moved Muziboo to rails 2.0.2 this weekend. The move went pretty smooth. The only gotcha for me was that counters used with conter_cache  are marked as readonly in rails 2.0.2 so you cannot use update_attributes to update them (in a migration or otherwise)
The trick is to use Class.update_counters class method …
Other than that [...]

Popularity: 5% [?]