Posts Tagged “quickies”

FREE “Whats new in Rails 2.1″ PDF

by Kenneth Kalmer on June 10, 2008

Thanks to Carlos Brando and the team of translators for delivering the “Ruby on Rails 2.1 – What’s new?” ebook for FREE download.

Rails 2.1 Released

by Kenneth Kalmer on June 2, 2008

Apart from my Rubyforge email alert, this seems to have pretty much go unnoticed so far. Think everyone was too busy attending RailsConf 2008. Rails 2.1 @ Rubyforge Rails 2.1 @ github Enjoy!

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 »

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 »