Category Archives: programming

“Aptana Unified Builder” problem & solution

I ran into a problem today with RadRails 2 and its 'Aptana Unified Builder.' I was trying to launch my project and the IDE kept hanging on "Invoking 'Aptana Unified Builder' on '/project'"
Also posted in developer tools | Tagged , , , | Leave a comment

how to work with git local branches

Compared to SVN and CVS, I think the best thing about Git is Github. It's awesome how you can see the history of your source code.
Also posted in developer tools, linux/unix world | Tagged , , , | 3 Comments

getting started with Cucumber and Webrat on Rails

A couple of months ago I started using Cucumber in one of my projects. I think it’s a great tool for large projects. It makes it easier for developers joining the project and it gives the development team a lot of confidence when changing the code. If you have a running set of tests, you know [...]
Also posted in open source, web programming | Tagged , , | Leave a comment