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...
Framework to write command-line apps in Ruby. Comes with a nice way of processing parameter options, some utility classes...
Git has a built-in repository viewer for your web browser. a bit similar (but less awesome) than github.
How to ignore new files Globally Add the path(s) to your file(s) which you would like to ignore...
tig path_to_file_or_files_or_path_with_wildcard
After starting the Rails server in a freshly generated Rails 3.1 project you could see an error message such as...
You can convert git commits into patch files. Those can be used to apply to a different repository [1] or...
Please note that you can break your system with this! This is not recommended. Sometimes the package repository has errors...
Using git rebase can be painful but luckily you can resort to cheating with git reset and committing anew.
If Rails or Rake are complaining about a missing gem that is listed in your Gemfile.lock and the listed version...