Our gitpt script to generate git commits from Pivotal Tracker stories has been tweaked and polished and is now part...
Using .downcase or .upcase on strings containing umlauts does not work as expected in Ruby versions before 2.4. It leaves...
Firefox 3.6 users will receive update notifications in April offered through the browser’s internal updating service that will update...
ExpandAnimations is a LibreOffice/OpenOffice.org Impress extension to expand presentation animations before exporting to PDF. This way the exported PDF will...
jQuery UI's date picker and date time picker doesn't work on touch interfaces. Solution 1: Use Mobiscroll
Ruby bindings for Sundown, a fast and full-featured Markdown parser that lets you define renders for arbitrary output formats...
If you get this error while deploy and you are sure the Gemfile.lock is in the version control check your...
To reduce download time, application servers usually serve content using gzip compression, if the browser supports it.
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...
To use different Ruby versions on your computer you can use the Ruby Version Manager. It also allows you to...
If you get the above error when running tests in bulk (but not individually), it's actually the fault of...
"Classic" Excel (XLS) has a magic limit of 65535 rows per worksheet. This was fixed in XLSX but the version...
tig path_to_file_or_files_or_path_with_wildcard
Forms with many inputs (600+ in my case) become extremely unresponsive on an iPad, up to the point where it...
If you get an error like this: Unable to launch /home/bruce/Projects/myproject/tmp/capybara/capybara-201110311210111407691101.html ... update your launchy gem. It failed for us in...
After starting the Rails server in a freshly generated Rails 3.1 project you could see an error message such as...
To show the collation of your tables you have to login to the MySQL console and execute SHOW TABLE STATUS...
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.
Since version 11.10 Opera provides support for linear gradients using -o-linear-gradient. The syntax is pretty similar to Mozilla...
The colors in Rails log files are helpful when watching them but, since they are ANSI color codes like ^[[4...