So you're switching to PostgreSQL from MySQL? Here is some help... General hints on PostgreSQL \? opens the command overview...
The mysql2 gem in version 0.3.13 might break while compiling on older patch releases of Ruby 1.9.3 within rvm:
Since we are migrating from our homegrown mixins.sass and helpers.sass to Compass, here is a list of all the mixins...
With Rails 4, Concerns have become the “official” solution to the big-models problem. However, there’s a fair amount...
Long list of fonts suitable for coding. With screenshots.
Angular comes with different types of services. Each one with its own use cases. All of these services are singletons...
We’ve been working on one of our first Angular projects with a Rails backend. It’s been a great...
Do not use .rvmrc files to specify Ruby version and gemset configuration any longer, it's deprecated and not considered...
For all late night coders: The program "redshift" changes your monitors' white balance according to your position on the planet...
After running bundler / gem install I could not load nokogiri lately. It died with cannot load such file -- nokogiri/nokogiri.
We sometimes send calender data or tasks using iCalendar (ICS) via eMail as specified in RFC 5545. Recently, a customer...
The translation method translate and its alias t have bang brothers: translate! and t!. They will raise I18n::MissingTranslationData on...
Bundler 1.4.0 (still beta) can install gems in parallel, making a run of bundle install much faster.
When two elements with display: inline-block are sitting next to each other, whitespace between becomes a space character.
A list of FontAwesome icons in the form of copyable Unicode characters or HTML entities. You might prefer to use...
CSS3 comes with new unit rem. It works like em but it is always relative to the element instead of...
An opinion how to implement BEM. I don't agree with all of Nico's choices, but I applaud his...
I had some problems with Git and the file spec/fixtures/ČeskýÁČĎÉĚÍŇÓŘŠŤÚŮÝŽáčďéěíňóřšťúůýž. After pulling the latest commits, it would show that...
When two classes implement the same behavior (methods, callbacks, etc.), you should extract that behavior into a trait or module...
RubyLTS is a long term supported fork of Ruby 1.8 that will continue to receive security updates for the forseeable...
The Google Chrome DevTools allow you to inspect, debug, and analyze the on-device experience with the full suite of...
Capistrano 2 brings the shell command which allows you to run commands on your deployment targets. There is also invoke...
When you have files in your .gitignore they won't be considered for changes, but still you might want to...
Simply give the select helper an option :disabled, passing either a single value or an array. You need to specify...