Monthly Archives: November 2009

BitBucket

I recently read this article comparing BitBucket and GitHub and did mention in in a previous post on Git. Apart from well defined differences like BitBucket is a social repository for Mercurial writting in Python whereas GitHub is obviously for … Continue reading

Posted in Git, Mercurial | Tagged , , , | 1 Comment

IRB on roids

Any ruby developer knows about the interactive ruby shell or in short irb and I am quite sure they use it everyday for quickly testing little scripts out. And Rails offers its own console which is basically irb with rails … Continue reading

Posted in Rails, ruby | Tagged , | Leave a comment

rspec_rails is awesome

It is only when one has to muck about with other mocking libraries one realises how cool rspec_rails is? It bascially provides you so much “rails” functionality out of the box that mocking and stubbing feels like a walk in … Continue reading

Posted in Rails, rspec | Tagged , | Leave a comment

Using factory_girl with cucumber

I have moved away from fixtures and there is only one reason for it. factory_girl is an awesome piece of functionality the gives one the flexibility to easily define the data to use in tests and for populating the database … Continue reading

Posted in BDD, cucumber | Tagged , , , , | Leave a comment

Google Wave and Google Groups

Isn’t Google Wave an extended, better designed and developed version of Google Groups and Google will slowly and shrewdly phase it out? The reason I say that is becuase I have recently signed up for RubyLearning Wave Group and it … Continue reading

Posted in Google | Tagged , , , | Leave a comment

Google interview questions

I got hold of this great article that lists a lot of questions asked in Google interviews and honestly speaking I do not think with my present knowledge I will ever pass an interview there. I guess if I knew … Continue reading

Posted in Book | Tagged | Leave a comment

Fuzzing

Read about this technique of testing called Fuzz testing or Fuzzing whilst reading Zed Shaw’s essay on Ragel, the state machine compiler. It is quite interesting stuff really once you get a hang of it.

Posted in Testing | Tagged | Leave a comment