June 2008
11 posts
Slife - free automatic time tracking for Mac http://www.slifelabs.com/
Jun 25th
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/
Jun 21st
Compile latest git on Ubuntu 7.10 http://ropiku.wordpress.com/2008/04/14/updating-git-on-ubuntu/
Jun 20th
More git - git cheat sheet http://cheat.errtheblog.com/s/git/
Jun 20th
Git resources https://37s.backpackit.com/pub/1465067
Jun 20th
Multiple uploads using Rails, SWFUpload and attachment_fu http://appeddesign.com/rails_swfupload
Jun 10th
Rails - get random rows without using ORDER BY RAND() Thing.find :first, :offset => rand(Thing.count)
Jun 9th
Subdomain routing with Rails http://s2.diffuse.it/blog/show/49_Subdomain routing with rails
Jun 8th
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/
Jun 6th
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
Jun 5th
Subversion - undo all changes made in last commit (for example, when designers do miracles): svn merge -r BASE:PREV wc-dir
Jun 3rd