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
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
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
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
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