If you've not heard of it, MacRuby is an implementation of Ruby 1.9 directly on top of Mac OS X core technologies such as the Objective-C runtime and garbage collector, the LLVM compiler infrastructure and the Foundation and ICU frameworks.
Basically means you write in Ruby using Objective-C frameworks, and vice versa. It's pretty damn cool to be honest!
Tagged with tech
+[NSObject load] in MacRuby
- 2010-06-12 02:11:32
Ruby Shortcuts
- 2010-03-18 22:32:45
There's a few useful shorthand ways to create certain objects in Ruby, a couple of obvious ones are [] to create an Array and {} to create a Hash (Or block/Proc). There's some not so obvious ones too, for creating strings, regexes and executing shell commands.
at(1) on OS X
- 2009-12-28 09:30:30
Ignore .gitignore in Git
- 2009-09-21 06:00:00
Recently I ran into an issue where I was working on a project which had files I wanted git to ignore, but I didn't want to commit a .gitignore file into the project. In case you don't know, any files matching a pattern in .gitignore in a git repository are ignored by git. (Unless the file(s) have already been committed, ...
Mac Tips you may not know
- 2009-08-31 13:08:48
Here are some mac tips I know and consider "basic" mac knowledge, but no+one else seems to know.
--More--