Added information about what jQuery considers "visible" Added a solution for Prototype Added a patch for Prototype that replaces the...
The step definition below lets you write: When I click on "Foo" This is useful in Selenium features where the...
Test suites usually grow over time as more and more development time is spent on a projects. Overall run-time...
Applications often show or hide elements based on viewport dimensions, or may have components that behave differently (like mobile vs...
If you use rails_admin, your specs pass with the rspec binary, but not using rake spec (or rake parallel...
Rack has a limit for how many form parameters it will parse. This limit is 65536 by default.
I posted a solution which is awesome and also does natural sorting.
In a nutshell: Capybara's find will not work properly on nodes from a list. Don't find on elements...
LibreOffice Impress, Writer, etc. doesn't embed most fonts into the PDFs it generates. This means if you share a...
Upgade to LibreOffice 3.5.3+ or disable hardware accelleration in Tools → Options → LibreOffice → View → Graphic output.
Always use simply require 'spec_helper' If you mix it up like require 'spec_helper' require File.dirname(__FILE__) + '/../spec_helper'
To have your text input field pre-filled in with some text that disappears as soon as the user selects...
Consider this HTML: Click me! Hello Universe! Hello Universe! Hello Universe! Hello Universe! Hello Universe! Hello Universe!
If you're suffering from a huge de.yml or similiar file, cry no more. Rails lets you freely organize your...
In large forms (30+ controls) new Capybara version become [extremely slow] when filling out fields. It takes several seconds per...
If you have a file that looks like a precompilation fingerprint, the Rails asset pipeline will not see it. So...
The amount helper now retrieves the decimal separator from your I18n dictionary (number.format.separator) instead of hardcoding it to a comma...
The linked article describes how to use a Firefox addon "Flash-Aid" to install a better build of Flash and...
When using the asset pipeline your assets (images, javascripts, stylesheets, fonts) live in folders inside app: app/assets/fonts app/assets/images...
You can search for large messages by folder or by your entire email account. Useful to reduce your mailbox size...
Some progress was made by browsers on implementing CSS filters like blur, greyscale or some other effects. You might already...
TagCanvas is a Javascript class which will draw and animate a HTML5 canvas based tag cloud.
I had trouble serving an MP4 video to my iPad. Although the video complied with all the specs (H.264 codec...
Geoffrey Grosenbach has created Gruff for easily plotting graphs. It is written in pure Ruby and integrates with Rails applications...