June 2008
11 posts
Slife - free automatic time tracking for Mac
http://www.slifelabs.com/
unfocus-history-keeper
Back Button enabling, Deep Linking, event driven Javascrpt/DHTML/Ajax Library (works for Flash too)
http://www.unfocus.com/projects/2007/09/12/unfocushistory-keeper-20-and-swfhtml-beta-2-out-now/
Compile latest git on Ubuntu 7.10
http://ropiku.wordpress.com/2008/04/14/updating-git-on-ubuntu/
More git - git cheat sheet
http://cheat.errtheblog.com/s/git/
Git resources
https://37s.backpackit.com/pub/1465067
Multiple uploads using Rails, SWFUpload and attachment_fu
http://appeddesign.com/rails_swfupload
Rails - get random rows without using ORDER BY RAND()
Thing.find :first, :offset => rand(Thing.count)
Subdomain routing with Rails
http://s2.diffuse.it/blog/show/49_Subdomain routing with rails
Rails 2.0 doesn’t measure DB time in production env
Here’s the quick fix: http://blog.rayapps.com/2008/02/23/how-to-log-db-statistics-at-info-log-level-in-rails-20/
has_many_friends Rails plugin
Simply add friend list to a model (e.g. User).
http://blog.dnite.org/2007/6/8/howto-has_many_friends
Subversion - undo all changes made in last commit (for example, when designers do miracles):
svn merge -r BASE:PREV wc-dir