This will give you the string that appears most often in an array: names = %w[ foo foo bar bar bar...
Capybara has a global option (Capybara.ignore_hidden_elements) that determines whether Capybara sees or ignores hidden elements.
In some older Capybara versions (e.g. 0.3.9), we're getting lots of deprecations warnings: Selenium::WebDriver::Element#select is deprecated...
After you configured your ODBC describe in Fix [RubyODBC]Cannot allocate SQLHENV when connecting to MSSQL 2005 with Ruby 1.8.7...
I followed this nice guide Connecting to MSSQL with Ruby on Ubuntu - lambie.org until I ran in the following errors...
Nice article to educate your non-geek girlfriend/boyfriend about the joys of programming.
This is surprisingly difficult when there is a with the same text on the page, but you really want to...
Pour color on your Rails console with awesome_print. Turn confusing long strings into formatted output. Have objects and classes...
Install libreadline: sudo apt-get install libreadline-dev Reinstall the ruby and tell rvm where to find readline
If you get this: Installing typhoeus (0.3.3) with native extensions /usr/local/lib/site_ruby/1.8/rubygems/installer.rb:483:in `build_extensions': ERROR: Failed to build gem...
Your current ruby must be Ruby Enterprise. gem install passenger passenger-install-apache2-module Edit your httpd.conf according to the...
This only applies to RSpec below version 1.3.2. The issue has been fixed in RSpec 1.3.2, and most likely RSpec...
Under Settings / Appearance you can uncheck a box Animate windows. This will change your life. This setting seems to not...
Let's say you have two XML strings that are ordered differently but you don't care about the order...
When you are calling a method that may raise an exception that you don't care about, you might think...
This card shows you how to format a card's content using Markdown. We use the Commonmarker interpreter, so here...
Undeterministically I got a nil error on saving the object caused by the random order of hash elements of the...
Let's say you need to revert a migration that happened a while back. You'd create a new migration...
You are looking for a functionality in RubyMine but don't know or remember its keyboard shortcut or which menu...
RubyMine offers you to exclude directories from search, meaning faster search results and less "noise" in the list of result...
When updating WebMock, be prepared that your specs may send real requests into the depths of the internet unless you...
When your model is using a callback like before_save or before_validation to calculate an aggregated value from its...
The handy method has_select?(field, :selected => text) does not behave as expected with Cucumber 0.10.2, Capybara 0.4.1.2 and Selenium...
Imagine you have 2 HTML boxes. The first one has a margin-bottom of let's say 30px and the...