This might seem obvious, but I'm rejecting stories because of this on a regular basis. Whenever a list (e.g...

In your Cucumber features you can't really click hidden elements when using Selenium (it does work for a plain...

After my update from MacOS X 10.6 Snow Leopard to 10.7 Lion the search function in Apple Mail stopped working...

Add a separator between left-aligned and right-aligned items. In the separator properties, set the style to "Transparent" and...

github.com

Note: capistrano_colors was merged into Capistrano starting from v2.13.5. However, this requires Ruby 1.9+. If you cannot upgrade Capistrano...

webupd8.org

SkypeTab-NG (NG stands for Next Generation) is a tool that adds tabs to Skype for Linux. Besides providing a...

If you're using Paperclip to store and convert images attached to your models, processing a lot of images will...

If you get this error while deploy and you are sure the Gemfile.lock is in the version control check your...

Code coverage is the ratio of code lines kissed by a test vs. the total number of lines in your...

Association named 'variations' was not found; perhaps you misspelled it? I just was hunting down a strange error with this...

makandra dev

When you're getting this error, one possibility is that you've created a select field for an association instead...

windowsteamblog.com

This will hopefully kill IE6 and IE7 for good. The latest available IE for Windows XP is IE8 though.

One of the most common production errors are ActionController::MethodNotAllowed errors. They usually happen when someone reloads a form by...

The unix command line tool less is a good choice for browsing logfiles. In the standard configuration, though, it does...

github.com

When internationalizing your Rails app, you'll be replacing strings like 'Please enter your name' with t('.name_prompt'). You...

Submit buttons in Rails come with a useful option :disable_with which will disable the button when clicked and change...

developer.mozilla.org

List of non-standard CSS attributes that change how the browser resamples scaled images. Only use them if you know...

For university I have to stay up-to-date with lecture documents. Since my university doesn't offer RSS feeds...

github.com

When Rack::Bug has been added to your project and your Apache2/Passenger only replies with an Error 500 (Internal Server...

To reduce download time, application servers usually serve content using gzip compression, if the browser supports it.

When you use google analytics to track your visitors interactions, you should ensure that it runs on your production site...

When you have a complex recipe setup with multistage deployment you may run into this error: `role_list_from': unknown...

apidock.com

[1,2,3,4].sample # => e.g. 4 If you'd like to cheat and give different weights to each element...

If you turn on stylesheet caching, it might happen that stylesheets from different locations with different relative pathes will be...