Instead of showing you two lines for each change, Git allows you to highlight changes in a line explicitly:
When updating WebMock, be prepared that your specs may send real requests into the depths of the internet unless you...
If your project manager wants to do gatekeeping on a project, as a developer you need to follow the following...
If you're responsible for gatekeeping in a projects, here is a guide, what to do. In order to reduce...
We experienced problems with Sunspot and Solr on Tomcat: Umlauts (ä, ö, ü) were not correctly handled on Tomcat while...
You can now add code blocks without indentation, by using triple-backticks: ``` Code block goes here. ```
When deploying code with Capistrano (depending on your configuration) at some point Capistrano tries to check out code from your...
To access files from another branch or past commit without doing a complete checkout, you can either use
Sometimes it might be helpful to have a version history for a gem, e.g. when you want to see if...
If your git index for some reason becomes invalid, no need to worry. Your index is corrupt when you see...
Some helpers for poking around at your Capybara driven browser's cookies in integration tests. Supports Capybara's bundled drivers...
ProgressBar is a simple Ruby library for displaying progress of long-running tasks on the console. It is intended to...
If you want to move a complete commit from one repository to another (and you don't want to add...
Saying git diff only shows unstaged changes relative to the index (or HEAD if the index is empty, alternatively any...
This describes all the steps you'll need to get Solr up and running for your project using the Sunspot...
Gem to get Rails 3's new ActiveRecord query interface (where, order) and the new scope syntax (chaining scope definitions...
Gem to get Ruby 1.9 features in Ruby 1.8.
Code coverage for Ruby 1.9 with a powerful configuration library and automatic merging of coverage across test suites.
Let's say you have commits that change a file (and looking at the commit details show you the changes...
Removing features and merging those changes back can be painful. Here is how it worked for me.\
I have no idea how it's supposed to work (or why the don't have a print CSS), but...
Our gitpt script to generate git commits from Pivotal Tracker stories has been tweaked and polished and is now part...
ExpandAnimations is a LibreOffice/OpenOffice.org Impress extension to expand presentation animations before exporting to PDF. This way the exported PDF will...
Ruby bindings for Sundown, a fast and full-featured Markdown parser that lets you define renders for arbitrary output formats...