osx

Bootcamp horror story

A few days ago I finally succumbed to the powers of my inner nerd. The release of StarTrek Online was too much for my LCARS loving brain to handle, so I caved. I bought the game online, booted into windows on my mac and started downloading the 8 gig installer and was ready to go...so I thought.

GitHub Rebase #36

As always, if you have neat projects you want to show off send me a message! I usually try to keep a balance of languages/domains between the posts, so don’t lose hope if your project isn’t in the latest issue. Just please have a README so you can show others (and me!) how to setup/use your project.

Getting Started With MongoMapper and Rails

Warning: This is currently out of date as it was based on an older version of MongoMapper.

I have had a few requests for tips on getting started with MongoDB and Rails so I thought I would drop some quick knowledge. It is actually really easy to get going, but Rails always does everything for you so when something comes along that doesn’t, you sometimes feel lost.

Installing Git - created

Mac OS X

There is a prebuilt OSX package of the latest build available for download.

http://code.google.com/p/git-osx-installer/downloads/list?can=3

Ubuntu 8.04/8.10

From Repo

The easiest method is to use apt-get to install Git.

$ sudo apt-get update
$ sudo apt-get install git-core

State of Ruby VMs: Ruby Renaissance

Ruby is commonly associated with the frameworks (Rails, RSpec, and many others) that it enabled, but it is much more than that. The same ideology and design principles that popularized the language at the start are also the reason why it is being currently ported to a variety of alternative platforms: JVM, Objective-C, Smalltalk VM and Microsoft’s DLR.

Getting Started With MongoMapper and Rails

In which I show how to get up and running with MongoMapper and Rails in both text and video formats.

I have had a few requests for tips on getting started with MongoDB and Rails so I thought I would drop some quick knowledge. It is actually really easy to get going, but Rails always does everything for you so when something comes along that doesn’t, you sometimes feel lost.

Git Version Control - Moving git installation instructions into separate page

Git is a distributed software configuration management tool that has been adopted by the majority of the Ruby on Rails community. In many cases, Git is required for plugin installation.

Installing Git

See instructions on how to install Git for your platform.

Rspec bundle for Textmate

I was looking for a Rspec bundle for textmate and it is here with steps to follow and simply superb!

http://blog.emson.co.uk/2008/06/installing-the-latest-rspec-textmate-bundle/

Pads

what git is not

There are obviously many reasons why Git is awesome (and why it sucks too), and there comes a point where it helps to dispel some of the rumors and issues surrounding Git. The following list attempts to show what Git is not. If you have your own reasons, feel free to contribute them to the comments and they may be added in.

bash auto completion

This tip comes from the ever resourceful Brian Cardarella, who has a gist on how to install and set up auto completion with Git. It’s based off of Shawn O. Pierce’s bash completion script. Just what will it do for you?

The contained completion routines provide support for completing:

Syndicate content