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...
Add deprecation warnings and their solution or link to available solutions. Global access to Rake DSL methods is deprecated. Please...
You will occasionally need to clean out your database while keeping the schema intact, e.g. when someone inserted data in...
When you click a link or a press a button on a Selenium-controlled browser, the call will return control...
Adds a slide out panel to your Rails application that directs clients to test stories that have been marked as...
When calling a Sass mixins, you usually don't need to quote arguments: +tint_article(#f21) However, when a CSS...
Although you can access many symbols using the AltGr key you may be missing some, like the en-dash (–) or...
A while ago we were working on an application that had an entire version specially created for mobiles, such as...
There is no good equivalent for the Unix sudo command in Windows. Below are a few workarounds that are all...
See our new comprehensive guide for upgrading every Rails 2 version ever.
This tool is used on our application servers (and called when deploying) but it also works locally. Just call dumple...
When you need to bulk rename files you can not call "mv *.foo *.bar" to change the extension of all...
If you find yourself working in the Adobe Flash IDE you're already doing it wrong, but maybe the hour...
To list the name and version of your Linux distribution, type the following: cat /etc/*-release
When you use the send_file method to send a local file to the browser, you can save resources on...
You know Firebug as a Firefox extension but there is also a "Lite" version which runs purely off JavaScript.
jQuery plugin to register callback functions to keyboard shortkuts. Keyboard events in vanilla Javascripts are super-painful to work with...
A check if two date or time ranges A and B overlap needs to cover a lot of cases:
This card describes a Cucumber step that lets you say: When I perform basic authentication as "username/password" and I visit...
Are you adding a "Then show me the page" and re-run Cucumber whenever there is a failing scenario? Don...
Call geordi clean from a project root to remove unused and unnecessary files inside it. This script is part of...
The following Sass will do the trick: button, input[type="reset"], input[type="button"], input[type="submit"], input[type="file...