GitHub pulls, and Tableless Model improvements

by Kenneth Kalmer on May 26, 2008

I checked up on ActiveRecord::Tableless and saw a fork that had some promising changes in, so I set out to pull those changes back to my repo. Seemed simple enough, I followed Steven Bristol’s steps and it worked. The changes (…)

Read the rest of this entry »

Git on Windows, now for Adobe Air

by Kenneth Kalmer on May 17, 2008

Just picked up this detailed post for using git on Windows, thought I’d share it here too. And just in time as well, I’ve spent a lot of time the last couple of days reading up on Adobe Air and (…)

Read the rest of this entry »

nginx – Reading the fine print

by Kenneth Kalmer on May 15, 2008

Surely your Rails app flies, no request takes longer than 60 seconds to complete, ever. You’ve proven that Rails can scale and all that jazz. Surely you’ve really spent the time to read the nginx wiki and customize Ezra’s nginx.conf (…)

Read the rest of this entry »

Converting a mercurial repo to git

by Kenneth Kalmer on May 3, 2008

Keeping with the exodus from SVN/Mercurial to git, here is a super quick guide for converting a Mercurial repo to git. 1. Get the fast-export script via git git clone git://repo.or.cz/fast-export.git 2. Make a new (empty) git repo for the (…)

Read the rest of this entry »