Git for Rails

Last night I ran a presentation on using Git, and very briefly how to start a rails project in git for the Brisbane Ruby & Rails Brigade

Mar 18 2008 08:17 | Tags: git rails | 25 comments

Home Directory

I log on to a lot of various unix like machines (mainly Mac & Linux), and I have setup my environment for things such as autotest, vim, and my bash prompt in my own useful way.

I used to store this in a private subversion repository, but I figured in the process of converting it to git, that I should share it. It is on github for all to see.

Recent addition was adding the current git branch to the bash prompt as mentioned on Simplistic Complexity

Mar 20 2008 10:10 | Tags: unix git mac | 38 comments

Snippets for Sass Bundle

I use Sass (& Haml), where its an option for producing sites, as I like the ‘cleanliness’ of it. I have been missing being able to use the snippets of the TextMate CSS bundle, so I have ported them over to a Sass bundle, with the syntax from http://sporkmonger.com/2007/12/24/sass-textmate-bundle.

I have published it at http://github.com/aussiegeek/ruby-sass-tmbundle/tree/from-css-bundle

Mar 23 2008 01:06 | Tags: git rails sass | 33 comments

Github Badge

My plan a few weeks ago was to write a badge for GitHub but I see Dr Nic has beaten me to it

The plan was to add his version to my site today but looks like some bugs involving prototype.js that I need to look at

May 06 2008 09:17 | Tags: git github javascript drnic | 31 comments