Posts tagged Git

Dec 01 2011

Testing a REST Web Service with Cucumber

TDD Github API | comments

The Cucumber book has been helpful in a way that I saw more options for testing a web service. It's my first time to use HTTParty. In the past, I always used RESTClient gem for this kind of task.

Just think the example is overkill. Maybe we just want to know whether the JSON response includes the data we expect.

Continue reading »
Jun 14 2011

Why aren't you using git-flow?

Git SCM | comments

I see no reason not to use it.

It simplifies the process of creating a new branch for a feature or a hotfix and merging changes to master branch.

Read: Why aren't you using git-flow

Continue reading »
May 07 2010

Command aliases for Subversion, Git and Rails

Subversion Git Rails Ruby Mac CommandLine | comments

I got a Peepcode unlimited last year which came with a nice video about the command line. Check it out.

Not too many people will find this interesting. For me, it's something I just want to do for myself (and for those I'd work for if I'm still employed).

Continue reading »
Oct 17 2009

Deploying A Drupal Site With Git and Capistrano

Drupal Git Capistrano SCM | comments

This is my first attempt to write a definitive guide on how to set up Drupal and how to deploy a Drupal site using Git and Capistrano.

Why bother using Git and Capistrano when you can just upload via FTP? Isn't it needless effort if you're a lone developer and you have good retention of the things you have done?

Continue reading »