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...

makandra dev

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...

makandra dev
failtale.be

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...

makandra dev

If you want to play music or sounds from a browser, your choice is to use either Flash or the...

makandra dev

When installing RMagick you may get an error messages like this: Version 2.13.1: checking for Ruby version >= 1.8.5... yes

joemaller.com

Google’s Font Directory and API for web fonts could have a transformative effect on how we read the web...

phantomjs.org

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...

api.jquery.com

jQuery offers many different methods to move a selection through the DOM tree. These are the most important: $element.find(selector...

blog.plataformatec.com.br

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...

blog.jcoglan.com

Terminus is a Capybara driver where most of the driver functions are implemented in client-side JavaScript. It lets you...

github.com

Ruby gem that provides an AR-style interface for the Pivotal Tracker API.

infoq.com

A well-written API can be a great asset to the organization that wrote it and to all that use...

github.com

Try our Apify gem which solves many problems you will be having.

github.com

Wrapper from Globalite API to the Rails 2.2 I18n API

guides.rails.info

This guide will walk you through the I18n API and contains a tutorial how to internationalize a Rails application from...

dehora.net

PUT means update the resource with this entity, which tends means "overwrite". Now think for a moment about how that...