Awesome color schemes for RubyMine, Sublime Text 2 and other editors. To install the themes into your Rubymine, copy intellij...
This article contains: Making ‘git diff’ wrap long lines Set a global proxy Clone only a specific branch
When your file manager sorts file case-sensitively after a distribution upgrade, you probably need to reconfigure your locale settings...
Setup the mirror by following the steps described here. If you want to enable OS upgrades using do-release-upgrade...
If you get this warning on your local machine one of these steps might help: Rebuilt the gem with the...
When you get an error like this: Invalid gemspec in [/opt/www/foo-project.makandra.de/shared/bundle/ruby/1.8/specifications/carrierwave-0.6.2.gemspec]: Illformed requirement ["# 1.1.4"] ... the machine's Rubygems needs to...
Keychain helps you to manage ssh and GPG keys in a convenient and secure manner. It acts as a frontend...
We frequently use the handy Paperclip Gem to manage file attachments. If you need to move the files from local...
This article describes how to reset MySQL's or MariaDB's root password on your workstation. It's meant for...
In Selenium features the server and client are running in separate processes. Therefore, when mocking time with a tool like...
I've got often this error on just one server: Err http://de.archive.ubuntu.com precise/universe amd64 Packages 404 Not Found [IP...
Sometimes you need to remove high Unicode characters from a string, so all characters have a code point between 0...
If you're suffering from a huge de.yml or similiar file, cry no more. Rails lets you freely organize your...
xip.io is a magic domain name that provides wildcard DNS for any IP address. Say your LAN IP address is...
I had trouble serving an MP4 video to my iPad. Although the video complied with all the specs (H.264 codec...
Localizing a non-trivial application can be a huge undertaking. This card will give you an overview over the many...
Note: You might also want to check out BoxCryptor which does pretty much the same, and is supported across many...
You can change which branches will be pushed when saying git push. Our recommendation is to set it to current...
When trying to install the gherkin gem, you might encounter an error with the following lines: ERROR: Error installing gherkin...
When branches get deleted on origin, your local repository won't take notice of that. You'll still have your...
We experienced problems with Sunspot and Solr on Tomcat: Umlauts (ä, ö, ü) were not correctly handled on Tomcat while...
When deploying code with Capistrano (depending on your configuration) at some point Capistrano tries to check out code from your...
This describes all the steps you'll need to get Solr up and running for your project using the Sunspot...
Basically, you now need to know if your project uses a "real" time zone or :local, and if config.active_record.time_zone...