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...
Most of the JavaScript snippets have code that manipulates the DOM. For that reason dom manipulating javascript code should have...
If you want to move a complete commit from one repository to another (and you don't want to add...
The following snippet demonstrates how you could create excel files (with spreadsheet gem) and format columns so that they follow...
This describes all the steps you'll need to get Solr up and running for your project using the Sunspot...
Look up HTML5 features, know if they are ready for use, and if so find out you should use them...
Views are normally (for good reason) not rendered in controller specs. If you need it to happen, use:
It might sound trivial, but there is no such thing as a "hover" or "mouseover" state on touch devices. If...
I have no idea how it's supposed to work (or why the don't have a print CSS), but...
This note summarizes the ruby exception hierarchy. Exception NoMemoryError ScriptError LoadError NotImplementedError SyntaxError SignalException Interrupt Timeout::Error # < ruby 1.9.2 StandardError...
Though Internet Explorer 9 supports the box-shadow CSS property there is a nasty bug which sometimes prevents it from...
A pull quote is a typographical technique in which an excerpt or quote from an article is duplicated within the...
When you print out a HTML pages, all raster images (like PNGs) will appear aliased. This is because a printer...