Geordi 0.16+ supports running selenium tests with project-specific firefox versions. Just update the gem. It will still default to...
If you need to test interaction with a remote API, check out the VCR gem as an alternative to Webmock...
The mysql2 gem in version 0.3.13 might break while compiling on older patch releases of Ruby 1.9.3 within rvm:
dusen 0.4.8 and edge_rider 0.2.3 no longer depend on Rails (they still depend on ActiveRecord). That means you can...
After running bundler / gem install I could not load nokogiri lately. It died with cannot load such file -- nokogiri/nokogiri.
bundle open BUNDLED_GEM will open the BUNDLED_GEM's source code in your default editor.
Bundler 1.4.0 (still beta) can install gems in parallel, making a run of bundle install much faster.
So you're hunting down a regression (or just a bug) and want to use git bisect to find out...
Using CSS sprites for background images is a technique for optimizing page load time by combining smaller images into a...
Next time you have to do more than trivial CSS changes on a project, you probably want to have live...
This card shows how to upgrade a Rails 2 application from Rails 2.3.8 through every single patch level up to...
Note: These instructions are for a quick per-project setup and may require you to change code. If you generally...
You can detect city and country from an IP address by using the GeoLite database. This is a flat file...
tl;dr: Ruby's Bundler environment is passed on to system calls, which may not be what you may want...
When using the json gem, you might run into this error when using JSON.parse: >> json = 'foo'.to_json >> JSON.parse(json...
For example if you use rvm and get this message: ERROR: Loading command: install (LoadError) no such file to load...
Given you use Capistrano together with bundler to automatically install your gems when deploying. I recently had the problem that...
MongoMapper is a MongoDB adapter for Ruby. We've forked it so it works for Rails 2.3.x applications running...
Ruby 1.9 changed the default behavior of Module.const_defined? from what it was in Ruby 1.8 -- this can be especially...
You either have an old version of Mocha and an edge version of Rails 3.2, or you have a new...
Stringex is a gem that offers some extensions to Ruby's String class. Ruby 1.9 compatible, and knows its way...
If bundle install shows the following message for you ... Error Bundler::HTTPError during request to dependency API ... upgrade to Bundler...
In our continued quest to extract proven code snippets from makandropedia into tested and upgradable gems, we have released Edge...
The Edge Rider gem gives your relations a method #traverse_association which returns a new relation by "pivoting" around a...