I was experiencing the following problem: It seems your ruby installation is missing psych (for YAML output). To eliminate this...
Internet Explorer until version 9 has some limitations when parsing CSS files Summarized, these are: Up to 31 CSS files...
No one wants to cry over regression issues in views; does testing HTML and CSS have to be such a...
When deploying, Capistrano puts a REVISION file into your application's release directory. It contains the hash of the commit...
You can say this in helpers like link_to and content_tag: = link_to 'Label', root_url, :data => { :foo => 'bar...
This will make MySQL log all received queries so you can see for yourself what happens on the database level...
The step we used in the past (Then "foo" should not be visibile) doesn't reliably work in Selenium features...
If you want to install rabbitmq plugins on Ubuntu 12.04 you can do this with: /usr/lib/rabbitmq/lib/rabbitmq_server-2.7.1/sbin/rabbitmq-plugins This binary is not...
Check if you have puppetsync enabled on the master and client [main] logdir=/var/log/puppet vardir=/var/lib/puppet ssldir=/var/lib/puppet/ssl rundir=/var/run/puppet...
In a nutshell: Capybara's find will not work properly on nodes from a list. Don't find on elements...
CSS is a lot easier to write and read than clumsy XPath expressions. So when you need to use XPath...
Note that this seems to affect only recent Rails 2 versions. You will not encounter this until you are writing...
Always use simply require 'spec_helper' If you mix it up like require 'spec_helper' require File.dirname(__FILE__) + '/../spec_helper'
Media Queries have reached W3C Recommendation on June 19th 2012. If you were interested in other (future) web standards you...
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...
This script loads a dump into your development database. You can provide the full path to you database dump like...
When using the asset pipeline your assets (images, javascripts, stylesheets, fonts) live in folders inside app: app/assets/fonts app/assets/images...
Myth #5 (Each HTTPS Site Needs its Own Public IP Address) is actually still true, but the rest of the...
The following code activates autoloading using ActiveSupport 3.x: require 'active_support' require 'active_support/dependencies' relative_load_paths = %w[app/controllers...
Geoffrey Grosenbach has created Gruff for easily plotting graphs. It is written in pure Ruby and integrates with Rails applications...
Localizing a non-trivial application can be a huge undertaking. This card will give you an overview over the many...
Note: You might also want to check out BoxCryptor which does pretty much the same, and is supported across many...
Capistrano recently had some API changes that can results in deploys not working when running with old deploy.rb files.