A week after Tommy Refenes (Super Meat Boy) declared the Apple App Store to be the Tiger Electronics handheld of...
An unresponsive service can be worse than a down one. It can tie up your entire system if not handled...
If you recorded a bad fix for a conflict, you can tell git to forget that bad resolution:
Rails also autoloads classes on demand during development. This means every request begins with none of your models, controllers, loaded. Whenever Ruby encounters a constant name it doesn...
PhantomJS is a minimalistic headless WebKit. It has fast and native support for various web standards: DOM handling, CSS selector...
Our awesome collection of rspec helpers (formerly known as "spec_candy.rb") is now available as a gem. It works, it is...
Applications must be originally written in Objective-C, C, C++, or JavaScript as executed by the iPhone OS WebKit engine...
Sometimes modern Javascript projects get out of hand. A major culprit in this can be the messy handling of asynchronous...
This post will describe how I stumbled upon a code path in the Linux kernel which allows external programs to...
Touch devices have their own set of events like touchstart or touchmove. Because mobile browsers should also work with with...
With this gem your transaction blocks raise an error when they have side effects that cannot be rolled back.
This error is raised because your old database does not have a configured environment yet, which Rails 5 enforces.
The linked article has a great explanation how to to deal with string encodings in Ruby. Furthermore you can check...
This might be a known issue with Rubygems 2.5.1. This will help: gem update --system
TL;DR: Bundler 2.0 will rename Gemfile to gems.rb and Gemfile.lock to gems.locked (sic). The old filenames will be supported...
Ruby's standard library is in the process of being gemified. It will soon - Ruby 2.5 - consist of RubyGems, which...
Luckily, this is simple. Just install three packages: sudo apt install ipheth-utils libimobiledevice-dev libimobiledevice-utils
...you turn to landscape mode. In precise CSS building, this is annoying. Disable this behavior with: body -webkit-text-size-adjust: 100% // Prevent font scaling in iOS landscape
To move elements around we should be familiar with coordinates. Most JavaScript methods deal with one of two coordinate systems...
The postMessage API is an alternative to JSONP, XHR with CORS headers and other methods enabling sending data between origins...
You can find great stock photos on pexels.com. All pictures are free for personal and commercial use without attribution, and...
A new open source WYSIWYG editor that promises superior fidelity and customizability. This might be a future alternative to Redaktor...
Apparently you can pash a second scope to a hash-condition and the whole thing will be evaluated as a...
When full text search is overkill and like queries do not deliver this might be an approach you could try...