If you're suffering from a huge de.yml or similiar file, cry no more. Rails lets you freely organize your...
Last week saw a security issue with rails 2.3 that required a fix. While an official patch was provided, the...
Why string sorting sucks in vanilla Ruby Ruby's sort method doesn't work as expected with special characters (like...
Promises unified window for all chat conversations, better call quality. Upgrade seems to work fine. If you installed your old...
This script loads a dump into your development database. You can provide the full path to you database dump like...
Quick introduction to git internals for people who are not scared by words like Directed Acyclic Graph. The linked page...
Probably was in the repository once and got deleted in a commit that you pulled.
Geoffrey Grosenbach has created Gruff for easily plotting graphs. It is written in pure Ruby and integrates with Rails applications...
If you need a gem for a certain purpose, be sure to check this site. The rankings are determined by...
Localizing a non-trivial application can be a huge undertaking. This card will give you an overview over the many...
You can set the resolution and user agent used in selenium tests with chrome with the method described in this...
File upload with nice UI, progress bar and preview, allowing multiple files and supports drag & drop. Its default is built...
In order to navigate through the browser history. you can manipulate the window.history object via javascript like follows:
Spreewald gives you steps like these: When I enter "text" into the browser dialog Also see Accept or deny JavaScript...
I got these warnings while deploying a Rails 3.2 app with asset pipeline enabled: *** [err :: host.tld] find: `/opt/www/hollyapp.com/releases/20120503115342/public/images': No such...
All our projects have enum-like requirements like this: An attribute value must be included in a given set of...
In your ~/.gitconfig: [core] editor=nano
An association defined with has_many :through will return the same record multiple times if multiple join models for the...
You can change which branches will be pushed when saying git push. Our recommendation is to set it to current...
Geordi, our collection of command line tools, has been extended by another command deploy-to-production. This script encapsulates the...
How to get a backtrace from a running Ruby process: Ruby 2.6 # First, find out the PID of your Ruby...
When you create a new branch and push it to origin, you won't be tracking it. This means a...
The following two hints are taken from Github's Ruby style guide: If your regular expression mentions a lot of...
In some older Capybara versions (e.g. 0.3.9), we're getting lots of deprecations warnings: Selenium::WebDriver::Element#select is deprecated...