Let's say you have two XML strings that are ordered differently but you don't care about the order...
When branches get deleted on origin, your local repository won't take notice of that. You'll still have your...
This card shows you how to format a card's content using Markdown. We use the Commonmarker interpreter, so here...
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 project, here is a guide, what to do. In order to reduce...
TeamViewer 6 and lower had an issue where they would see a multi-monitor Linux setup as a single wall...
When your model is using a callback like before_save or before_validation to calculate an aggregated value from its...
Imagine you have 2 HTML boxes. The first one has a margin-bottom of let's say 30px and the...
The .ova file format is a tar file with a .ovf file inside. tar xvf virtualboximage.ova
A lightweight javascript date library for parsing, manipulating, and formatting dates.
You probably know about the possibility to tag scenarios in Cucumber to run your own piece of code before the...
In MySQL comparing zero to a string 0 = "any string" is always true! So when you want to compare a...
When your gems complain about invalid gemspecs and illformed requirements, it is most probably an error resulting from the transition...
REST Client is a nice, simple HTTP client library for Ruby. When you do a simple GET request like that...
Preview email in the browser instead of sending it.
Don't you just hate to write Cucumber path helpers to be able to say this?
This is a very general introduction to MV* Javascript frameworks. This card won't tell you anything new if you...
In order to save the original value of a constant, set the new value and restore the old value after...
Tooltips that are delivered through HTML attributes are encoded. Decode entities before checking for their presence. Capybara: Then /^there should...
turn.js is a plugin for jQuery that adds a beautiful transition similar to real pages in a book or magazine...
Some helpers for poking around at your Capybara driven browser's cookies in integration tests. Supports Capybara's bundled drivers...
You can use text-overflow to truncate a text using CSS but it does not fit fancy requirements.
When using Rails to truncate strings, you may end up with strings that are still too long for their container...
The step definition below lets you say: Then I should see a field "Password" But I should not see a...