github.com

Gave a shot to the new Bundler 1.4.0RC1 during the weekend and found out it now supports gem installation...

If you have a commit and you want to see in what branches is is included, you have to write...

wkhtmltopdf hangs on mac during cucumber unless we click on it. The main reason is with the version we use...

HouseTrip Deck

When simply checking equality or truthiness then Instead of: it "should have role set to admin" do @user.role.should eql('admin...

github.com

Go to lib folder and use bundler to generate main files for a gem: $ bundle gem test_gem create test...

HouseTrip Deck

Regularly, but at least before merging your feature branches, rebase them to get rid of "fix typo" and "wip" commits...

HouseTrip Deck

This is how we name branches : / - (features) fix/ / - (bugs) story is an dash-delimited version of the story name, and...