My RubyMine (and it seems like many other Java GUI applications) crashes the Compiz window decorator almost every time on...
Get "PuTTY Link" and "Pageant" (an SSH key agent) from the PuTTY download page. Run pageant.exe, find its icon inside...
Because your examples should not change global state, you should not need to care about the order in which RSpec...
When you do a git add . and have deleted files, git won’t stage them to be commited (as deleted...
Deprecated ways to execute shell code in Ruby This is just a reference for legacy code. For new code, always...
Soon after having written our shell-for script, we wanted to easily get dumps of our productions machines, too. This...
After having written useful scripts into makandra notes for a long time, we’ve now tied them into a powerful...
Since May 2011 we are cutting new gems using Bundler, which is less painful than cutting gems using Jeweler. You...
We regularly need to connect to the server in order to e.g. access the production console. Guessing the Capistrano deploy...
Run rspec-and-cucumber from any project directory to run both RSpec and Cucumber. If available, rspec_spinner or cucumber...
Make sure you understand differences between git's areas (such as stash, workspace, upstream, etc.) and what commands affect which...
Whenever is a Ruby gem that provides a clear syntax for writing and deploying cron jobs.
We often have a separate production branch that lags a bit behind the more cutting edge main branch. Sometimes you...
You can seriously speed up deployments with Capistrano when using a local git repository on the server you are deploying...
Airbrake (formerly Hoptoad) already ignores certain errors like InvalidAuthenticityToken by default (see Airbrake::Configuration::IGNORE_DEFAULT).\ To ignore additional classes...
To display a list of your current Git remotes and their endpoints, you can say git remote -v
If you want to convert a README.rdoc file to HTML, say this from a shell: rdoc README.rdoc
One of the thornier problems in our workflow is knowing when assets are delivered from the designer and keeping them...
blueprint is DevStructure’s workhorse tool that looks inside popular package managers, finds changes you made to configuration files, and...
Specify these gem versions in your Gemfile: gem 'cucumber', '~> 1.3.0' gem 'cucumber-rails', '= 0.3.2' # max version for Rails 2
Merging .po-files with Git is painful. There have been attempts of making Git more clever when trying to merge...
The shell variable PS1 holds your bash prompt. You might want to change it to serve your needs best. Here...
Adds a slide out panel to your Rails application that directs clients to test stories that have been marked as...
This tool is used on our application servers (and called when deploying) but it also works locally. Just call dumple...