When your Solr seems to be started properly (a process is running with the correct data directory) but never responds...
After updating Rubygems you see a wall of deprecation warnings like this: NOTE: Gem::SourceIndex#add_spec is deprecated, use...
The Capybara API is somewhat hard for parse for a list of methods you can call on a Capybara node...
When your Cucumber feature needs to browse the page HTML, and you are not sure how to express your query...
Free Hoptoad/Airbrake alternative which can capture exceptions from any platform. It comes with a Rails notifier and a RESTful API...
API breakage ahoy. You need to either upgrade your Capybara or downgrade your selenium-webdriver gem. Alternatively, this could solve...
You can say: $(element).is(':visible') and $(element).is(':hidden') jQuery considers an element to be visible if it...
Capybara allows you to select DOM elements, e.g. by using field, find_field(...) or field_labeled(...): role_select = field_labeled...
If you want to play music or sounds from a browser, your choice is to use either Flash or the...
When installing RMagick you may get an error messages like this: Version 2.13.1: checking for Ruby version >= 1.8.5... yes
Google’s Font Directory and API for web fonts could have a transformative effect on how we read the web...
PhantomJS is a minimalistic headless WebKit. It has fast and native support for various web standards: DOM handling, CSS selector...
Add deprecation warnings and their solution or link to available solutions. Global access to Rake DSL methods is deprecated. Please...
jQuery offers many different methods to move a selection through the DOM tree. These are the most important: $element.find(selector...
A while ago we were working on an application that had an entire version specially created for mobiles, such as...
When a has_many association basically serves to store a list of associated strings (tags, categories, ...), it can be convenient...
Terminus is a Capybara driver where most of the driver functions are implemented in client-side JavaScript. It lets you...
Ruby gem that provides an AR-style interface for the Pivotal Tracker API.
A well-written API can be a great asset to the organization that wrote it and to all that use...
Try our Apify gem which solves many problems you will be having.
Wrapper from Globalite API to the Rails 2.2 I18n API
This guide will walk you through the I18n API and contains a tutorial how to internationalize a Rails application from...
PUT means update the resource with this entity, which tends means "overwrite". Now think for a moment about how that...