The first thing to do with any new U2410 should be to disable the incredibly annoying beep when pressing any...
I've recently encountered a weird problem with specs making lots of SOLR queries using the acts_as_solr plugin...
Here are some popular mistakes when using nested forms: You are using fields_for instead of form.fields_for.
Thunderbird 5 brings a custom chrome on Windows Vista/7 that uses translucent Aero decorations on toolbars and menubars. Here is...
After managing a few agile projects from India and learning the tricks of the trade, I have been wondering why...
These steps are now part of Spreewald. Since Capybara 0.4.1 a within scope will only look at the first element...
You can say: $(element).is(':visible') and $(element).is(':hidden') jQuery considers an element to be visible if it...
When you open up a story to only have a look at it, close it by pressing the "Cancel" button...
sudo apt-get install sqlite3 libsqlite3-dev sudo gem install sqlite3-ruby
The step definition below allows you to write: Then I should see a link labeled "Foo" But I should not...
If you are exchanging files with a client via Dropbox you do not need to access the Web page every...
A common question in IT departments is whether to provide a capability by building custom software or by buying a...
When you render a nested form for a Movie which has_many :actors, you want to render the right number...
To test if you can connect to a host using password authentication and explicitly deny public key authentication:
Here is how to switch your Selenium to Chrome: Make sure you've got a recent version of chromedriver in...
If you stub a method or set expectations with should_receive these stubbed methods may also yield blocks. This is...
In order to rename your Ubuntu box, replace all occurences of the the old name in the following two files...
If you want to have an English Ubuntu UI, but still see dates, money amounts, paper formats, etc. in German...
In shell scripts you can use $1 to refer to the first argument, $2 for the second, etc. If you...
Ever wondered if there is a reverse for Rails' .each(&:to_s) idiom? Turns out there is... You probably already...
This is somewhat similar to the touch command of Linux: FileUtils.touch 'example.txt', :mtime => Time.now - 2.hours If you omit the :mtime...
If you need Google Chrome to run in English, and your system locale is a non-English one, you have...
When some of your Google contacts are no longer synchronized with your e-mail client or mobile phone, those contacts...
Sometimes, when running a rake task, RubyGems 1.8.5 raises an error: rake aborted! undefined method `specifications' for "/usr/lib/ruby/gems/1.8":String